2014 Jun 20 6:40 AM
Hi all,
I'm need of the tables as per the criteria given below.
1. User List
2. Tcodes associated with the User.
Also let me know if there is any Standard Report that returns list of users with tcodes associated with them.
Can anyone help me out?
Thank You.
2014 Jun 20 6:51 AM
Hi,
Pls check the below Tables. It may helpful to you.
USR02
AGR_USERS - To get the Roles.
AGR_TCODES
Regards,
Velmurugan B
2014 Jun 20 7:07 AM
Hi Shrilath,
You can use tcode SUIM - (User info system- most user related report can be found here).
SAP has provided you with the SUIM tool for these kind of generic requirement, so avoid using this than creating your own custom program(no reinvention of the WHEEL).
As about you requirement, execute tcode SUIM
Execute the selection "Executable for User" and Enter user name
You will be listed with all the tcode the user can execute in the system.
As about your initial requirement to get all users in the system.
You can execute the User section (drill down on first screenshot), and execute without any filter values on address or user name. You should get all the users in the system
Thanks & Regards,
Tashi
2014 Jun 20 10:03 AM
Hi,
To get user related tables, find like this USR*. And for tcodes, use SU* to get all the transactions related to user.