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

CNV_MBT_DEX_EXP_EXTRACT_01 SAP ABAP INCLUDE - Include CNV_MBT_DEX_EXP_EXTRACT_01







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


Text pool values


Title: Include CNV_MBT_DEX_EXP_EXTRACT_01


INCLUDES used within this REPORT CNV_MBT_DEX_EXP_EXTRACT_01

No INCLUDES are used within this REPORT code!


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:

CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = gd_packid exec_target = 'S' all_as_table = ' ' * NONE_AT_LOCAL_DEST = 'X' IMPORTING destination_id = gd_dest_snd * TABLES * DESTTAB = EXCEPTIONS no_destinations_for_packid = 1 no_specific_destination_type = 2 get_system_info_failure = 3 rfc_failure = 4 system_info_has_changed = 5 login_not_possible = 6 OTHERS = 7 .

RFC_CONNECTION_CLOSE CALL FUNCTION 'RFC_CONNECTION_CLOSE' EXPORTING destination = gd_dest_snd EXCEPTIONS destination_not_open = 1 OTHERS = 2.

CNV_MBT_DEX_GET_HEADER CALL FUNCTION 'CNV_MBT_DEX_GET_HEADER' EXPORTING im_dexid = gd_dexid im_cnvmbtdexheada_select = ' ' im_cnvmbtdexcvers_select = ' ' im_cnvmbtdexactions_select = ' ' im_cnvmbtdexfiles_select = ' ' IMPORTING ex_packid = gd_packid ex_mtid = gd_mtid ex_cnvmbtdexhead = gs_cnvmbtdexhead EXCEPTIONS extract_id_not_defined = 1 OTHERS = 2.

CNV_MBT_DEXTYPE_EXIST CALL FUNCTION 'CNV_MBT_DEXTYPE_EXIST' EXPORTING im_dex_type = gd_dex_type EXCEPTIONS data_extract_type_not_defined = 1 invalid_call = 2 OTHERS = 3.

CNV_MBT_DEX_GET_VALUES CALL FUNCTION 'CNV_MBT_DEX_GET_VALUES' EXPORTING im_dexid = gd_dexid im_check_changed = 'X' IMPORTING * ex_import_path = gd_import_path ex_export_path = gd_export_path ex_max_file_size = gd_max_file_size ex_max_block_size = gd_max_block_size ex_changed = gd_restart_required EXCEPTIONS not_found = 1 OTHERS = 2.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

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_EXEC_NUM = * IM_ONLY_INITIAL = EXCEPTIONS insert_failed = 1 connection_failed = 2 OTHERS = 3.

DB_COMMIT CALL FUNCTION 'DB_COMMIT' .

CNV_MBT_PC_ACTIVITY_START CALL FUNCTION 'CNV_MBT_PC_ACTIVITY_START' EXPORTING packid = p_pack phase = p_phase activity_id = p_act_id 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 start_not_possible = 8 OTHERS = 9.

CNV_MBT_DEX_EVALUATE_CLU_KEYS CALL FUNCTION 'CNV_MBT_DEX_EVALUATE_CLU_KEYS' DESTINATION gd_dest_snd EXPORTING im_dex = gd_dexid im_mtid = gd_mtid im_filesize = gd_max_file_size im_blocksize = gd_max_block_size TABLES ext_cnvmbtdexclukeys = gt_cnvmbtdexclukeys ext_cnvmbtdexfiles = gt_cnvmbtdexfiles EXCEPTIONS OTHERS = 1.

CNV_MBT_DEX_FILEINFO_CREATE CALL FUNCTION 'CNV_MBT_DEX_FILEINFO_CREATE' EXPORTING im_dexid = gd_dexid im_create_from_table = 'X' TABLES imt_cnvmbtdexfiles = gt_cnvmbtdexfiles imt_cnvmbtdexclukeys = gt_cnvmbtdexclukeys EXCEPTIONS insert_failed = 1 OTHERS = 2.

DB_COMMIT CALL FUNCTION 'DB_COMMIT' .

CNV_MBT_DEX_FILESTAT_CREATE CALL FUNCTION 'CNV_MBT_DEX_FILESTAT_CREATE' EXPORTING im_dexid = gd_dexid im_file_state = ls_filstat IMPORTING ex_subrc = lv_subrc EXCEPTIONS invalid_data_extract_id = 1 already_exists = 2 OTHERS = 3.

CNV_MBT_DEX_FILESTAT_GET CALL FUNCTION 'CNV_MBT_DEX_FILESTAT_GET' EXPORTING im_dexid = gd_dexid im_action = 'E' all_as_table = 'X' TABLES ext_state = lt_stat EXCEPTIONS invalid_data_extract_id = 1 no_state_found = 2 OTHERS = 3.

CNV_MBT_DEX_EVALUATE_CLU_KEYS CALL FUNCTION 'CNV_MBT_DEX_EVALUATE_CLU_KEYS' DESTINATION gd_dest_snd EXPORTING im_dex = gd_dexid im_mtid = gd_mtid im_filesize = gd_max_file_size im_blocksize = gd_max_block_size im_old_seqno = lv_old_seqnum TABLES ext_cnvmbtdexclukeys = gt_cnvmbtdexclukeys ext_cnvmbtdexfiles = gt_cnvmbtdexfiles imt_cnvmbtdexclukeys = lt_clukey_new.

CNV_MBT_DEX_FILEINFO_CREATE CALL FUNCTION 'CNV_MBT_DEX_FILEINFO_CREATE' EXPORTING im_dexid = gd_dexid im_create_from_table = 'X' TABLES imt_cnvmbtdexfiles = gt_cnvmbtdexfiles imt_cnvmbtdexclukeys = gt_cnvmbtdexclukeys EXCEPTIONS insert_failed = 1 OTHERS = 2.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

CNV_MBT_DEX_FILESTAT_GET CALL FUNCTION 'CNV_MBT_DEX_FILESTAT_GET' EXPORTING im_dexid = gd_dexid im_action = 'E' all_as_table = 'X' TABLES ext_state = lt_stat EXCEPTIONS invalid_data_extract_id = 1 no_state_found = 2 OTHERS = 3.



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