RSUSR_SYSINFO_LICENSE 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_LICENSE 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_LICE = D .
Selection Text: SO_BNAME = D .
Selection Text: SO_SYS = Receiving System
Title: Report: Cross-System Information / License Data
Text Symbol: 802 = Layout
Text Symbol: 801 = Title
Text Symbol: 800 = List Format
Text Symbol: 114 = Local
Text Symbol: 113 = Global
Text Symbol: 112 = Cannot determine the user type
Text Symbol: 111 = The system is not accessible by RFC
Text Symbol: 110 = The system is accessible by RFC
Text Symbol: 0E0 = Error Log
Text Symbol: 060 = Word Processing...
Text Symbol: 058 = Process User Data
Text Symbol: 057 = Layout of List
Text Symbol: 056 = Selection of User Data
Text Symbol: 055 = RFC Status for the System:
Text Symbol: 052 = additional selections that are not displayed
Text Symbol: 051 = The selection screen contains
Text Symbol: 040 = Selection Criteria:
Text Symbol: 031 = ID: User Type
Text Symbol: 030 = ID
Text Symbol: 029 = ID: Contractual User Type
Text Symbol: 028 = Value
Text Symbol: 027 = Value in CUA Central
Text Symbol: 026 = ID: User Type (CUA)
Text Symbol: 016 = Distribution Parameters for:
Text Symbol: 014 = ID: Value in CUA Central
Text Symbol: 013 = User Type
Text Symbol: 012 = ID (CUA)
Text Symbol: 011 = User not relevant for license audit
Text Symbol: 010 = Technical User Without Classification
Text Symbol: 009 = Validity Period
Text Symbol: 008 = Contractual User Type
Text Symbol: 007 = Receiving System
Text Symbol: 006 = Number of Users Selected
Text Symbol: 005 = License Data
INCLUDE RSUSR_SYSINFO_LICENSE_TOP.
INCLUDE MS01CW05.
INCLUDE MS01CW06.
No SAP DATABASE tables are accessed within this REPORT code!
SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = restrict EXCEPTIONS OTHERS = 0.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 100 text = 'Layout of List'(057). "#EC *
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 1 text = 'Selection of User Data'(056). "#EC *
FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = gc_slim_function EXCEPTIONS function_not_exist = 1 OTHERS = 4.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 1 text = ld_outputtext.
RFC_PING CALL FUNCTION 'RFC_PING' DESTINATION
-low EXCEPTIONS system_failure = 1 MESSAGE ld_msg_text communication_failure = 2 MESSAGE ld_msg_text OTHERS = 3.
FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' DESTINATION
-low EXPORTING funcname = gc_slim_function EXCEPTIONS function_not_exist = 1 system_failure = 2 MESSAGE ld_msg_text communication_failure = 3 OTHERS = 4.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 1 text = 'Selection of User Data'(056). "#EC *
SUSR_USER_ADDRESS_READ_ARRAY CALL FUNCTION 'SUSR_USER_ADDRESS_READ_ARRAY' TABLES user_name_tab = lt_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.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = ld_icon info = ld_tooltip add_stdinf = space IMPORTING result = is_user06-rfc_status EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = ld_icon info = ld_tooltip add_stdinf = space IMPORTING result = is_user06-lic_type EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = dyname dynumb = dynumb translate_to_upper = 'X' TABLES dynpfields = lt_dynpro_values EXCEPTIONS OTHERS = 0.
F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING tabname = space fieldname = space searchhelp = 'US_CUA_UCLASS' shlpparam = 'USERTYP' callback_program = sy-repid callback_form = 'F4_SYSTEM_CALLBACK' dynpprog = dyname dynpnr = dynumb dynprofield = field_name TABLES return_tab = return_values EXCEPTIONS OTHERS = 0.
SUSR_ZBV_LANDSCAPE_GET CALL FUNCTION 'SUSR_ZBV_LANDSCAPE_GET' IMPORTING bapilink = lv_bapilink central_system_logsys = gd_central_logsys TABLES receivers = lt_child_systems EXCEPTIONS OTHERS = 0. "#EC FB_RC
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 1 text = 'Handling of User Data'(058). "#EC *
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_LICENSE or its description.
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 RSUSR_SECPOL_USAGE - Where-Used List for Security Policies RSUSR_PRGN_CUST_DEFAULT_XPRA - RSUSRPRGNCUSTDEFAULTXPRA RSUSR_PRGN_CUST_DEFAULT_XPRA - RSUSRPRGNCUSTDEFAULTXPRA