MCP ABAP ADT

by mario-andreschak
Verified

GetFunction

Retrieve ABAP Function Module source code

Input Schema

NameRequiredDescriptionDefault
function_groupYesName of the function group
function_nameYesName of the function module

Input Schema (JSON Schema)

{ "properties": { "function_group": { "description": "Name of the function group", "type": "string" }, "function_name": { "description": "Name of the function module", "type": "string" } }, "required": [ "function_name", "function_group" ], "type": "object" }