unLock
Unlock a previously locked object in an SAP ABAP system using the lock handle obtained from a lock operation.
Instructions
Unlock an object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectUrl | Yes | URL of the object to unlock | |
| 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. | |
| lockHandle | Yes | Lock handle obtained from previous lock operation |