unLock
Release an edit lock on an ABAP object before activation. Provide the lock handle or use the server-recorded one; deletion releases the lock automatically.
Instructions
Release an edit lock. Pass the handle, or leave it out and the one this server recorded for that object is used (see listLocks). Do it before activating - activation refuses while the session still holds the lock - and remember that deleting an object does NOT release its lock, so deleteObject releases it for you.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectUrl | Yes | URL of the object to unlock | |
| lockHandle | No | Lock handle obtained from previous lock operation; omit to use the one this server recorded for the object (see listLocks) |