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

how to avoid multiple users to access same tcode

Former Member
0 Likes
1,137

Hi all,

Am creating one z tcode to display the material details for the particular reservation number. How can I avoid multiple users to access the same tcode simultaneously. If anybody works over that tcode then no other user should be able to access the same tcode until or unless the first user works over it.

Regards,

Ramya

3 REPLIES 3
Read only

Former Member
0 Likes
654

HI,

you can even use import and export logic and check if user has entered the transaction ..

Regards,

Santosh

Message was edited by:

Santosh Kumar Patha

Read only

Former Member
0 Likes
654

lock it in Sm01

or give user authorization from the coding .

su21 / su20

@santosh

hi ,

just mailed u .:)

regards,

vijay.

Read only

0 Likes
654

Check this FM:

ENQUEUE_E_TRDIR

You can build logic using the return parameters of this FM. Check the message variables of the result of the FM.

Thanks,

Sankar.