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

LOCK OBJECT EXAMPLE

Former Member
0 Likes
276

Dear All ,

I would like to know how to use the lock objects in module pool programming . I know that it has to be used when you are updatinng the data . But confused about how to implement . Please help me .

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
245

You simply call the assocaited function module ENQUEUE_<lock object name> and pass the key values of the table, then update your table, and call the associated DEQUEUE_<lock object name> function module to release the lock.

Regards,

Rich Heilman