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: 

report to view all the Roles and Transactions assinged to a particular user

Former Member
0 Kudos

Hi,

I need to develop a report to view all the Roles and Transactions assinged to a particular user along with the Authorization values. So, if provide the Username, the report should be able to give Roles, Transaction Codes and the fields and thier authorization values for that TCodes..

Regards,

Sreenivas Raju

1 ACCEPTED SOLUTION

former_member195698
Active Contributor
0 Kudos

Try this FM once - SUSR_USERS_LIST_ALV . It provides a list with Roles, Profiles, and also a detail button to check the authorization values etc.

Also try this FM - SUSR_USER_DISPLAY_WITH_AUTHS, SUSR_USER_AUTH_FOR_OBJ_GET , SUSR_USER_DISPLAY_WITH_S_TCODE

3 REPLIES 3

Former Member
0 Kudos

Hi,

This FM will give you al the roles assigned to that user.

CRM_ROLES_OF_USER_GET

Regards

Ansair

former_member195698
Active Contributor
0 Kudos

Try this FM once - SUSR_USERS_LIST_ALV . It provides a list with Roles, Profiles, and also a detail button to check the authorization values etc.

Also try this FM - SUSR_USER_DISPLAY_WITH_AUTHS, SUSR_USER_AUTH_FOR_OBJ_GET , SUSR_USER_DISPLAY_WITH_S_TCODE

Former Member
0 Kudos

Hi,

have a look at transaction SUIM

Regards,

Himanshu