‎2015 Jul 30 11:26 PM
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.
‎2015 Jul 31 7:36 AM
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
‎2015 Jul 31 7:36 AM
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
‎2015 Jul 31 10:06 PM