‎2009 Dec 28 3:14 AM
sometimes , when I create a order, like sales order , or other orders , I alway encounter a problem - I have finished in creating order , and I turn the status of the session to change order , but a 'E' type message come out " the order is still locked by user XXX."
‎2009 Dec 28 3:36 AM
One of the possible reasons may be in the after save userexit any user code that calls a function module with "STARTING NEW TASK"
a®
‎2009 Dec 28 5:24 AM
Hi,
It might be a problem with refreshing the buffer. Use the below statement.
commit work and wait.I had encountered a similar problem and rectified it with the above statement.
Thanks!