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

Finding if custom transaction is locked using FM ENQUEUE_READ....

Former Member
0 Likes
724

Hello Gurus,

How to find if a given custom transaction is locked or not ? I have opened the custom custom transaction but when I try to use FM ENQUEUE_READ, I do not find that T-code locked.

Please help.

Regards,

Jainam.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
666

1) Transaction is locked in an open transport:

Go to SE93 and display the Object Directory Entry and choose lock overview.

2) Transaction is locked for execution:

Check in transaction SM01 if the transaction in question is locked.

Which lock do you try to read?

Hello Gurus,

How to find if a given custom transaction is locked or not ? I have opened the custom custom transaction but when I try to use FM ENQUEUE_READ, I do not find that T-code locked.

Please help.

Regards,

Jainam.

2 REPLIES 2
Read only

Former Member
0 Likes
667

1) Transaction is locked in an open transport:

Go to SE93 and display the Object Directory Entry and choose lock overview.

2) Transaction is locked for execution:

Check in transaction SM01 if the transaction in question is locked.

Which lock do you try to read?

Read only

Sandra_Rossi
Active Contributor
0 Likes
666

Jainam, why don't you read sap documentation, as Harald told you... Forum is not for training!