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: 

I need a report with Rol - Transaction

Former Member
0 Kudos

Hello everyone, I have a list with many roles and I need the transaction's list on each role in this role's list, I know I can get this information from Tx SUIM, but from this Tx I need to put each role in the filter and merge all the result, there is any way to do get this report in one time.

Thank you very much

1 ACCEPTED SOLUTION

Former Member
0 Kudos

use table AGR_TCODES, if the roles are desinged to have tcodes added form the role menu

Or use talbe AGR_1251 for 'active' objects for S_TCODE

2 REPLIES 2

Former Member
0 Kudos

use table AGR_TCODES, if the roles are desinged to have tcodes added form the role menu

Or use talbe AGR_1251 for 'active' objects for S_TCODE

0 Kudos

Thank you very much for your answer, that is exactly what I need.

Best Regards