‎2016 Dec 23 10:03 AM
In one of my program FM C_ENQUEUE is used for locking but it is returning sy-subrc as 0 and hence throwing an abend message because of which an idoc is failing. I am not able to figure out why this is happening.
Can someone let me know.
‎2016 Dec 23 11:03 AM
‎2016 Dec 23 4:27 PM
Why are you using C_ENQUEUE directly... If it is your own program, use an ENQUEUE_*** Function module
‎2016 Dec 26 7:02 AM
We are using ENQUEUE_*** only but inside this FM only C_ENQUEUE is getting called.
‎2016 Dec 26 7:06 AM
Hi Raymond,
I am not authorized to use SM12 in production. The error i got is 'SAP lock lost for interface XXXXXXX run XXXX ; no further processing possible'. Nothing else i could find in it.
Please suggest.