MCP ABAP ADT

by mario-andreschak
Verified

GetInterface

Retrieve ABAP interface source code

Input Schema

NameRequiredDescriptionDefault
interface_nameYesName of the ABAP interface

Input Schema (JSON Schema)

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