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: 

List of Userwise Transaction

Former Member
0 Kudos

Hi all,

I am searching for Table, which will give me list of user and their respective transaction allowed.

like.........

User name Transaction

............... ................

cnmmeu01 MM01

cnmmeu01 MM02

Plz help me,

2 REPLIES 2

Former Member
0 Kudos

Hi,

u can find out in agr_tcodes and agr_users.

in agr_tcodes u will find the role name and the t-codes for the particular role.

while in agr_users u will find the role name and the user name.

regards,

Santosh Thorat

Former Member
0 Kudos

Hi,

From table AGR_USERS , you can get roles corresponding to any user name.

From table AGR_TCODES, you will get the tcodes corresponding to any role.

Regards,

Satish