MCP ABAP ADT

by mario-andreschak
Verified

GetTransaction

Retrieve ABAP transaction details

Input Schema

NameRequiredDescriptionDefault
transaction_nameYesName of the ABAP transaction

Input Schema (JSON Schema)

{ "properties": { "transaction_name": { "description": "Name of the ABAP transaction", "type": "string" } }, "required": [ "transaction_name" ], "type": "object" }