Skip to main content
Glama

MCP ABAP ADT

GetFunction

Retrieve ABAP Function Module source code by specifying the function group and function name using the MCP ABAP ADT server.

Instructions

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" }

You must be authenticated.

Other Tools from MCP ABAP ADT

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mario-andreschak/mcp-abap-adt'

If you have feedback or need assistance with the MCP directory API, please join our Discord server