lock
Lock an ABAP object in the ADT system to prevent concurrent modifications. Specify the object URL and optionally set the access mode or use a specific connection.
Instructions
Lock an object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectUrl | Yes | URL of the object to lock | |
| accessMode | No | Access mode for the lock | |
| connection | No | Optional: SAP connection name to use for THIS call only (overrides the active connection; see listConnections). Immune to server restarts and concurrent switches. |