Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Unlock Editor Lock

Former Member
0 Kudos

How do I remove an editor lock from a program?

1 ACCEPTED SOLUTION

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

The editor lock functionality is there for a reason, but I understand if you need to remove the lock, say a consultant has set it, and left to go to another project, and now you need to change the program. This is valid. Of course the right way to set it off, would be to create the user id who locked it, sign on as that user, and switch it off.

If you want another way to do it, I can not tell you that directly in good conscious, but here is a link which will tell you how to do it.

http://abaplovers.blogspot.com/2008/06/sap-abap-program-editor-lockunlock.html

Regards,

Rich Heilman

5 REPLIES 5

Former Member
0 Kudos

Press F1 on the checkbox.

Rob

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

The editor lock functionality is there for a reason, but I understand if you need to remove the lock, say a consultant has set it, and left to go to another project, and now you need to change the program. This is valid. Of course the right way to set it off, would be to create the user id who locked it, sign on as that user, and switch it off.

If you want another way to do it, I can not tell you that directly in good conscious, but here is a link which will tell you how to do it.

http://abaplovers.blogspot.com/2008/06/sap-abap-program-editor-lockunlock.html

Regards,

Rich Heilman

Former Member
0 Kudos

To unlock the object lock

Go to the transport organizer se10,

click on the transport .

If you select particular program and delete from the request

you can delete the lock .

If you need to move the change in another request,you can manually paste the program in other request and lock it

Former Member
0 Kudos

Hi,

if the person who added the lock has left, then you need to modify the table TRDIR for that object entry.

Regards,

Kamesh Bathla

Former Member
0 Kudos

Or use SAP Note 1167258 very very very carefully... (as documented in the source code)...

Cheers,

Julius