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

user authorization table

Former Member
0 Likes
397

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.

2 REPLIES 2
Read only

Former Member
0 Likes
366

Hi,

You can use function module 'AUTHORITY_CHECK_TCODE' to check if the user has access to the transaction.

Sujay

Read only

0 Likes
366

Hi Sujay,

Thanks you for your help