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

Problem with ENQUEUE_E_TABLE

Former Member
0 Likes
649

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
397

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.

1 REPLY 1
Read only

Former Member
0 Likes
398

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.