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
Below is a list of transaction codes which are relevant to this SAP report
RSMONITOR - Generic Monitor
RSCNV_MONITOR - DB6 MDC Reclustering
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.
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
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
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.