ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

transportSetOwner

Assigns a specified user as the owner of a transport request, enabling efficient management and handling of ABAP development workflows within the MCP server.

Instructions

Sets the owner of a transport.

Input Schema

NameRequiredDescriptionDefault
targetuserYesThe target user.
transportNumberYesThe transport number.

Input Schema (JSON Schema)

{ "properties": { "targetuser": { "description": "The target user.", "type": "string" }, "transportNumber": { "description": "The transport number.", "type": "string" } }, "required": [ "transportNumber", "targetuser" ], "type": "object" }
ID: p1uxnf0htn