ABAP-ADT-API MCP-Server

by mario-andreschak
Verified

lock

Secure and manage ABAP objects by locking them via the ABAP-ADT-API MCP-Server. Specify the object URL and optional access mode to control modifications effectively.

Instructions

Lock an object

Input Schema

NameRequiredDescriptionDefault
accessModeNoAccess mode for the lock
objectUrlYesURL of the object to lock

Input Schema (JSON Schema)

{ "properties": { "accessMode": { "description": "Access mode for the lock", "optional": true, "type": "string" }, "objectUrl": { "description": "URL of the object to lock", "type": "string" } }, "required": [ "objectUrl" ], "type": "object" }
ID: p1uxnf0htn