ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

transportReference

Retrieves a transport reference.

Input Schema

NameRequiredDescriptionDefault
obj_nameYesThe object name.
obj_wbtypeYesThe object type.
pgmidYesThe program ID.
tr_numberNoThe transport number.

Input Schema (JSON Schema)

{ "properties": { "obj_name": { "description": "The object name.", "type": "string" }, "obj_wbtype": { "description": "The object type.", "type": "string" }, "pgmid": { "description": "The program ID.", "type": "string" }, "tr_number": { "description": "The transport number.", "optional": true, "type": "string" } }, "required": [ "pgmid", "obj_wbtype", "obj_name" ], "type": "object" }