MCP ABAP ADT

by mario-andreschak
Verified

GetFunctionGroup

Retrieve ABAP Function Group source code

Input Schema

NameRequiredDescriptionDefault
function_groupYesName of the function module

Input Schema (JSON Schema)

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