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

RSLG0002 SAP ABAP Report - RSLG0002 - SAP Analysis of All Remote System Logs







RSLG0002 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for 'RSLG0000' is a report 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 RSLG0002 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 RSLG0002. "Basic submit
SUBMIT RSLG0002 AND RETURN. "Return to original report after report execution complete
SUBMIT RSLG0002 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 Statistical Evaluation
Selection Text: TR_SORT = Sorting
Selection Text: TR_REPNA = Program Name (ABAP/4 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_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_CPU = Other Instance
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: NOCOTRAN = Without Transaction Code?
Selection Text: NOCOTERM = Without Terminal?
Selection Text: NOCOTASK = Without Process?
Selection Text: NOCOMAND = Without Client?
Selection Text: NOCODEVC = Without Package?
Selection Text: IDS_LST = List of Message Identifiers
Selection Text: IDS_INC = (' '=except,'X'=only)
Title: RSLG0002 - SAP Analysis of All Remote System Logs
Text Symbol: 032 = Empty selection list ignored
Text Symbol: 030 = Parameter Error:
Text Symbol: 025 = Columns that should not be used
Text Symbol: 024 = Expert Mode
Text Symbol: 022 = Problems and Warnings: K T W





Text Symbol: 020 = Only problems: K T
Text Symbol: 018 = End
Text Symbol: 016 = Start


INCLUDES used within this REPORT RSLG0002

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