CNV_MBT_EXTENDED_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 CNV_MBT_EXTENDED_MONITOR into the relevant SAP transactions such as SE38 or SE80
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: P_PHASE = D Phase
Selection Text: P_PACK = D Pack ID
Selection Text: P_ACT_ID = D Activity ID
Title: Extended Process Monitor
Text Symbol: 036 = Running (In process)
Text Symbol: 037 = Not Yet Started
Text Symbol: 038 = Execution History
Text Symbol: 039 = Final Processing Task
Text Symbol: 040 = Conversion Program for Reloading Cluster Data
Text Symbol: 041 = Conversion Program for Cluster Tables
Text Symbol: 042 = Yes
Text Symbol: 043 = No
Text Symbol: 044 = Design has been changed.
Text Symbol: 045 = Currently new design is in use. Do you want to switch to old design?
Text Symbol: 046 = Change Design
Text Symbol: 047 = Successful
Text Symbol: 049 = Program
Text Symbol: 050 = Warning
Text Symbol: 051 = Error
Text Symbol: 052 = Aborted
Text Symbol: 053 = Running
Text Symbol: 054 = Scheduled
Text Symbol: 055 = Protocol Log
Text Symbol: 056 = Subactivity
Text Symbol: 057 = Index Creation Task
Text Symbol: 058 = Migration
Text Symbol: 035 = Completed With Errors
Text Symbol: 001 = Package Overview
Text Symbol: 002 = Phase Overview
Text Symbol: 003 = Program Phase
Text Symbol: 004 = Subactivity Status Overview
Text Symbol: 005 = Show All Subactivities
Text Symbol: 006 = Subactivity Status
Text Symbol: 007 = Description
Text Symbol: 008 = Icon
Text Symbol: 011 = Log
Text Symbol: 012 = Status
Text Symbol: 013 = End Time
INCLUDE CNV_MBT_EXTENDED_MONITOR_TOP . "
INCLUDE CNV_MBT_EXTENDED_MONITOR_CLASS .
INCLUDE CNV_MBT_EXTENDED_MONITOR_PBO .
INCLUDE CNV_MBT_EXTENDED_MONITOR_PAI .
INCLUDE CNV_MBT_EXTENDED_MONITOR_FORMS .
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_ADM_PACKAGE_EXIST CALL FUNCTION 'CNV_MBT_ADM_PACKAGE_EXIST' EXPORTING packid = p_pack IMPORTING no_exist = gv_no_exists.
CNV_MBT_STATE_PHASES_GET CALL FUNCTION 'CNV_MBT_STATE_PHASES_GET' EXPORTING packid = p_pack TABLES t_phases = gt_phase.
CNV_MBT_CWB_CONVERT_PHASE CALL FUNCTION 'CNV_MBT_CWB_CONVERT_PHASE' EXPORTING i_pcl_phase = p_phase IMPORTING e_is_conv_phase = gv_is_conv_phase.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNV_MBT_EXTENDED_MONITOR - Extended Process Monitor CNV_MBT_EXTENDED_MONITOR - Extended Process Monitor CNV_MBT_EXPERT_MODE - Call activities in expert mode CNV_MBT_EXPERT_MODE - Call activities in expert mode CNV_MBT_EXECUTE_STEP - Execute Preselection step CNV_MBT_EXECUTE_STEP - Execute Preselection step