CNV_MBT_HEADER_INTO_CLUSTER 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_HEADER_INTO_CLUSTER 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: Fill Header Tables into Cluster
INCLUDE CNV_MBT_SM_MACROS.
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_L_STATE_INSERT CALL FUNCTION 'CNV_MBT_L_STATE_INSERT' EXPORTING im_packid = p_pack im_phase = p_phase im_activity = p_act_id im_only_initial = 'X' EXCEPTIONS insert_failed = 1 connection_failed = 2 OTHERS = 3.
CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = p_pack exec_target = 'C' IMPORTING destination_id = gd_centerdest EXCEPTIONS no_destinations_for_packid = 1 no_specific_destination_type = 2 OTHERS = 3.
CNV_MBT_ADM_MAX_JOBS_GET CALL FUNCTION 'CNV_MBT_ADM_MAX_JOBS_GET' DESTINATION gd_centerdest EXPORTING packid = p_pack exec_target = 'C' phase = p_phase activity_id = p_act_id scheduler_mode = sy-batch get_total_value = 'X' dmc_external_id = lv_dmc_external_id IMPORTING ex_jobs_free = gd_jobs EXCEPTIONS communication_failure = 98 MESSAGE gd_msgtext system_failure = 99 MESSAGE gd_msgtext OTHERS = 1.
FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = 'CNV_TDMS_05_GET_FILHDRTABS' EXCEPTIONS function_not_exist = 1 OTHERS = 2.
CNV_TDMS_05_GET_FILHDRTABS CALL FUNCTION 'CNV_TDMS_05_GET_FILHDRTABS' EXPORTING im_pack = p_pack im_customer = 'S' TABLES et_tables = gt_header_tables.
CNV_MBT_PARAMS_READ CALL FUNCTION 'CNV_MBT_PARAMS_READ' EXPORTING packid = p_pack local = 'X' all_params = 'X' TABLES paratab = gt_params EXCEPTIONS action_failed = 1 entry_not_found = 2 rfc_destination_error = 3 rfc_calling_error = 4 OTHERS = 5.
DTL_MT_ACPLANS_CALC CALL FUNCTION 'DTL_MT_ACPLANS_CALC' DESTINATION gd_centerdest EXPORTING im_mode = 'E' im_applic = 'SLO' im_mt_id = gd_mtid im_no_of_jobs = ld_jobs im_acc_prec_id = gd_cnvmbtpack-accessplanid im_packid = p_pack im_session_id = gd_sess_id im_no_recalc = gd_norecalc im_restart = gd_restart_mode TABLES it_tables = gp_cobj *? it_reading_type = gr_reading_type EXCEPTIONS communication_failure = 98 MESSAGE gd_msgtext system_failure = 99 MESSAGE gd_msgtext.
CNV_MBT_L_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_MBT_L_PROTOCOL_WRITE_DB'.
CNV_MBT_PC_ACTIVITY_START CALL FUNCTION 'CNV_MBT_PC_ACTIVITY_START' EXPORTING packid = p_pack phase = p_phase activity_id = gd_state_agent and_return = '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.
DTL_EXISTENCE_CHECK CALL FUNCTION 'DTL_EXISTENCE_CHECK' DESTINATION gd_centerdest EXPORTING i_objecttype = '5' i_object = lv_object i_subobject = lv_subobject EXCEPTIONS object_not_found = 1 invalid_objecttype = 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_HEADER_INTO_CLUSTER - Fill Header Tables into Cluster CNV_MBT_HEADER_INTO_CLUSTER - Fill Header Tables into Cluster CNV_MBT_GP_EXAMPLE_IMPL - Program CNV_MBT_GP_EXAMPLE_IMPL CNV_MBT_GP_EXAMPLE_IMPL - Program CNV_MBT_GP_EXAMPLE_IMPL CNV_MBT_GLOBAL_PARAM_MODULS - Include CNV_MBT_GLOBAL_PARAM_MODULS CNV_MBT_GLOBAL_PARAM_FORM - Include CNV_MBT_GLOBAL_PARAM_FORM