SAP Reports / Programs | Basis Components | Use Subcomponents | Workload Balancing and Group Management(BC-CCM-CNF-GRP) SAP BC

RSRZLDG0 SAP ABAP Report - Diagnostic of SAPSYS Background Processing







RSRZLDG0 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 RSRZLDG0 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 RSRZLDG0. "Basic submit
SUBMIT RSRZLDG0 AND RETURN. "Return to original report after report execution complete
SUBMIT RSRZLDG0 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Diagnostic of SAPSYS Background Processing
Text Symbol: 082 = < 1 sec. inaccuracy
Text Symbol: 081 = Response time:
Text Symbol: 080 = High response time:
Text Symbol: 050 =
Text Symbol: 041 = No. of problems:
Text Symbol: 040 = No problems found
Text Symbol: 033 = Sending of trusted IP addresses deactivated
Text Symbol: 032 = Additional information
Text Symbol: 031 = Name
Text Symbol: 030 = Problem
Text Symbol: 029 = Checking of SSO certificates deactivated
Text Symbol: 028 = Monitoring architecture cyclical program deactivated
Text Symbol: 027 = Profile Consistency Check Deactivated
Text Symbol: 026 = Status entry with invalid format
Text Symbol: 025 = Archiving of core dump files deactivated
Text Symbol: 024 = Recording of RFC statistics deactivated
Text Symbol: 023 = Diagnostic for cyclic CCMS system programs
Text Symbol: 022 = Not all background processing was active
Text Symbol: 021 = No cyclic system programs were active
Text Symbol: 020 = No operation mode was set
Text Symbol: 019 = Transfer of alert threshold values deactivated
Text Symbol: 018 = Other background program (unknown) deactivated
Text Symbol: 017 = Database monitoring for alerts deactivated
Text Symbol: 016 = Monitoring of spool retention period deactivated
Text Symbol: 015 = Recording of buffer statistics deactivated
Text Symbol: 014 = Recording of OS collector data deactivated
Text Symbol: 013 = Logon load distribution algorithm deactivated
Text Symbol: 012 = Automatic operation mode setting deactivated
Text Symbol: 010 = No connection to application server
Text Symbol: 007 = Application server


INCLUDES used within this REPORT RSRZLDG0

INCLUDE RSALICSL.
INCLUDE RSADMILG.
INCLUDE RSALINC1.
INCLUDE RSALISTR.


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:

TH_SERVER_LIST CALL FUNCTION 'TH_SERVER_LIST' TABLES list = server_tbl EXCEPTIONS OTHERS = 1.

RZL_STRG_READALL_C CALL FUNCTION 'RZL_STRG_READALL_C' EXPORTING srvname = apserver TABLES text_tbl = loc_text_tab EXCEPTIONS bad_parameter = 01 send_error = 02.

RZL_STRG_DEL CALL FUNCTION 'RZL_STRG_DEL' EXPORTING name = glob_text_tab-name srvname = glob_text_tab-apserver typ = 'C' EXCEPTIONS argument_error = 01 send_error = 02 OTHERS = 99.

RZL_STRG_DEL CALL FUNCTION 'RZL_STRG_DEL' EXPORTING name = glob_text_tab-name srvname = glob_text_tab-apserver typ = 'C' EXCEPTIONS argument_error = 01 send_error = 02.



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