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: 

Transaction assignment with role

Former Member
0 Kudos

Is there any method to find out the list of transaction assignment to the role. When user is not authorisied to execute the transaction SUIM

Thanks in advance

Karun.

3 REPLIES 3

Former Member
0 Kudos

Hi Karun,

SUIm is the best way but you can also go for Table : AGR_TCODES in se16, you will get the desired output and also you can check the same in PFCG by selection where used list of transaction role. By this you can check the role availability for t.code.

Former Member
0 Kudos

Hi Karun,

Along with the suggestion given earlier, you can also use AGR_1251 table to look for all the transactions in S_TCODE object, because AGR_TCODE table pulls the data from menu tab and AGR_1251 pulls it directly from S_TCODE object. Hence it will include the transactions that would have been added manually to the S_TCODE object (not preferred).

Let me know in case of any issues.

Regards,

Akshay

Former Member
0 Kudos

Hi Karun,

Akshay's posting is little precise. It works.