‎2022 Mar 30 9:13 AM
Hi
I have a lock object with multiple parameters that have a hierarchical relation ( e.g. Root, Parent, Child ).
The lock function fills the empty lock parameter with the value using the below code when not lock parameters
CALL 'C_ENQ_WILDCARD' ID 'HEX0' FIELD <lock_parameter>.
My requirement is to check for the existence of a specific lock where one or more of the parameters is not supplied ( e.g. Lock with only Root or Lock with only Root and Parent ).
Is there any way for me to do this without using the system function 'C_ENQ_WILDCARD' in my code ?