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

CNV_MBT_MT_DEFINE_INT_EXP SAP ABAP Report - Internal only: expert mode, remove and add objects







CNV_MBT_MT_DEFINE_INT_EXP 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_MT_DEFINE_INT_EXP 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_MT_DEFINE_INT_EXP. "Basic submit
SUBMIT CNV_MBT_MT_DEFINE_INT_EXP AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_MBT_MT_DEFINE_INT_EXP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Internal only: expert mode, remove and add objects


INCLUDES used within this REPORT CNV_MBT_MT_DEFINE_INT_EXP

INCLUDE CNV_MBT_SUB_SM_MACROS.


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:

RFC_CONNECTION_CLOSE call function 'RFC_CONNECTION_CLOSE' exporting destination = p_dest exceptions destination_not_open = 1 others = 2.

CNV_MBT_L_SUBSTATE_INIT CALL FUNCTION 'CNV_MBT_L_SUBSTATE_INIT' EXPORTING session_id = p_sess subact_id = 'MT_DEFINE_EXPERT_MODE' taskid = '01' with_log = 'X' EXCEPTIONS entry_not_found = 1 error_during_enqueue = 2 update_failed = 3 start_not_possible = 4 OTHERS = 5.

CNV_MBT_ADM_MAX_JOBS_GET CALL FUNCTION 'CNV_MBT_ADM_MAX_JOBS_GET' DESTINATION p_dest EXPORTING packid = p_pack exec_target = 'C' phase = p_phase activity_id = p_act_id IMPORTING ex_jobs_free = gd_jobs EXCEPTIONS communication_failure = 98 MESSAGE gd_msgtext system_failure = 99 MESSAGE gd_msgtext OTHERS = 1 .

DTL_MT_STATUS_CHECK CALL FUNCTION 'DTL_MT_STATUS_CHECK' DESTINATION p_dest EXPORTING i_mt_id = p_mtid i_process_step = 'L' TABLES et_mt_status = gt_cobjs_not_loaded.

CNV_MBT_PCL_DTL_COMPARE CALL FUNCTION 'CNV_MBT_PCL_DTL_COMPARE' EXPORTING packid = p_pack TABLES changed_cobjs = gt_convobjects EXCEPTIONS OTHERS = 1.

DTL_MT_STATUS_SET CALL FUNCTION 'DTL_MT_STATUS_SET' DESTINATION p_dest EXPORTING i_mt_id = p_mtid i_scenario = '2' i_packid = p_pack i_session_id = p_sess IMPORTING e_lognumber = gd_lognumber e_status = gd_dtl_status EXCEPTIONS communication_failure = 98 MESSAGE gd_msgtext system_failure = 99 MESSAGE gd_msgtext.

DTL_MT_STATUS_SET CALL FUNCTION 'DTL_MT_STATUS_SET' DESTINATION p_dest EXPORTING i_mt_id = p_mtid i_scenario = gv_scenario i_packid = p_pack i_session_id = p_sess IMPORTING e_lognumber = gd_lognumber e_status = gd_dtl_status TABLES it_tables = s_acpres EXCEPTIONS communication_failure = 98 MESSAGE gd_msgtext system_failure = 99 MESSAGE gd_msgtext.

DTL_MT_ACPLANS_CALC CALL FUNCTION 'DTL_MT_ACPLANS_CALC' DESTINATION p_dest EXPORTING im_mode = 'E' im_applic = 'SLO' im_mt_id = p_mtid im_no_of_jobs = lc_jobs_zero im_acc_prec_id = gd_accessplanid im_packid = p_pack im_session_id = p_sess im_no_recalc = '' im_restart = '' i_dialog = 'X' IMPORTING ex_lognumber = gd_lognumber es_status = gd_dtl_status TABLES it_tables = s_acpres EXCEPTIONS communication_failure = 98 MESSAGE gd_msgtext system_failure = 99 MESSAGE gd_msgtext.

DTL_MT_CONVOBJS_RESET CALL FUNCTION 'DTL_MT_CONVOBJS_RESET' DESTINATION p_dest EXPORTING im_mode = 'E' im_applic = 'SLO' im_mt_id = p_mtid im_no_of_jobs = ld_jobs im_packid = p_pack im_session_id = p_sess im_reset_all = gd_reset_all i_tadir = 'X' IMPORTING ex_lognumber = gd_lognumber TABLES it_tables = gp_cobj EXCEPTIONS communication_failure = 98 MESSAGE gd_msgtext system_failure = 99 MESSAGE gd_msgtext.

DTL_MT_CONVOBJS_RESET CALL FUNCTION 'DTL_MT_CONVOBJS_RESET' DESTINATION p_dest EXPORTING im_mode = 'S' im_session_id = p_sess TABLES et_status = gt_dtl_status EXCEPTIONS communication_failure = 98 MESSAGE gd_msgtext system_failure = 99 MESSAGE gd_msgtext.

DTL_MT_CONVOBJS_RESET CALL FUNCTION 'DTL_MT_CONVOBJS_RESET' DESTINATION p_dest EXPORTING im_mode = 'L' im_session_id = p_sess TABLES et_lognumbers = gt_lognumbers EXCEPTIONS communication_failure = 98 MESSAGE gd_msgtext system_failure = 99 MESSAGE gd_msgtext.

DTL_MT_COBJS_REMOVE CALL FUNCTION 'DTL_MT_COBJS_REMOVE' DESTINATION p_dest EXPORTING im_mt_id = p_mtid im_packid = p_pack im_session_id = p_sess IMPORTING ex_lognumber = gd_lognumber ex_status = gd_dtl_status TABLES it_tables = gp_cobj EXCEPTIONS communication_failure = 98 MESSAGE gd_msgtext system_failure = 99 MESSAGE gd_msgtext.

DTL_MT_COBJS_ADD CALL FUNCTION 'DTL_MT_COBJS_ADD' DESTINATION p_dest EXPORTING im_mt_id = p_mtid im_write_behaviour = gd_write_behaviour_global im_packid = p_pack im_session_id = p_sess IM_BLOCKSIZE = gd_blocksize_global i_reading_type = gd_reading_type_global i_max_portion_acpl = gd_max_port_global i_table_max_parall = gd_max_paral_global IMPORTING ex_lognumber = gd_lognumber ex_status = gd_dtl_status TABLES it_tables = gt_tables EXCEPTIONS communication_failure = 98 MESSAGE gd_msgtext system_failure = 99 MESSAGE gd_msgtext.

DTL_MT_COMPARE_DDIC_TIMESTAMP CALL FUNCTION 'DTL_MT_COMPARE_DDIC_TIMESTAMP' DESTINATION p_dest EXPORTING i_mode = 'E' i_applic = 'SLO' i_mt_id = p_mtid i_packid = p_pack i_session_id = p_sess i_no_of_jobs = ld_jobs IMPORTING e_lognumber = gd_lognumber EXCEPTIONS communication_failure = 98 MESSAGE gd_msgtext system_failure = 99 MESSAGE gd_msgtext.

CNV_MBT_L_SUBSTATE_WRITE CALL FUNCTION 'CNV_MBT_L_SUBSTATE_WRITE' EXPORTING packid = p_pack TABLES im_cnvmbtsubstate = gt_substate EXCEPTIONS update_failed = 1 no_destination = 2 no_pcl_destination = 3 destination_calling_error = 4 pcl_update_failed = 5 rfc_failure = 6 OTHERS = 7.

CNV_MBT_L_SUBSTATE_UPDATE CALL FUNCTION 'CNV_MBT_L_SUBSTATE_UPDATE' EXPORTING session_id = p_sess subact_id = 'MT_DEFINE_EXPERT_MODE' task_id = 01 state_log = gd_state_log aborted = gd_aborted EXCEPTIONS parameters_not_defined = 1 entry_not_found = 2 update_failed = 3 OTHERS = 4.

CNV_MBT_L_SUBSTATE_FINISH CALL FUNCTION 'CNV_MBT_L_SUBSTATE_FINISH' EXPORTING session_id = p_sess subact_id = 'MT_DEFINE_EXPERT_MODE' task_id = 01 with_log = 'X' EXCEPTIONS entry_not_found = 1 parameters_not_defined = 2 update_failed = 3 error_during_dequeue = 4 OTHERS = 5.

CNV_MBT_L_STATE_UPDATE CALL FUNCTION 'CNV_MBT_L_STATE_UPDATE' EXPORTING packid = p_pack phase = p_phase activity_id = p_act_id state_log = gd_state_log aborted = gd_aborted EXCEPTIONS update_failed = 1 OTHERS = 2.

CNV_MBT_L_STATE_CLEAR_GLOBALS





CALL FUNCTION 'CNV_MBT_L_STATE_CLEAR_GLOBALS' EXCEPTIONS OTHERS = 1.

CNV_MBT_L_STATE_FINISH CALL FUNCTION 'CNV_MBT_L_STATE_FINISH' EXPORTING packid = p_pack phase = p_phase activity_id = p_act_id EXCEPTIONS update_failed = 1 OTHERS = 2.

CNV_MBT_L_SUBPROT_WRITE_DB CALL FUNCTION 'CNV_MBT_L_SUBPROT_WRITE_DB' EXCEPTIONS OTHERS = 1.

CNV_MBT_PC_ACTIVITY_START CALL FUNCTION 'CNV_MBT_PC_ACTIVITY_START' EXPORTING packid = p_pack phase = p_phase activity_id = ld_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.

CNV_MBT_PARAMS_READ CALL FUNCTION 'CNV_MBT_PARAMS_READ' EXPORTING packid = p_pack local = 'X' paramname = ld_pname TABLES paratab = gt_cnvmbtparams EXCEPTIONS action_failed = 1 entry_not_found = 2 rfc_destination_error = 3 rfc_calling_error = 4 OTHERS = 5.

CNV_MBT_PARAMS_READ CALL FUNCTION 'CNV_MBT_PARAMS_READ' EXPORTING packid = gd_pack_orig local = 'X' paramname = ld_pname TABLES paratab = gt_cnvmbtparams EXCEPTIONS action_failed = 1 entry_not_found = 2 rfc_destination_error = 3 rfc_calling_error = 4 OTHERS = 5.

CNV_MBT_PARAMS_MODIFY CALL FUNCTION 'CNV_MBT_PARAMS_MODIFY' EXPORTING packid = p_pack local = 'X' TABLES paratab = gt_cnvmbtparams EXCEPTIONS action_failed = 1 rfc_calling_error = 2 rfc_destination_error = 3 OTHERS = 4.



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