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: 

Lock Objects

Former Member
0 Kudos

Hi All,

I have quary about lock objects,

Whenever I started a transaction it is locked by the user. I agoing to release that lock in SM12 but in production the end user may not able to goto sm12 he doesn't have authorization to open sm12, is there any provision to uinlock that locks and also is there any table for store that locks.

Please answer as early as possible it is urgent....

Thanks in advance,

Thanks.....

Das..........

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Check this link

[SAP LOCKS|http://www.sap-basis-abap.com/sapbs001.htm]

[SAP Locking Mechanism|http://articles.techrepublic.com.com/5100-10878_11-5066352.html]

One more thing dont use the word URGENT.

Its against the Rules Of Engagement.

Moderator would lock the thread so go through the RULES OF ENGAGEMENT.

Hope this would help you.

Regards

Narin Nandivada

3 REPLIES 3

ThomasZloch
Active Contributor
0 Kudos

Ignoring your "urgent" comment, I can say that removing locks via SM12 should be the absolute exception! The locks are there for a reason to ensure database integrity, and are removed once a transaction has been completed. If your transaction does not remove the locks once finished, better repair that transaction.

Thomas

Former Member
0 Kudos

Hi,

Check this link

[SAP LOCKS|http://www.sap-basis-abap.com/sapbs001.htm]

[SAP Locking Mechanism|http://articles.techrepublic.com.com/5100-10878_11-5066352.html]

One more thing dont use the word URGENT.

Its against the Rules Of Engagement.

Moderator would lock the thread so go through the RULES OF ENGAGEMENT.

Hope this would help you.

Regards

Narin Nandivada

Former Member
0 Kudos

Hi

Go to t-code : SE03.

enter object name and unlock it.

With Regards

Nikunj Shah