SAP Reports / Programs

RUTCNVS1 SAP ABAP Report - SAP analysis of all removed syslogs







RUTCNVS1 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 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 RUTCNVS1 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 RUTCNVS1. "Basic submit
SUBMIT RUTCNVS1 AND RETURN. "Return to original report after report execution complete
SUBMIT RUTCNVS1 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: IDS_LST = List of message identifiers
Selection Text: NOCODEVC = Without Package?
Selection Text: NOCOMAND = Without client?
Selection Text: NOCOTASK = Without process?
Selection Text: NOCOTERM = Without terminal?
Selection Text: NOCOTRAN = Without transaction code?
Selection Text: TR_CLID1 = Problem classes
Selection Text: TR_CLID2 = Other problem classes
Selection Text: TR_CLID3 = Other problem classes
Selection Text: IDS_INC = (' '=except,'X'=only)
Selection Text: TR_CLID4 = Other problem classes
Selection Text: TR_REPNA = Program name (ABAP or C)
Selection Text: TR_SORT = Sort Order
Selection Text: TR_STATS = With statistics
Selection Text: TR_TASK = Task
Selection Text: TR_TCODE = Transaction code
Selection Text: TR_TERM = Terminal
Selection Text: TR_TIME = Start time (HH:MM:SS)
Selection Text: TR_USER = User
Selection Text: W_SELF = With internal system log recs
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_PAGES = No. pages for single entries
Selection Text: TR_CLID5 = Other problem classes
Title: SAP analysis of all removed syslogs
Text Symbol: 016 = Start
Text Symbol: 018 = Exit
Text Symbol: 020 = Only problems: K T
Text Symbol: 022 = Problems and warnings: K T W
Text Symbol: 024 = Expert mode
Text Symbol: 025 = Columns that should not be used
Text Symbol: 030 = Parameter error:





Text Symbol: 032 = Empty selection list ignored


INCLUDES used within this REPORT RUTCNVS1

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_SEL_ST_WHICHLOG * call function 'RSLG_SEL_ST_WHICHLOG' * exporting file = 'L'. "REP_ON_LOCAL.

RSLG_SEL_ST_WHICHLOG CALL FUNCTION 'RSLG_SEL_ST_WHICHLOG' EXPORTING FILE = 'A'. "REP_ON_REMOTEA

RSLG_SEL_ST_RFCDEST CALL FUNCTION 'RSLG_SEL_ST_RFCDEST' EXPORTING RFC_DESTINATION = TR_CPU.

RSLG_LAYOUT_ST_COL_TABE CALL FUNCTION 'RSLG_LAYOUT_ST_COL_TABE' EXPORTING WITH_COLUMN = 'X'.

RSLG_LAYOUT_ST_COL_MANDT * call function 'RSLG_LAYOUT_ST_COL_MANDT' exporting with_column = 'X'.

RSLG_LAYOUT_ST_COL_DEVC CALL FUNCTION 'RSLG_LAYOUT_ST_COL_DEVC' EXPORTING WITH_COLUMN = 'X'.

RSLG_LAYOUT_ST_COL_POSI CALL FUNCTION 'RSLG_LAYOUT_ST_COL_POSI' EXPORTING WITH_COLUMN = ' '.

RSLG_LAYOUT_ST_COL_MAND CALL FUNCTION 'RSLG_LAYOUT_ST_COL_MAND' EXPORTING WITH_COLUMN = 'X'.

RSLG_LAYOUT_ST_COL_DATE CALL FUNCTION 'RSLG_LAYOUT_ST_COL_DATE' EXPORTING WITH_COLUMN = ' '.

RSLG_LAYOUT_ST_COL_PROG CALL FUNCTION 'RSLG_LAYOUT_ST_COL_PROG' EXPORTING WITH_COLUMN = 'X'.

RSLG_LAYOUT_ST_COL_TERM CALL FUNCTION 'RSLG_LAYOUT_ST_COL_TERM' EXPORTING WITH_COLUMN = ' '.

RSLG_SEL_ST_PARAREC CALL FUNCTION 'RSLG_SEL_ST_PARAREC' EXPORTING WITH_LINE = 'X'.

RSLG_SEL_ST_TIMES CALL FUNCTION 'RSLG_SEL_ST_TIMES' EXPORTING SDATE = TR_DATE STIME = TR_TIME EDATE = TR_EDATE ETIME = TR_ETIME.

RSLG_SEL_ST_TASK CALL FUNCTION 'RSLG_SEL_ST_TASK' EXPORTING TASK = TR_TASK.

RSLG_SEL_ST_USER CALL FUNCTION 'RSLG_SEL_ST_USER' EXPORTING USER = TR_USER.

RSLG_SEL_ST_TCODE CALL FUNCTION 'RSLG_SEL_ST_TCODE' EXPORTING TCODE = TR_TCODE.

RSLG_SEL_ST_REPNA CALL FUNCTION 'RSLG_SEL_ST_REPNA' EXPORTING REPNA = TR_REPNA.

RSLG_LAYOUT_ST_PAGES





CALL FUNCTION 'RSLG_LAYOUT_ST_PAGES' EXPORTING PAGES = PAGES.

RSLG_LAYOUT_ST_STATS CALL FUNCTION 'RSLG_LAYOUT_ST_STATS' EXPORTING WITH_STATISTICS = TR_STATS.

RSLG_LAYOUT_ST_SORT CALL FUNCTION 'RSLG_LAYOUT_ST_SORT' EXPORTING ORDER = TR_SORT.

RSLG_SEL_ST_POSI CALL FUNCTION 'RSLG_SEL_ST_POSI' EXPORTING SFILE_NO = DY_START_FILE_N6 SPOS = DY_START_POS_N10 EFILE_NO = DY_STOP_FILE_N6 EPOS = DY_STOP_POS_N10.

RSLG_SEL_ST_LOGT CALL FUNCTION 'RSLG_SEL_ST_LOGT' EXPORTING ENTRYTYPE = TR_LOGT.

RSLG_SEL_ST_TERM CALL FUNCTION 'RSLG_SEL_ST_TERM' EXPORTING TERMINAL = TR_TERM.

RSLG_SEL_ST_DEVCLASS CALL FUNCTION 'RSLG_SEL_ST_DEVCLASS' EXPORTING DEVCLASS = TR_DCLAS.

RSLG_SEL_ST_CLASIDS CALL FUNCTION 'RSLG_SEL_ST_CLASIDS' EXPORTING CID1 = TR_CLID1 CID2 = TR_CLID2 CID3 = TR_CLID3 CID4 = TR_CLID4 CID5 = TR_CLID5 CID6 = TR_CLID6.

RSLG_SEL_ST_INTERNRECS CALL FUNCTION 'RSLG_SEL_ST_INTERNRECS' EXPORTING WITH_LINE = W_SELF.

RSLG_SEL_ST_MSGLST CALL FUNCTION 'RSLG_SEL_ST_MSGLST' EXPORTING MSGINC = IDS_INC MSGLST = IDS_LST .

RSLG_LAYOUT_ST_COL_DEVC CALL FUNCTION 'RSLG_LAYOUT_ST_COL_DEVC' EXPORTING WITH_COLUMN = ' '.

RSLG_LAYOUT_ST_COL_TASK CALL FUNCTION 'RSLG_LAYOUT_ST_COL_TASK' EXPORTING WITH_COLUMN = ' '.

RSLG_LAYOUT_ST_COL_MAND CALL FUNCTION 'RSLG_LAYOUT_ST_COL_MAND' EXPORTING WITH_COLUMN = ' '.

RSLG_LAYOUT_ST_COL_TRAN CALL FUNCTION 'RSLG_LAYOUT_ST_COL_TRAN' EXPORTING WITH_COLUMN = ' '.

RSLG_LAYOUT_ST_COL_TERM CALL FUNCTION 'RSLG_LAYOUT_ST_COL_TERM' EXPORTING WITH_COLUMN = ' '.



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