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

ENQUEUE_READ

Former Member
0 Likes
890

I am facing a rather peculiar problem. I am using ENQUEUE_READ to check if the record has a lock or not. If I do it on my machine both using SE37 and as code in a program, it works fine. But if I do it on some other machine, then it works in SE37 but not in a program. The record is locked, on my machine, the fm says its locked, but on someone elses machine it does not in debugger ... but the fm in se37 works fine. Any ideas.

1 ACCEPTED SOLUTION
Read only

former_member191735
Active Contributor
0 Likes
736

It should work same in both machines. make sure you locked the record first and then check it. As far as i know there is nothing to prevent running in one machine and not in another.

1 REPLY 1
Read only

former_member191735
Active Contributor
0 Likes
737

It should work same in both machines. make sure you locked the record first and then check it. As far as i know there is nothing to prevent running in one machine and not in another.