Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

why the dequeue delayed

Former Member
0 Likes
471

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."

2 REPLIES 2
Read only

former_member194669
Active Contributor
0 Likes
399

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®

Read only

Former Member
0 Likes
399

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!