MCP ABAP ADT

by mario-andreschak
Verified

GetProgram

Retrieve ABAP program source code

Input Schema

NameRequiredDescriptionDefault
program_nameYesName of the ABAP program

Input Schema (JSON Schema)

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