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 OBJECTS

Former Member
0 Likes
388

Hi All,

I have created a lock object of mode Exclusive cummulative, In SAP documentation it's mentioned that for the first time when ENQ FM is called the lock will be successfull, for the remaining calls the LOCK will be successfull if it's the same owner and the cummulative counter will be incremented.

but in my case when i call the ENQ function for the first time, it return's SY-SUBRc as 0, where as before the release of the lock if i once again call the ENQ function in E or any other mode the lock is unsuccessfull,

is there any usefull links for the same.

Regards,

Raghavendra

3 REPLIES 3
Read only

ferry_lianto
Active Contributor
0 Likes
372

Hi Raghavendra,

Please find the following link http://help.sap.com/saphelp_nw04/helpdata/en/7b/f9813712f7434be10000009b38f8cf/content.htm.

Hope this will help.

Regards,

Ferry Lianto

Read only

Former Member