SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

CNV_MBT_EXTENDED_MONITOR SAP ABAP Report - Extended Process Monitor







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


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 CNV_MBT_EXTENDED_MONITOR. "Basic submit
SUBMIT CNV_MBT_EXTENDED_MONITOR AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_MBT_EXTENDED_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: 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





Text Symbol: 014 = Start Time
Text Symbol: 015 = Start Date
Text Symbol: 016 = End Date
Text Symbol: 017 = Subactivities
Text Symbol: 018 = Job
Text Symbol: 019 = Runtime
Text Symbol: 020 = Tasks
Text Symbol: 021 = Progress (%)
Text Symbol: 027 = Message ID
Text Symbol: 028 = No.
Text Symbol: 029 = Message Text
Text Symbol: 030 = (Optional)
Text Symbol: 032 = Terminated
Text Symbol: 033 = Completed Successfully
Text Symbol: 034 = Completed With Warnings


INCLUDES used within this REPORT CNV_MBT_EXTENDED_MONITOR

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 .


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:

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.



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