SAP Reports / Programs | SAP Business Information Warehouse | Warehouse Management | Data Basis(BW-WHM-DBA) SAP BW

RSCNV_MONITOR SAP ABAP Report - Program RSCNV_MONITOR







RSCNV_MONITOR 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 RSCNV_MONITOR into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RSMONITOR - Generic Monitor
RSCNV_MONITOR - DB6 MDC Reclustering


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 RSCNV_MONITOR. "Basic submit
SUBMIT RSCNV_MONITOR AND RETURN. "Return to original report after report execution complete
SUBMIT RSCNV_MONITOR 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: SO_REQNO = Request Number
Selection Text: P_UNAME = D .
Selection Text: P_SUBOBJ = Sub Object
Selection Text: P_STTIME = Start Time
Selection Text: P_STDAT = Start Date
Selection Text: P_OBJ = Object
Selection Text: P_ENDTIM = End Time
Selection Text: P_ENDDAT = End Date
Title: Program RSCNV_MONITOR
Text Symbol: 049 = Go to SE14
Text Symbol: 048 = To Time
Text Symbol: 047 = From Time
Text Symbol: 046 = To Date
Text Symbol: 045 = From Date
Text Symbol: 044 = Details of conversion
Text Symbol: 043 = MONITOR
Text Symbol: 040 = Object Name
Text Symbol: 039 = Delete Request
Text Symbol: 038 = Search
Text Symbol: 037 = Filter requests
Text Symbol: 036 = Refresh
Text Symbol: 034 = Description
Text Symbol: 033 = Reached the end
Text Symbol: 032 = unable to load the picture
Text Symbol: 031 = unable to create the picture control
Text Symbol: 030 = dock_container2
Text Symbol: 029 = Enter an object name first
Text Symbol: 016 = Must enter one search criteria
Text Symbol: 015 = Unable to set selected node for Column tree
Text Symbol: 012 = String was not found in the tree
Text Symbol: 011 = Last Execution
Text Symbol: 008 = Details Container
Text Symbol: 007 = Display Container
Text Symbol: 006 = Column Tree
Text Symbol: 005 = Toolbar
Text Symbol: 004 = Splitter
Text Symbol: 003 = Docking Container 1
Text Symbol: 001 = Date





INCLUDES used within this REPORT RSCNV_MONITOR

INCLUDE RSCNV_MONITOR_TOP . " GLOBAL DATA
INCLUDE RSCNV_MONITOR_O01 . " PBO-MODULES
INCLUDE RSCNV_MONITOR_I01 . " PAI-MODULES
INCLUDE RSCNV_MONITOR_C01 . " CLASS-MODULES
INCLUDE RSCNV_MONITOR_F01 . " FORM-ROUTINES
INCLUDE RSCNV_MONITOR_F4 . " F4-ROUTINES


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:

RRMS_EXCEPTION_HANDLING CALL FUNCTION 'RRMS_EXCEPTION_HANDLING' EXPORTING I_R_EXCEPTION = g_r_exception.

RRMS_EXCEPTION_HANDLING CALL FUNCTION 'RRMS_EXCEPTION_HANDLING' EXPORTING I_R_EXCEPTION = g_r_exception.

RRMS_EXCEPTION_HANDLING CALL FUNCTION 'RRMS_EXCEPTION_HANDLING' EXPORTING I_R_EXCEPTION = g_r_exception.



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