ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

getObjectSource

Retrieve ABAP object source code by providing the object source URL, enabling efficient access and management of ABAP development resources within the MCP-Server environment.

Instructions

Retrieves source code for ABAP objects

Input Schema

NameRequiredDescriptionDefault
objectSourceUrlYes
optionsNo

Input Schema (JSON Schema)

{ "properties": { "objectSourceUrl": { "type": "string" }, "options": { "type": "string" } }, "required": [ "objectSourceUrl" ], "type": "object" }
ID: p1uxnf0htn