SAP Reports / Programs

RSLG0011 SAP ABAP Report - List of System Log Messages







RSLG0011 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for 'RSLG0011' has several functions: Specify a value range for the message numbers...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSLG0011 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 RSLG0011. "Basic submit
SUBMIT RSLG0011 AND RETURN. "Return to original report after report execution complete
SUBMIT RSLG0011 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: P_UPDATE = Overwrite database with file?
Selection Text: P_SHOW = Display database contents?
Selection Text: P_NOFILE = Do not process any files?
Selection Text: P_INSERT = Insert in database?
Selection Text: P_IMPORT = Import from file?
Selection Text: P_FILENA = File name
Selection Text: P_EXPORT = Export to file?
Selection Text: P_COMPAR = Compare database / file?
Selection Text: LOWBOUND = First message ID
Selection Text: LIMIT = max. length for variable parts
Selection Text: LANGUAGE = Language
Selection Text: HIGH_BND = Last message ID
Title: List of System Log Messages
Text Symbol: 778 = to
Text Symbol: 777 = Area
Text Symbol: 130 = vlg;;length of variable parts
Text Symbol: 120 = Only if variable part longer than
Text Symbol: 114 = UPDATE error in TSL1T
Text Symbol: 111 = Records changed in TST1D
Text Symbol: 110 = Records changed in TST1T
Text Symbol: 101 = Message name from/to
Text Symbol: 097 = INSERT error for TSL0D
Text Symbol: 096 = INSERT error for TSL1T
Text Symbol: 094 = Record has invalid format:
Text Symbol: 092 = File contains no TSL1T data:
Text Symbol: 091 = File cannot be opened:
Text Symbol: 090 = File cannot be opened:
Text Symbol: 078 = Records written to file &1.
Text Symbol: 076 = Records read from file &1.
Text Symbol: 075 = Records displayed
Text Symbol: 073 = Records added to TST1D
Text Symbol: 072 = Records added to TST1T
Text Symbol: 036 = Stop
Text Symbol: 032 = !
Text Symbol: 031 = <
Text Symbol: 030 = Incorrect range specified:
Text Symbol: 025 = Class name
Text Symbol: 024 = C;;lass





Text Symbol: 023 = Text
Text Symbol: 022 = D;; Message ID, part 2
Text Symbol: 021 = MI;; Message ID, part 1
Text Symbol: 020 = La;;nguage


INCLUDES used within this REPORT RSLG0011

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:

RSLG_WRITE_SYSLOG_ENTRY CALL FUNCTION 'RSLG_WRITE_SYSLOG_ENTRY' EXPORTING SL_MESSAGE_AREA = 'CP' SL_MESSAGE_SUBID = '0' DATA_WORD1 = 'TSL1T' DATA_WORD2 = CNT_C.

RSLG_WRITE_SYSLOG_ENTRY CALL FUNCTION 'RSLG_WRITE_SYSLOG_ENTRY' EXPORTING SL_MESSAGE_AREA = 'CP' SL_MESSAGE_SUBID = '0' DATA_WORD1 = 'TSL1D' DATA_WORD2 = CNT_C.

RSLG_WRITE_SYSLOG_ENTRY CALL FUNCTION 'RSLG_WRITE_SYSLOG_ENTRY' EXPORTING SL_MESSAGE_AREA = 'CP' SL_MESSAGE_SUBID = '1' DATA_WORD1 = 'TSL1T' DATA_WORD2 = CNT_C.

RSLG_WRITE_SYSLOG_ENTRY CALL FUNCTION 'RSLG_WRITE_SYSLOG_ENTRY' EXPORTING SL_MESSAGE_AREA = 'CP' SL_MESSAGE_SUBID = '1' DATA_WORD1 = 'TSL1D' DATA_WORD2 = CNT_C.



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