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

FORM HANDLE_RC.

Former Member
0 Likes
431

Hello

I'm locking the records of the tabel. I call function enqueue_<object_name> in method handle_double_clikc (ALV grid). At some moment, function enqueue_... calls PERFORM Handle_rc USING rc user obj. The message that object is locked by user shows. After that when I want click any button on my screen, transaction ends. The sy-ucomm field of my screen is inaccessible. What should I do, to prevent that ?

Hello

I'm locking the records of the tabel. I call function enqueue_<object_name> in method handle_double_clikc (ALV grid). At some moment, function enqueue_... calls PERFORM Handle_rc USING rc user obj. The message that object is locked by user shows. After that when I want click any button on my screen, transaction ends. The sy-ucomm field of my screen is inaccessible. What should I do, to prevent that ?

1 REPLY 1
Read only

Former Member
0 Likes
408

Never mind. Problem solved by my self