Unlock Objects Locked in Request or Task using Transport Organizer Tools
While releasing a request or task using SE09 Transport Organizer, ABAP programmer can experience error message object is locked in request/task number given in the message detail. In order to complete requests or task with their objects are locked, ABAP developers can use Unlock Objects (Expert Tool) among Transport Organizer tools to unlock objects within a ABAP transport request or task.
I faced the below error message when I used SE09 transaction to release transport request. The message is indicating the other task or request which locks the objects of the currently being processed request.
Object messages: LIMU INDX /ABAPTR/EDT09 010
/ABAPTR/EDT09 010 is locked in request/task K1DK9ABX3X
To unlock objects, ABAP programmers can follow the below described steps in order.
Call SAP SE01 transaction code which will start the Transport Organizer.
Press the "Transport Organizer Tools" icon or use the Shift+F6 short-cut.
Among the list of Transport Organizer Tools, find the Unlock Objects (Expert Tool).
Double-click on "Unlock Objects (Expert Tool)"
Enter the request name which is locking the ABAP objects.
Make sure that the option "Unlock Object List" is marked and other checkboxes are cleared.
Then press F8 and execute the report.
Now ABAP developers can release the original request without any error on SE09 transaction screen.