cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FInd roles by tcode assignment

0 Likes
2,212

In SAP we can run transaction SUIM to search for "Roles by complex selection criteria" and then insert up to 5 tcodes as search criteria like in the picture below

my problem is that I can use the AND operation on a maximum of 5 tcodes but what I need to do involves chaining a much larger number of TCODES in AND condition. Is there anyway to achieve this result?

what I already tried and didnt work is using all the tcodes in one search field as single values but the operation used in that case is the OR operation, when what I need is the AND operation.

Accepted Solutions (0)

Answers (1)

Answers (1)

jurjen_heeck
Active Contributor
0 Likes

Since you are primarily looking at the menu contents I suggest that you query table AGR_TCODES directly for all your transactions. With a little work in Excel you should be able to filter out those roles that have them all in their menu.

Alternatively you can have a look at table AGR_1251 where OBJECT = 'S_TCODE' and DELETED != "X".