Question:
Hi,
i am looking for a dump of data, where for each role i get an overview of transactions allowed within that role.
And, not like SUIM allows you to, a single role, but all roles in the system.
Can this be pulled out some transaction, if not, what are the underlying tables i would need to get to this data ?
Answer:
Provided you don't have any transactions that are input directly in the S_TCODE, but they are all assigned through the menu, you can use AGR_TCODES (might not have the S at the end...). For role assignments to users, use AGR_USERS. Merge those two and you are good to go...
This is also providing that your roles are all generated, and it's generally a clean setup.
If you are not sure about that, you need to look at AGR_1251 for S_TCODE and AGR_USERS for assignment to users.
Beware of the validity date for role assignments