CNV_MBT_PROCESS_TREE 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 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CNV_MBT_PCT - Migration process tree
CNVMBTPCT - Migration Process Tree
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: STANDARD = Standard view
Selection Text: PACKID = Package number
Selection Text: EXTENDED = Extended view
Selection Text: EXPERT = Expert view
Title: Migration Process tree
Text Symbol: 100 = Position Cursor on Activity for specific Troubleshooting
Text Symbol: 033 = X
Text Symbol: 032 = Process Type :
Text Symbol: 031 = Process Tree change Confirmation
Text Symbol: 030 = Process Tree is been Restarted
Text Symbol: 029 = Process Tree has been changed
Text Symbol: 028 = Activity Scheduled but not started
Text Symbol: 027 = Client :
Text Symbol: 026 = Subproject :
Text Symbol: 025 = Project :
Text Symbol: 024 = Receiver System:
Text Symbol: 023 = Central System :
Text Symbol: 022 = NONE
Text Symbol: 021 = Sender System :
Text Symbol: 020 = by :
Text Symbol: 019 = Deactivated By :
Text Symbol: 018 = 00.00.0000 00:00:00
Text Symbol: 017 = on :
Text Symbol: 016 = Not Specified
Text Symbol: 015 = Created By :
Text Symbol: 014 = No Description
Text Symbol: 013 = Description :
Text Symbol: 012 = Package :
Text Symbol: 011 = Process phases to be processed sequentially
Text Symbol: 010 = Activity / Phase finished with errors
Text Symbol: 009 = Activity / Phase finished with warning
Text Symbol: 008 = Activity / Phase successfully finished
Text Symbol: 007 = Activity / Phase aborted
Text Symbol: 006 = Activity / Phase currently running
Text Symbol: 005 = Information
Text Symbol: 004 = Press to display Activity documentation
Text Symbol: 003 = Press to execute Activity
Text Symbol: 002 = Legends
INCLUDE CNV_MBT_AUTH_MACROS .
INCLUDE CNV_MBT_REG_MACROS .
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_PCL_EXPERT CALL FUNCTION 'CNV_MBT_PCL_EXPERT' IMPORTING is_expert = gd_expert EXCEPTIONS OTHERS = 1.
CNV_MBT_UI_DESIGN_GET CALL FUNCTION 'CNV_MBT_UI_DESIGN_GET' IMPORTING new_ui_active = gd_new_ui_active.
CNV_MBT_PACK_ACTIVE_CHECK CALL FUNCTION 'CNV_MBT_PACK_ACTIVE_CHECK' EXPORTING packid = packid IMPORTING phase = gv_active_phase * subproject = * project = EXCEPTIONS packid_does_not_exist = 1 packid_is_not_active = 2 subproject_invalid_or_initial = 3 OTHERS = 4.
RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' EXPORTING insert_id = '000000' relationship = ' ' TABLES nodetab = gt_nodes EXCEPTIONS tree_failure = 1 id_not_found = 2 wrong_relationship = 3 OTHERS = 4.
RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING callback_program = lv_callback_program callback_user_command = 'USER_COMMAND' callback_top_of_page = 'TOP-OF-PAGE' callback_gui_status = 'SET_GUI' text_length1 = 80 EXCEPTIONS OTHERS = 1.
CNV_MBT_ADM_PACKDESCR_GET CALL FUNCTION 'CNV_MBT_ADM_PACKDESCR_GET' EXPORTING packid = packid spras = sy-langu IMPORTING pack_descr = lv_packdescr EXCEPTIONS OTHERS = 1.
CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = packid TABLES desttab = lt_cnvmbtdest EXCEPTIONS no_destinations_for_packid = 1 no_specific_destination_type = 2 OTHERS = 3.
DDUT_DOMVALUES_GET * CALL FUNCTION 'DDUT_DOMVALUES_GET' * EXPORTING * NAME = 'CNV_MBT_PROCTYPE' * LANGU = SY-LANGU * TABLES * DD07V_TAB = LT_DD07V.
RS_TREE_SET_NODE CALL FUNCTION 'RS_TREE_SET_NODE' EXPORTING node_info = ls_nodes EXCEPTIONS id_not_found = 1 OTHERS = 2.
RS_TREE_SET_NODE CALL FUNCTION 'RS_TREE_SET_NODE' EXPORTING node_info = ls_nodes EXCEPTIONS id_not_found = 1 OTHERS = 2.
CNV_MBT_STATE_INIT CALL FUNCTION 'CNV_MBT_STATE_INIT' EXPORTING packid = packid phase = gv_phase activity_id = lv_activity_id restart = ld_restart_allowed only_check = 'X' EXCEPTIONS invalid_state_request = 1 start_not_possible = 2 internal_sm_db_error = 3 OTHERS = 4.
CNV_MBT_PC_ACTIVITY_START CALL FUNCTION 'CNV_MBT_PC_ACTIVITY_START' EXPORTING packid = packid phase = gv_phase activity_id = lv_activity_id and_return = 'X' log_execution = 'X' EXCEPTIONS transaction_does_not_exist = 1 program_does_not_exist = 2 no_authority = 3 scheduling_error = 4 variant_not_maintained = 5 destination_not_maint = 6 activity_log_error = 7 OTHERS = 8.
DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING displ = 'X' displ_mode = '2' id = 'TX' langu = sy-langu object = ls_docu_object suppress_edit = 'X' EXCEPTIONS OTHERS = 1.
CNV_MBT_STATE_GET CALL FUNCTION 'CNV_MBT_STATE_GET' EXPORTING packid = packid phase = gv_phase activity_id = lv_activity_id * EXEC_NUM = all_as_table = 'X' * IMPORTING * STATE_TEC = * STATE_LOG = * ABORTED = * last_exec_num = TABLES t_ex_cnvmbtstate = lt_cnvmbtstate EXCEPTIONS entry_does_not_exist = 1 OTHERS = 2.
CNV_MBT_L_PROTOCOL_SHOW CALL FUNCTION 'CNV_MBT_L_PROTOCOL_SHOW' EXPORTING lognumber = ld_cnvmbtstate-lognumber_pcl * TABLES * LOGNUMBERS = EXCEPTIONS different_applications = 1 no_log_found = 2 OTHERS = 3.
CNV_MBT_PROTOCOL_SHOW CALL FUNCTION 'CNV_MBT_PROTOCOL_SHOW' EXPORTING packid = ld_cnvmbtstate-packid phase = ld_cnvmbtstate-phase activity_id = ld_cnvmbtstate-activity_id exec_num = ld_cnvmbtstate-exec_num * ALL_EXEC = * SESSION_ID = * TASK_ID = * SUBACT_ID = EXCEPTIONS OTHERS = 1.
CNV_MBT_PC_PROG_START CALL FUNCTION 'CNV_MBT_PC_PROG_START' STARTING NEW TASK execlogtask EXPORTING progname = 'CNV_MBT_MAINTAIN_ACTLOG' * AND_RETURN = 'X' TABLES lt_params = lt_params EXCEPTIONS program_does_not_exist = 1 program_execution_failed = 2 no_authority = 3 OTHERS = 4.
CNV_MBT_PC_PROG_START CALL FUNCTION 'CNV_MBT_PC_PROG_START' STARTING NEW TASK monitortask EXPORTING progname = 'CNV_MBT_MONITOR1' * AND_RETURN = 'X' TABLES lt_params = lt_params EXCEPTIONS program_does_not_exist = 1 program_execution_failed = 2 no_authority = 3 OTHERS = 4.
CNV_MBT_DOCU_ACTIVITY CALL FUNCTION 'CNV_MBT_DOCU_ACTIVITY' EXPORTING iv_activity_id = 'PC001_PROCESS_TREE' EXCEPTIONS activity_not_exists = 1 document_id_not_exists = 2 OTHERS = 3.
CNV_MBT_PC_CHECK_PROG CALL FUNCTION 'CNV_MBT_PC_CHECK_PROG' EXPORTING progname = lv_progname_46 EXCEPTIONS prog_noexist = 1 OTHERS = 2.
CNV_MBT_PC_CHECK_PROG CALL FUNCTION 'CNV_MBT_PC_CHECK_PROG' EXPORTING progname = lv_progname_46 EXCEPTIONS prog_noexist = 1 OTHERS = 2.
CNV_MBT_DOCU_ACTIVITY CALL FUNCTION 'CNV_MBT_DOCU_ACTIVITY' EXPORTING iv_activity_id = 'PC001_TROUBLESHOOT_GENERAL' EXCEPTIONS activity_not_exists = 1 document_id_not_exists = 2 OTHERS = 3.
CNV_MBT_UI_DESIGN_SWITCH CALL FUNCTION 'CNV_MBT_UI_DESIGN_SWITCH' IMPORTING ex_design_changed = ld_design_changed.
CNV_MBT_PCL_EXPERT CALL FUNCTION 'CNV_MBT_PCL_EXPERT' IMPORTING is_expert = ld_expert EXCEPTIONS OTHERS = 1.
CNV_MBT_L_STATE_GET CALL FUNCTION 'CNV_MBT_L_STATE_GET' EXPORTING packid = ls_cnvmbtstate-packid phase = ls_cnvmbtstate-phase activity_id = ls_cnvmbtstate-activity_id * EXEC_NUM = all_as_table = 'X' IMPORTING state_tec = ls_cnvmbtstate-state_tec state_log = ls_cnvmbtstate-state_log aborted = ls_cnvmbtstate-aborted * LAST_EXEC_NUM = TABLES t_ex_cnvmbtstate = lt_cnvmbtstate EXCEPTIONS entry_does_not_exist = 1 OTHERS = 2.
CNV_MBT_PACK_ACTIVE_CHECK CALL FUNCTION 'CNV_MBT_PACK_ACTIVE_CHECK' EXPORTING packid = packid IMPORTING phase = lv_active_phase * subproject = * project = EXCEPTIONS packid_does_not_exist = 1 packid_is_not_active = 2 subproject_invalid_or_initial = 3 OTHERS = 4.
RS_TREE_SET_NODE CALL FUNCTION 'RS_TREE_SET_NODE' EXPORTING node_info = gd_nodes EXCEPTIONS id_not_found = 1 OTHERS = 2.
RS_TREE_SET_NODE CALL FUNCTION 'RS_TREE_SET_NODE' EXPORTING node_info = gd_nodes EXCEPTIONS id_not_found = 1 OTHERS = 2.
RS_TREE_SET_NODE CALL FUNCTION 'RS_TREE_SET_NODE' EXPORTING node_info = ls_nodes EXCEPTIONS id_not_found = 1 OTHERS = 2.
RS_TREE_SET_NODE CALL FUNCTION 'RS_TREE_SET_NODE' EXPORTING node_info = ls_nodes EXCEPTIONS id_not_found = 1 OTHERS = 2.
RS_TREE_EXPAND CALL FUNCTION 'RS_TREE_EXPAND' EXPORTING node_id = lv_parent_id * ALL = ' ' * LIST_SCROLL = depth = 1 EXCEPTIONS not_found = 1 OTHERS = 2.
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 or its description.