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

fm to dequeue the work order

Former Member
0 Likes
1,228

hi all,

i have used f.m. dequeue_esorder and dequeue_all to remove the lock the work order but they are not able to remove lock...... even they are returning sy-subrc = 0 ..

can u please tell me how can i remove the lock from a particular work order and notification....

thanks

points will be awarded...

hi all,

i have used f.m. dequeue_esorder and dequeue_all to remove the lock the work order but they are not able to remove lock...... even they are returning sy-subrc = 0 ..

can u please tell me how can i remove the lock from a particular work order and notification....

thanks

points will be awarded...

4 REPLIES 4
Read only

Former Member
0 Likes
989

hi

you can use this fm DEQUEUE_EVVBAKE

thanks,

reward if helpful...

Read only

Former Member
0 Likes
989

hi,

this fm DEQUEUE_ALL will release all the current locks...

thanks,

reward if helpful...

Read only

0 Likes
989

hi velmurugan,

thanks for reply but dequeue_all is not working ..

when we use this FM it return sy-subrc = 0 but all the lock entries are maintain as it is....

Read only

Former Member
0 Likes
989

hi,

Go to transaction SM12 and unlock ur prog.

Regards,