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

Role usage report

Sankar_Aravind
Participant
0 Likes
2,799

HI,

Is there any report/Way to identify the Role usage report ?

For ex: If I give the user ID as input , the report should show the output as

User ID and the tcode was not used from any of the roles since XX/XX/XXXX date. The whole idea is to identify how many roles are present to the user in which at least one tcode also not executed from years from that role. So that it will be helpful for cleanup.

Thanks,

Aravind.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,602

Hi Aravind,

I guess there is no direct standard report that can fetch you the mentioned details.

What can be done instead as a workaround is to get the tcode usage information for the users from table GRACACTUSAGE and the tcode/roles assignment for users info from tables AGR_USERS, AGR_TCODES. Once downloaded to Excel you can extract the required data using various select/join statements.

Else, you can always go for a custom program 🙂

Thanks,

Akash

1 REPLY 1
Read only

Former Member
0 Likes
1,603

Hi Aravind,

I guess there is no direct standard report that can fetch you the mentioned details.

What can be done instead as a workaround is to get the tcode usage information for the users from table GRACACTUSAGE and the tcode/roles assignment for users info from tables AGR_USERS, AGR_TCODES. Once downloaded to Excel you can extract the required data using various select/join statements.

Else, you can always go for a custom program 🙂

Thanks,

Akash