ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

createObject

Create a new ABAP object

Input Schema

NameRequiredDescriptionDefault
descriptionYes
nameYes
objtypeYes
parentNameYes
parentPathYes
responsibleNo
transportNo

Input Schema (JSON Schema)

{ "properties": { "description": { "type": "string" }, "name": { "type": "string" }, "objtype": { "type": "string" }, "parentName": { "type": "string" }, "parentPath": { "type": "string" }, "responsible": { "optional": true, "type": "string" }, "transport": { "optional": true, "type": "string" } }, "required": [ "objtype", "name", "parentName", "description", "parentPath" ], "type": "object" }