ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

transportInfo

Get transport information for an object source

Input Schema

NameRequiredDescriptionDefault
devClassNoDevelopment class
objSourceUrlYesURL of the object source
operationNoTransport operation

Input Schema (JSON Schema)

{ "properties": { "devClass": { "description": "Development class", "optional": true, "type": "string" }, "objSourceUrl": { "description": "URL of the object source", "type": "string" }, "operation": { "description": "Transport operation", "optional": true, "type": "string" } }, "required": [ "objSourceUrl" ], "type": "object" }