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: 

Hi,

Former Member
0 Kudos
97

How long the life time of lock, I case not release the lock for particular table?

1 ACCEPTED SOLUTION

Former Member
0 Kudos
78

Hi,

There is no such timespan, if u lock any table u have to unlock it explicitly. u can go to tcode-SM12, from there u can give ur tablename and delete ur locks.

thanks

Kingkinee.

4 REPLIES 4

Former Member
0 Kudos
78

Hi,

You need to unlock the Lock once you perform the LOCK on a perticular object, There is no life time, we should unlock the Object.

But we have a paramters in out Personel settings, there the BASIS people will be set a time to unlock the locked objects, but that is depends on the Client

Regards

Sudheer

Former Member
0 Kudos
79

Hi,

There is no such timespan, if u lock any table u have to unlock it explicitly. u can go to tcode-SM12, from there u can give ur tablename and delete ur locks.

thanks

Kingkinee.

Former Member
0 Kudos
78

hi,

for the rock function the paramerter _SCOPE it's default value is '2' which means it could be unlock by the rollback / commit work statements.

and if not use the default you should unlock it use the Unlock funtion

Former Member
0 Kudos
78

HI

There is no such time limit,

if you lock any table you have to unlock it explicitly.

by going to SM12,

from there you can give your tablename and delete yourr locks

or by useing enque or deque also

reward if suefull

.