‎2007 Feb 12 1:19 PM
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
‎2007 Feb 12 1:21 PM
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
‎2007 Feb 12 1:22 PM
lock it in Sm01
or give user authorization from the coding .
su21 / su20
@santosh
hi ,
just mailed u .:)
regards,
vijay.
‎2007 Feb 12 2:23 PM
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.