CNV_MBT_PROCESS_TREE_MON_46 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_PROCESS_TREE_MON_46 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CNVMBTPROMO - Merged Process tree and monitor
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_STD = Standard View
Selection Text: P_PACK = Package ID
Selection Text: P_EXTEND = Extended View
Selection Text: P_EXPERT = Expert View
Title: Process Tree and Monitor
Text Symbol: 122 = Manual Status Setting
Text Symbol: 123 = Documentation Type Activity
Text Symbol: 124 = Manual Activity
Text Symbol: 125 = Author
Text Symbol: 126 = Created On
Text Symbol: 127 = Modified By
Text Symbol: 128 = Modified On
Text Symbol: 129 = Note
Text Symbol: 130 = Attachment
Text Symbol: 131 = Activity status edit:
Text Symbol: 132 = Display Note
Text Symbol: 133 = Activity Information
Text Symbol: 134 = Predecessor activities of activity:
Text Symbol: 135 = Successor activities of activity:
Text Symbol: 140 = Central Client
Text Symbol: 141 = Receiver Client
Text Symbol: 142 = Sender Client
Text Symbol: 143 = Enable Quick Execute
Text Symbol: 144 = Disable Quick Execute
Text Symbol: 145 = This will disable direct execution of activity using node icon
Text Symbol: 146 = Proceed?
Text Symbol: 147 = This will enable direct execution of activity using node icon
Text Symbol: 121 = Manage Attachments
Text Symbol: 099 = Solution
Text Symbol: 100 = Sender
Text Symbol: 101 = Receiver
Text Symbol: 102 = Control
Text Symbol: 103 = Central
Text Symbol: 104 = Upgrade
Text Symbol: 105 = System
Text Symbol: 106 = Repeatable
Text Symbol: 107 = Repeatable on errors
Text Symbol: 108 = Restartable if aborted
INCLUDE CNV_MBT_PROC_TREE_MON_46_TOP. " GLOBAL DATA
INCLUDE CNV_MBT_PROC_TREE_46_CLASSES. " LOCAL CLASSES
INCLUDE CNV_MBT_PROC_TREE_46_O01. " PBO-MODULES
INCLUDE CNV_MBT_PROC_TREE_46_I01. " PAI-MODULES
INCLUDE CNV_MBT_PROC_TREE_46_PBO_300. " PBO SELECT VIEW
INCLUDE CNV_MBT_PROC_TREE_46_PAI_300. " PAI SELEC VIEW
INCLUDE CNV_MBT_PROC_TREE_46_STA_300. " STAT SELECT VIEW
INCLUDE CNV_MBT_PROC_TREE_46_ACTION. " ACTION ON BUTTON
INCLUDE CNV_MBT_PROC_TREE_46_PBO_1210. " JOB LOG
INCLUDE CNV_MBT_PROC_TREE_46_EXEC_HIST. " EXECUTION HISTORY
INCLUDE CNV_MBT_AUTH_MACROS . " AUTHORITY CHECK
INCLUDE CNV_MBT_REG_MACROS . " REGISTRATION CHECK
INCLUDE CNV_MBT_PROC_TREE_46_SUBMON. " SUBACTIVITY MONITOR
INCLUDE CNV_MBT_PROC_TREE_USER_COMMAND. " JOB LOG ACTIONS
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_PCL_EXPERT CALL FUNCTION 'CNV_MBT_PCL_EXPERT' IMPORTING is_expert = gs_expert EXCEPTIONS OTHERS = 1.
CNV_MBT_UI_GET_USER_PARAMETER CALL FUNCTION 'CNV_MBT_UI_GET_USER_PARAMETER' EXPORTING parameter_id = 'DMIS_IMG_VIEW' IMPORTING parameter_value = gv_parva EXCEPTIONS does_not_exist = 1 OTHERS = 2.
CNV_MBT_PC_SPECACT_PROCTREE CALL FUNCTION 'CNV_MBT_PC_SPECACT_PROCTREE' EXPORTING iv_packid = p_pack.
CNV_MBT_PACK_PROC_TREE_CHECK CALL FUNCTION 'CNV_MBT_PACK_PROC_TREE_CHECK' EXPORTING im_packid = p_pack im_display = space TABLES et_errors = gv_balmi.
CNV_MBT_PACK_ACTIVE_CHECK CALL FUNCTION 'CNV_MBT_PACK_ACTIVE_CHECK' EXPORTING packid = p_pack IMPORTING phase = gv_act_phase EXCEPTIONS packid_does_not_exist = 1 packid_is_not_active = 2 subproject_invalid_or_initial = 3 OTHERS = 4.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = 'LCNV_MBT_PACKU06' i_structure_name = 'LTS_ALV_ERROR_LOG' it_fieldcat = lt_fieldcat TABLES t_outtab = lt_alv_error_log EXCEPTIONS program_error = 0 OTHERS = 0.
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_PROCESS_TREE_MON_46 or its description.
CNV_MBT_PROCESS_TREE_MON_46 - Process Tree and Monitor CNV_MBT_PROCESS_TREE_MON_46 - Process Tree and Monitor CNV_MBT_PROCESS_TREE - Migration Process tree CNV_MBT_PROCESS_TREE - Migration Process tree CNV_MBT_PRESEL_PARALL_EXEC - Execution of Preselection CNV_MBT_PRESEL_PARALL_EXEC - Execution of Preselection