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

Lock objects in ABAP

Former Member
0 Likes
773

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
Read only

RaymondGiuseppi
Active Contributor
0 Likes
718

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
Read only

basarozgur_kahraman
Contributor
0 Likes
718

Hi Bogdan,

Check below tables,

TLOCKP

TLOCKPC

TLOCKTST

Regards

Basar Ozgur

Read only

Former Member
0 Likes
718
Read only

RaymondGiuseppi
Active Contributor
0 Likes
719

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

Read only

0 Likes
718

Thank you Raymond,

That helped.

Kind regards,

Bogdan