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

Tables for User Details & User Tcode Details.

Former Member
0 Likes
29,715

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.

3 REPLIES 3
Read only

Former Member
0 Likes
19,365

Hi,

Pls check the below Tables. It may helpful to you.

USR02

AGR_USERS - To get the Roles.

AGR_TCODES

Regards,

Velmurugan B

Read only

Former Member
0 Likes
19,365


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

Read only

sunil_mani
Active Participant
0 Likes
19,365

Hi,

     To get user related tables, find like this USR*.  And for tcodes, use SU* to get all the transactions related to user.