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: 

Locking Entries Table.

Former Member
0 Kudos

i have used the FM Enqueue_____ and DEQUE____

i want to know in which table the lock entries are

entered, by sm12 i can know which is the locked entry

but i want to know the table in which entry is stored

pl. help me its urgent.

abhishek suppal

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

SM12 calls FM 'ENQUEUE_READ'('ENQUE_READ').

Svetlin

3 REPLIES 3

Former Member
0 Kudos

Hi,

SM12 calls FM 'ENQUEUE_READ'('ENQUE_READ').

Svetlin

christian_wohlfahrt
Active Contributor
0 Kudos

Hi!

This is not stored in database, it's handled in memory by enqueue server.

Use FM ENQUEUE_READ to get entries of SM12.

Regards,

Christian

0 Kudos

Hi,

it's a logical -not physical- lock

-> look TA: ST05 (option Enqueue trace)

Andreas