‎2007 Aug 15 10:25 PM
Please let me know if there is any std functionality available to unlock sales order.
I tried these fm's<b> DEQUEUE_EC_CSORDER, DEQUEUE_ESORDER </b> with no success.
‎2007 Aug 15 10:27 PM
‎2007 Aug 15 11:30 PM
There must be some valid reason why a lock is there for a given sales order and unlocking it programatically like that may result in inconsistencies. What is your situation?
‎2007 Aug 15 11:53 PM
You can use FM : DEQUEUE_EVVBAKE
but try to follow Srinivas Suggestion and we can not unlock the sales order since update process is going with other documents.
so we have to use comitt work and wait ,use wait up to n seconds if you are updating using BAPI or FM..
Thanks
Seshu