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

Identifying a specific lock

NavinAmirtharaj
Associate
Associate
0 Likes
646

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 ?

0 REPLIES 0