RSUSR010 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for List of transactions that can be started by a user with a certain profile or authorization...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RSUSR010 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: US = User
Selection Text: AUTH = D .
Selection Text: PROF = D .
Selection Text: ROLES = D .
Selection Text: USER = D .
Title: Executable Transactions ( All Selection Options )
Text Symbol: 001 = User
Text Symbol: 002 = Profile
Text Symbol: 003 = Object
Text Symbol: 004 = Authorization
Text Symbol: 005 = for object
Text Symbol: 006 = With Role
Text Symbol: 008 = Transaction executable
Text Symbol: 100 = Analysis type
Text Symbol: 101 = Table TSTCA
Text Symbol: 102 = Authorization obj. S_TCODE
Text Symbol: 103 = Standard
Text Symbol: 104 = Comparison: TSTCA and S_TCODE
Text Symbol: 201 = Role
Text Symbol: R01 = List of Roles that You Are Not Permitted to Display:
Text Symbol: R02 = Action is terminated.
INCLUDE SR010TOP.
No SAP DATABASE tables are accessed within this REPORT code!
SUSR_TCODES_LIST_SELOPT_USER call function 'SUSR_TCODES_LIST_SELOPT_USER' exporting user = user seltype = sel exceptions others = 1.
SUSR_TCODES_LIST_SELOPT_ROLES call function 'SUSR_TCODES_LIST_SELOPT_ROLES' exporting role = roles seltype = sel tables roles_list = roles_list.
SUSR_TCODES_LIST_SELOPT_PROF call function 'SUSR_TCODES_LIST_SELOPT_PROF' exporting profile = prof seltype = sel exceptions others = 1.
PGRN_CHECK_COLLECTIVE_AGR call function 'PGRN_CHECK_COLLECTIVE_AGR' exporting activity_group = p_roles exceptions activity_group_does_not_exist = 1 activity_group_is_collective = 2 others = 3.
SUSR_POPUP_LIST_WITH_TEXT call function 'SUSR_POPUP_LIST_WITH_TEXT' exporting text1 = 'List of roles you are not authorized to display:'(r01) text2 = 'Action will be cancelled.'(r02)
SUSR_GET_TCODES_WITH_AUTH call function 'SUSR_GET_TCODES_WITH_AUTH' tables auths = auts_r tcodes = tcodes exceptions others = 1.
SUSR_GET_TCODES_AUTH_S_TCODE call function 'SUSR_GET_TCODES_AUTH_S_TCODE' tables auths = auts_r tcodes = tcodes exceptions others = 1.
SUSR_TCODES_LIST_BOTH call function 'SUSR_TCODES_LIST_BOTH' exporting seltype = 'AU' name = space name2 = auth compare = sel tables tcodes = tcodes1 exceptions others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSUSR010 - Executable Transactions ( All Selection Options ) RSUSR010 - Executable Transactions ( All Selection Options ) RSUSR009 - List of Users With Critical Authorizations RSUSR009 - List of Users With Critical Authorizations RSUSR008_009_TOP - RSUSR008009TOP RSUSR008_009_NEW - Users or ROles with Combinations of Critical Authorizations