SAP Reports / Programs | Basis Components | Use Subcomponents | SAP System Log(BC-CCM-MON-SLG) SAP BC

RSLG0022 SAP ABAP Report - Count Entries in System Log Administration Table







RSLG0022 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 RSLG0022 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 RSLG0022. "Basic submit
SUBMIT RSLG0022 AND RETURN. "Return to original report after report execution complete
SUBMIT RSLG0022 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: WITH_CHK = with consistency check ?
Selection Text: I_WILL = I will
Title: Count Entries in System Log Administration Table
Text Symbol: 300 = Categories per lang.
Text Symbol: 301 = Category
Text Symbol: 302 = Texts
Text Symbol: 310 = Valuation per lang.
Text Symbol: 311 = Valuation
Text Symbol: 134 = Error number name
Text Symbol: 133 = errno
Text Symbol: 132 = Op.sys. ;;Operating system
Text Symbol: 131 = All errno names are known
Text Symbol: 130 = Errno names from TSLE2 missing in TSLE3
Text Symbol: 121 = No superfluous message texts
Text Symbol: 120 = Superfluous message texts
Text Symbol: 111 = Number of message texts per language is correct
Text Symbol: 101 = System Log tables consistency check
Text Symbol: 100 = [F2] to check consistency.
Text Symbol: 062 = Numbers
Text Symbol: 061 = Operating system
Text Symbol: 060 = Instances per operating system
Text Symbol: 050 = Errno texts per language
Text Symbol: 042 = Numbers
Text Symbol: 041 = Operating system
Text Symbol: 040 = Errno numbers per operating system
Text Symbol: 030 = No. of operating systems known
Text Symbol: 024 = Missing texts
Text Symbol: 023 = of which empty
Text Symbol: 022 = Texts;
Text Symbol: 021 = Language
Text Symbol: 020 = Message texts per language
Text Symbol: 010 = SysLog message count


INCLUDES used within this REPORT RSLG0022

No INCLUDES are used within this REPORT code!


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:

No SAP FUNCTION MODULES are executed within this report code!



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