ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

setObjectSource

Update ABAP object source code with a specified URL and lock handle, ensuring precise modifications within ABAP development workflows.

Instructions

Sets source code for ABAP objects

Input Schema

NameRequiredDescriptionDefault
lockHandleYes
objectSourceUrlYes
sourceYes
transportNo

Input Schema (JSON Schema)

{ "properties": { "lockHandle": { "type": "string" }, "objectSourceUrl": { "type": "string" }, "source": { "type": "string" }, "transport": { "type": "string" } }, "required": [ "objectSourceUrl", "source", "lockHandle" ], "type": "object" }
ID: p1uxnf0htn