CNV_MBT_PROC_TREE_USER_COMMAND is a standard ABAP INCLUDE 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_PROC_TREE_USER_COMMAND 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.
Title: Include CNV_MBT_PROC_TREE_46_PAI_1210
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_INFO_GET_SPOOLDATA_RFC CALL FUNCTION 'CNV_MBT_INFO_GET_SPOOLDATA_RFC' DESTINATION gs_out-destination EXPORTING iv_spoolid = gs_spool-rqident TABLES et_buffer = gt_spooldata_temp EXCEPTIONS no_such_job = 1 not_abap_list = 2 job_contains_no_data = 3 selection_empty = 4 no_permission = 5 can_not_access = 6 read_error = 7 OTHERS = 8 .
CNV_MBT_INFO_GET_SPOOLLIST_RFC CALL FUNCTION 'CNV_MBT_INFO_GET_SPOOLLIST_RFC' DESTINATION gs_out-destination EXPORTING iv_jobname = gs_out-jobname iv_jobcount = gs_out-jobcount TABLES et_spoolid = gt_spool EXCEPTIONS no_spool_exists = 1 invalid_import_parameters = 2 OTHERS = 3 .
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_PROC_TREE_USER_COMMAND - Include CNV_MBT_PROC_TREE_46_PAI_1210 CNV_MBT_PROC_TREE_MON_46_TOP - Include CNV_MBT_PROC_TREE_MON_46_TOP CNV_MBT_PROC_TREE_DELT_TREE - Include process tree CNV_MBT_PROC_TREE_DELT_TOOL - Include for toolbar CNV_MBT_PROC_TREE_DELT_SELECT - Include Selection screen CNV_MBT_PROC_TREE_DELT_PARAM - Include Activity parameters