Odata – Lock table entries till DEQUEd explicitely

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

https://community.sap.com/t5/technology-blogs-by-members/sap-odata-soft-state-with-delayed-invocation-for-locking/ba-p/13467989 

 

Scroll to Top