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: 

FM to check if table (eg BUT000) is not locked

Former Member
0 Kudos

Hi experts,

Any idea which FM can check if the table (eg BUT000) is not being locked before attempting to write record into table?

Thanks

4 REPLIES 4

Former Member
0 Kudos

Hi,

Use FM ENQUEUE_EBU_PARTNR

Darren

0 Kudos

Hi Darren,

Thanks for the answer.

Is there a way to check any table in general?

BUT000 was just an example.

Regards

Earl

Former Member
0 Kudos

HI

go to SM12 transaction

You can use function ENQUEUE_READ.also you can use the function module GET_LOCKLIST_ADA

hope this helps you

0 Kudos

Hi,

GET_LOCKLIST_ADA seems to be the best bet. Any idea where can i find the CON_NAME ?