RSUSR_SYSINFO_PROFILE 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_PROFILE 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_BNAME = User Name
Selection Text: SO_PROF = Profile
Selection Text: SO_SUBSY = Receiving system
Title: Report cross-system information/profile
Text Symbol: 001 = Selection Criteria
Text Symbol: 017 = Receiving System
Text Symbol: 030 = System
Text Symbol: 031 = Client
Text Symbol: 032 = User
Text Symbol: 033 = Profiles
Text Symbol: 037 = User Name
Text Symbol: 038 = Full Name
Text Symbol: 039 = Name
Text Symbol: 040 = Selection Criteria:
Text Symbol: 046 = Number of Users Selected
Text Symbol: 051 = The selection screen contains
Text Symbol: 052 = additional selections that are not displayed
Text Symbol: 0E0 = Log Display
INCLUDE MS01CW20.
No SAP DATABASE tables are accessed within this REPORT code!
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_01 number = '475' 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_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 RSUSR_SYSINFO_LICENSE - Report: Cross-System Information / License Data RSUSR_SECPOL_USAGE - Where-Used List for Security Policies