‎2008 Apr 25 7:15 AM
Hi,
I have lock a set of object using Function Module : ENQUEUE_E_TABLE.
When the other user try to use the same object, yes it prompt the user that the object is lock. The user try to click on any other button, the program quit by itself. why is that so?
How to resolve this issue?
Regards,
Rayden
‎2008 Apr 25 9:06 PM
Hi Rayden,
Probably your program is printing an error message after to call this FM, error messages usually stop the program's process depending on where the programs show them. Try to change the message type to "S" and handle the error without error messages.
Hope this helps you.
Regards.
‎2008 Apr 25 9:06 PM
Hi Rayden,
Probably your program is printing an error message after to call this FM, error messages usually stop the program's process depending on where the programs show them. Try to change the message type to "S" and handle the error without error messages.
Hope this helps you.
Regards.