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

BOPF Lock a node

Former Member
0 Likes
1,582

I have a sub-issue of a QIM issue that i am trying to lock in order to create a description node attached to the sub-issue root node. My modify call is returning an error because the sub-issue node is not locked. How can i lock a node? Any help would be greatly appreciated. Thank you.

1 ACCEPTED SOLUTION
Read only

former_member190794
Active Participant
0 Likes
1,053

Hi Timothy,

I assume you would like to explicit lock the node as a consumer in advance before modification. This can be done via the service manager method RETRIEVE with parameter IV_EDIT_MODE. You may choose between /BOBF/IF_CONF_C=>SC_EDIT_EXCLUSIVE and /BOBF/IF_CONF_C=>SC_EDIT_OPTIMISTIC.

Best regards

Tilmann

2 REPLIES 2
Read only

former_member190794
Active Participant
0 Likes
1,054

Hi Timothy,

I assume you would like to explicit lock the node as a consumer in advance before modification. This can be done via the service manager method RETRIEVE with parameter IV_EDIT_MODE. You may choose between /BOBF/IF_CONF_C=>SC_EDIT_EXCLUSIVE and /BOBF/IF_CONF_C=>SC_EDIT_OPTIMISTIC.

Best regards

Tilmann

Read only

0 Likes
1,053

THANK YOU!