‎2010 Sep 23 3:08 PM
Hi experts,
i need to know which table is stored tcode and user name or is there a function that whether user have autorazation to run tcode. i have a tcode list program and if user double click tcode field, tcode runs. But it doesn't check tcode authorization.
how can i do it.
Thanks.
‎2010 Sep 23 3:31 PM
Hi,
You can use function module 'AUTHORITY_CHECK_TCODE' to check if the user has access to the transaction.
Sujay
‎2010 Sep 24 6:29 AM