SAP Reports / Programs | Basis Components | Security | User Information System(BC-SEC-USR-IS) SAP BC

RSUSR_SYSINFO_PROFILE SAP ABAP Report - Report cross-system information/profile







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


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 RSUSR_SYSINFO_PROFILE. "Basic submit
SUBMIT RSUSR_SYSINFO_PROFILE AND RETURN. "Return to original report after report execution complete
SUBMIT RSUSR_SYSINFO_PROFILE 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: 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


INCLUDES used within this REPORT RSUSR_SYSINFO_PROFILE

INCLUDE MS01CW20.


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_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.



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 RSUSR_SYSINFO_PROFILE or its description.