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

Existing Lock Objects for a table

Former Member
0 Likes
3,054

Is there a function module or program to get a list of existing lock objects for a given table?

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
2,111

Not sure about a function module or program, but if you go to SE11 and do a search you can find it.

Go to SE11, click the radibutton for lock object, then do F4 on the field. Click the "All Selections" icon, in the "Basis Table" field, put the table that you want the lock object for. click green check.

Regards,

Rich Heilman

5 REPLIES 5
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
2,112

Not sure about a function module or program, but if you go to SE11 and do a search you can find it.

Go to SE11, click the radibutton for lock object, then do F4 on the field. Click the "All Selections" icon, in the "Basis Table" field, put the table that you want the lock object for. click green check.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
2,111

Hi Edward,

You can go to transaction SE11. Give the Table name in table field, click on 'Where Used List' in the application toolbar then select only Lock object check box. You will get the list of lock objects for that particular table.

Hope this will help.

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
2,111

Hi,

For example Your table name is YTAB1. Hit Where-used-list in SE11 transaction. A pop up will be shown where You can select "Lock Object" option. In case if there are any lock objects exists for your table, they will be shown.

thanks,

sksingh

Read only

Former Member
0 Likes
2,111

Hi,

I am not sure of function module..

But you can get the lock objects for the a table..

Go to SE16..Give the table name DD25L

In the ROOTTAB field give the table name.

In the field AGGTYPE give 'E' which is for lock object.

Thanks,

Naren