ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

createTransport

Create a new transport request

Input Schema

NameRequiredDescriptionDefault
DEVCLASSYesDevelopment class
REQUEST_TEXTYesDescription of the transport request
objSourceUrlYesURL of the object source
transportLayerNoTransport layer

Input Schema (JSON Schema)

{ "properties": { "DEVCLASS": { "description": "Development class", "type": "string" }, "REQUEST_TEXT": { "description": "Description of the transport request", "type": "string" }, "objSourceUrl": { "description": "URL of the object source", "type": "string" }, "transportLayer": { "description": "Transport layer", "optional": true, "type": "string" } }, "required": [ "objSourceUrl", "REQUEST_TEXT", "DEVCLASS" ], "type": "object" }