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 in ABAP

Former Member
0 Kudos
156

Hi all,

Can anyone tell me how can i find a loch object of a database table dinamicly, not with se11.

Or a FM that can get me the name of the lock object/s for a database table?

Thank you,

Bogdan

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos
101

Look at table DD25L where AGGTYP = 'E', rootab is the base table of the lock object and viewname is the lock object. You could also analyze search help DD_ENQU.

Regards,

Raymond

4 REPLIES 4

basarozgur_kahraman
Contributor
0 Kudos
101

Hi Bogdan,

Check below tables,

TLOCKP

TLOCKPC

TLOCKTST

Regards

Basar Ozgur

Former Member
0 Kudos
101

raymond_giuseppi
Active Contributor
0 Kudos
102

Look at table DD25L where AGGTYP = 'E', rootab is the base table of the lock object and viewname is the lock object. You could also analyze search help DD_ENQU.

Regards,

Raymond

0 Kudos
101

Thank you Raymond,

That helped.

Kind regards,

Bogdan