RSUSR_SYSINFO_ROLE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RSUSR_SYSINFO_ROLE 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: SO_SUBSY = Receiving system
Selection Text: SO_BNAME = User name
Selection Text: SO_AGR = Role
Selection Text: G_TODAY = Today
Selection Text: G_TO2 = to
Selection Text: G_RANGE = Valid from
Selection Text: G_FROM2 = From
Selection Text: G_ALL = All
Title: Report cross-system information/role
Text Symbol: 201 = to
Text Symbol: 0E0 = Error Log
Text Symbol: 052 = additional selections that are not displayed
Text Symbol: 051 = The selection screen contains
Text Symbol: 046 = Number of Users Selected
Text Symbol: 040 = Selection Criteria:
Text Symbol: 038 = Full Name
Text Symbol: 037 = User Name
Text Symbol: 036 = With Role Assignment Valid for Period:
Text Symbol: 035 = With Role Assignment Valid On
Text Symbol: 034 = With Role Assignment Without Time Restrictions
Text Symbol: 033 = Role
Text Symbol: 032 = User
Text Symbol: 031 = Client
Text Symbol: 030 = System
Text Symbol: 022 = Type
Text Symbol: 017 = Receiving System
Text Symbol: 010 = Select role
Text Symbol: 008 = Valid
Text Symbol: 007 = to
Text Symbol: 006 = Valid to
Text Symbol: 005 = End Date
Text Symbol: 004 = frm
Text Symbol: 003 = Valid From
Text Symbol: 002 = Start Date
Text Symbol: 001 = Standard Selection
INCLUDE MS01CW20.
No SAP DATABASE tables are accessed within this REPORT code!
SUSR_AGR_TYPE_ICON_CREATE CALL FUNCTION 'SUSR_AGR_TYPE_ICON_CREATE' EXPORTING i_agr_name = gt_user_agr_output-agr_name i_org_flag = gt_user_agr_output-org_flag i_subsystem = gt_user_agr_output-subsystem IMPORTING e_type_icon = gt_user_agr_output-type_icon EXCEPTIONS agr_not_found = 1 internal_error = 2 OTHERS = 3.
SUSR_USER_ADDRESS_READ_ARRAY CALL FUNCTION 'SUSR_USER_ADDRESS_READ_ARRAY' TABLES user_name_tab = gt_users2 user_name_address_tab = gt_user_name_address EXCEPTIONS OTHERS = 3.
SUSR_ZBV_CHECK_IF_ACTIVE CALL FUNCTION 'SUSR_ZBV_CHECK_IF_ACTIVE' EXCEPTIONS active = 1 not_active = 2 invalid_model = 3 OTHERS = 4.
BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = gc_type_a cl = gc_cl_01 number = '381' par1 = ld_msgv1 IMPORTING return = ls_return.
SUSR_ZBV_CENTRALSYSTEM_CHECK CALL FUNCTION 'SUSR_ZBV_CENTRALSYSTEM_CHECK' EXCEPTIONS duplicate_central_system = 1 new_system = 2 not_central = 3 OTHERS = 4.
BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = gc_type_a cl = gc_cl_01 number = '351' IMPORTING return = ls_return.
BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = gc_type_a cl = gc_cl_01 number = '495' IMPORTING return = ls_return.
BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = gc_type_a cl = gc_cl_01 number = '580' IMPORTING return = ls_return.
BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = gc_type_a cl = gc_cl_s_sharp number = '262' IMPORTING return = ls_return.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSUSR_SYSINFO_ROLE - Report cross-system information/role RSUSR_SYSINFO_ROLE - Report cross-system information/role RSUSR_SYSINFO_PROFILE - Report cross-system information/profile RSUSR_SYSINFO_PROFILE - Report cross-system information/profile RSUSR_SYSINFO_LICENSE_TOP - RSUSRSYSINFOLICENSETOP RSUSR_SYSINFO_LICENSE - Report: Cross-System Information / License Data