2010 Jun 21 5:09 PM
Hi. I have written a transaction that updates user data in various systems when maintained in 1 main system.
I am using function module ENQUEUE_E_USR04 to lock the user data in the various systems while they are being worked on, and that works fine.
However, when I call DEQUEUE_E_USR04 it does not unlock the users. I have tried various parameters but can not get it to work.
I have also tried commit work statements.
Does anyone know hoe to get this function module to work?
Thanks a lot for your help.
Regards,
Dave.
2010 Aug 27 8:34 AM
No idea why it didn't work or if it is supposed to work, but got around it by using function module ENQUE_DELETE.