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

RSLG0020 SAP ABAP Report - Repair of a Local System Log







RSLG0020 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 RSLG0020 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 RSLG0020. "Basic submit
SUBMIT RSLG0020 AND RETURN. "Return to original report after report execution complete
SUBMIT RSLG0020 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: ONEENTRY = Analyze individual entries
Selection Text: ENTRY_NO = Entry number
Selection Text: ALLNULLS = All empty entries
Title: Repair of a Local System Log
Text Symbol: 094 = After the last record, there are still
Text Symbol: 095 = bytes
Text Symbol: 100 = This can occur in normal operation
Text Symbol: 101 = because buffer is used when writing.
Text Symbol: 120 = Entry is not zero
Text Symbol: 122 = Entry is probably damaged
Text Symbol: 124 = But there is no repair function for this
Text Symbol: 084 = No.records:
Text Symbol: 010 = Repair program for central system log
Text Symbol: 020 = You are not authorized to analyze the system log
Text Symbol: 030 = Exit
Text Symbol: 050 = File name:
Text Symbol: 051 = .
Text Symbol: 060 = Local system log cannot be read
Text Symbol: 070 = Unable to reach end of file
Text Symbol: 080 = File length:
Text Symbol: 081 = bytes
Text Symbol: 134 = Overwrite entry &.
Text Symbol: 206 = Number
Text Symbol: 208 = Time stamp
Text Symbol: 212 = Terminal name
Text Symbol: 214 = Client/user
Text Symbol: 216 = Transaction
Text Symbol: 224 = Parameter range
Text Symbol: 240 = Entry 1 should contain the file
Text Symbol: 241 = number
Text Symbol: 250 = File number as entry 1 is correct
Text Symbol: 204 = Structure
Text Symbol: 160 = [F2] Restart program
Text Symbol: 164 = [F2] Perform repair
Text Symbol: 166 = [F3] Exit program
Text Symbol: 170 = [F3] Leave this insertion
Text Symbol: 172 = Note: The superior list
Text Symbol: 173 = will be obsolete.





Text Symbol: 180 = [F2] is not defined
Text Symbol: 200 = Entry number
Text Symbol: 201 = :
Text Symbol: 327 = %
Text Symbol: 328 = of all entries
Text Symbol: 330 = The first empty entry was
Text Symbol: 331 = .
Text Symbol: 335 = The last empty entry was
Text Symbol: 336 = .
Text Symbol: 340 = Cannot read
Text Symbol: 341 = entry.
Text Symbol: 350 = Before the empty entries can be
Text Symbol: 325 = entries found
Text Symbol: 270 = This entry does not appear to be correct.
Text Symbol: 280 = Empty entry was replaced
Text Symbol: 290 = Check: All entries -> zero
Text Symbol: 294 = Check: Specified entry
Text Symbol: 310 = entries
Text Symbol: 311 = have been overwritten
Text Symbol: 314 = & entries were overwritten
Text Symbol: 320 = No empty entries were found
Text Symbol: 324 = Result:
Text Symbol: 351 = read,
Text Symbol: 403 = entry.
Text Symbol: 404 = Please specify the number of the entry (from 1).
Text Symbol: 405 = You can search for and repair all empty entries
Text Symbol: 406 = at once.
Text Symbol: 407 = Please choose an option.
Text Symbol: 402 = It can check and repair an individual
Text Symbol: 352 = entry number 1 must be repaired.
Text Symbol: 353 = Please exit the program
Text Symbol: 354 = and call it with the appropriate parameters
Text Symbol: 360 = Record number
Text Symbol: 361 = was overwritten
Text Symbol: 370 = Record number
Text Symbol: 371 = was overwritten
Text Symbol: 400 = This program can help you if the local system log
Text Symbol: 401 = is damaged.
Text Symbol: 085 = .





Text Symbol: 090 = Length is ok.


INCLUDES used within this REPORT RSLG0020

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