Hi All,
I am using OData protocol and my requirement is table entries are to be locked unless explicitly DEQUEd by FM. Since OData is stateless protocol , lock is retained till control exists in backend.
I guess in GUI we used achieve this by using SCOPE = 1 . Can anyone please confirm if we can still achieve using ENQUE FMs.
Below blog seems to be a solution but not sure if it can cause any performance issues or any other limitations