SAP Reports / Programs

RSLG0001 SAP ABAP Report - RSLG0001 - SAP Analysis of the Central System Log







RSLG0001 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for 'RSLG0001' is a program interface for Transaction 'SM21' and the module pool 'RSLG0012'...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 RSLG0001 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 RSLG0001. "Basic submit
SUBMIT RSLG0001 AND RETURN. "Return to original report after report execution complete
SUBMIT RSLG0001 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: W_SELF = With internal system log recs
Selection Text: TR_USER = User
Selection Text: TR_TIME = Start time (HH:MM:SS)
Selection Text: TR_TERM = Terminal
Selection Text: TR_TCODE = Transaction code
Selection Text: TR_TASK = Task Type
Selection Text: TR_STATS = With statistics
Selection Text: TR_SORT = Sort Sequence
Selection Text: TR_RFC = via RFC (' '=central SysLog)
Selection Text: TR_REPNA = Program name (ABAP or C)
Selection Text: TR_PRECS = With Parameter Records
Selection Text: TR_PAGES = No. pages for single entries
Selection Text: TR_NUM = Task Number
Selection Text: TR_LOGT = System log type
Selection Text: TR_INST = Instance
Selection Text: TR_ETIME = To time (HH:MM:SS)
Selection Text: TR_EDATE = To date (DD.MM.YYYY)
Selection Text: TR_DCLAS = Package
Selection Text: TR_DAY = Whole day (0=today 1=yesterdy)
Selection Text: TR_DATE = Start date (DD.MM.YYYY)
Selection Text: TR_CLID6 = Other problem classes
Selection Text: TR_CLID5 = Other problem classes
Selection Text: TR_CLID4 = Other problem classes
Selection Text: TR_CLID3 = Other problem classes
Selection Text: TR_CLID2 = Other problem classes
Selection Text: TR_CLID1 = Problem classes
Selection Text: IDS_LST = List of message identifiers
Selection Text: IDS_INC = (' '=except,'X'=only)
Title: RSLG0001 - SAP Analysis of the Central System Log
Text Symbol: 032 = Empty selection list ignored
Text Symbol: 030 = Parameter error:
Text Symbol: 024 = Expert mode
Text Symbol: 022 = Problems and warnings: K T W
Text Symbol: 020 = Only problems: K T
Text Symbol: 018 = Exit
Text Symbol: 016 = Start


INCLUDES used within this REPORT RSLG0001

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