SAP Reports / Programs

RSUSR010 SAP ABAP Report - Executable Transactions ( All Selection Options )







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RSUSR010. "Basic submit
SUBMIT RSUSR010 AND RETURN. "Return to original report after report execution complete
SUBMIT RSUSR010 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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.


INCLUDES used within this REPORT RSUSR010

INCLUDE SR010TOP.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSUSR010 or its description.