Application Development and Automation 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: 
Read only

unlocking a parked document

Former Member
0 Likes
2,938

Hi,

How do we release a document which is locked by other user.

i would like to do posting on this particular document and I get error message as F5, 302.

Document & & is locked by another user!

Is there any possibility to unlock this document?

Thanks,

Venkat Koppala

Hi,

How do we release a document which is locked by other user.

i would like to do posting on this particular document and I get error message as F5, 302.

Document & & is locked by another user!

Is there any possibility to unlock this document?

Thanks,

Venkat Koppala

3 REPLIES 3
Read only

Former Member
0 Likes
1,536

Hi Venkat,

You can delete any lock by using the transaction sm12, where you will get a list of all the locks put on by a user in that system.you have to be careful thought to delete only the relavant lock for the document in question else it might cause inconsistency if you delete something in the middle of a transaction.

Regards,

vikas

Read only

0 Likes
1,536

Venkat,

As Vikas explained, SM12 might work but, worst case, try SM04 and drop the session (from user ID you see is blocking document). Sometimes some sessions get lost open in system... If it doesn't work either, look for any ongoing process (in SM50) from that user ID that could be still running.

Regards,

Edgar

Read only

gouravkumar64
Active Contributor
0 Likes
1,536

Hi,

Addition to all,U can see sap notes 178545 also.

It's may be helpful.

Thanks

Gourav.