ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

transportRelease

Releases a transport.

Input Schema

NameRequiredDescriptionDefault
IgnoreATCNoWhether to ignore ATC checks.
ignoreLocksNoWhether to ignore locks.
transportNumberYesThe transport number.

Input Schema (JSON Schema)

{ "properties": { "IgnoreATC": { "description": "Whether to ignore ATC checks.", "optional": true, "type": "boolean" }, "ignoreLocks": { "description": "Whether to ignore locks.", "optional": true, "type": "boolean" }, "transportNumber": { "description": "The transport number.", "type": "string" } }, "required": [ "transportNumber" ], "type": "object" }