Application Development 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: 

online screen event handling in mutliple sessions

Former Member
0 Kudos

Hi,

We have a online screen having table control, in that everyline item is processed using a checkbox which user checks.

We want that screen to be used by more than one user (/sessions).

then how to handle:

if user A is performing operation on line item one, then in another session that same line item accessing is to be restricted.

Please guide me.

Thanks in advance.

Chakri

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi ,

u can create a lock object & it will generate 2 FMs for enqueue & Deq , by using those FMs to u can restrict users from modification of the same line item.

Se11->Lock Object->EY_BELNR_C(ex.)

regards

Prabhu

1 REPLY 1

Former Member
0 Kudos

Hi ,

u can create a lock object & it will generate 2 FMs for enqueue & Deq , by using those FMs to u can restrict users from modification of the same line item.

Se11->Lock Object->EY_BELNR_C(ex.)

regards

Prabhu