CNV_MBT_DEX_IMP_DATA_SUB_02 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_IMP_DATA_SUB_02 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: DMIS DEX : import data file
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_DEX_GET_ASSIGNED_DEXID CALL FUNCTION 'CNV_MBT_DEX_GET_ASSIGNED_DEXID' EXPORTING im_packid = gd_pack IMPORTING ex_dexid = gd_dexid EXCEPTIONS invalid_call = 1 error_while_reading = 2 OTHERS = 3.
CNV_MBT_DEX_GET_VALUES CALL FUNCTION 'CNV_MBT_DEX_GET_VALUES' EXPORTING im_dexid = gd_dexid im_export = '-' im_import = 'X' IMPORTING ex_import_path = gd_import_path EXCEPTIONS not_found = 1 OTHERS = 2.
CNV_MBT_ADM_PACKAGE_INFO CALL FUNCTION 'CNV_MBT_ADM_PACKAGE_INFO' EXPORTING packid = gd_pack IMPORTING mtid = gd_mtid EXCEPTIONS packid_does_not_exist = 1 OTHERS = 2.
CNV_MBT_DEX_FILEINFO_GET CALL FUNCTION 'CNV_MBT_DEX_FILEINFO_GET' EXPORTING im_dexid = gd_dexid im_file_type = c_data_file TABLES ext_cnvmbtdexfiles = gt_cnvmbtdexfiles EXCEPTIONS no_data_found = 1 OTHERS = 2.
CNV_MBT_DEX_IMP_DATA_FILE CALL FUNCTION 'CNV_MBT_DEX_IMP_DATA_FILE' EXPORTING im_dexid = gs_cnvmbtdexfiles-dexid im_file_seqno = gs_cnvmbtdexfiles-file_seqno im_packid = gd_pack im_mtid = gd_mtid IMPORTING ex_subrc = gd_subrc ex_filesize = gd_filesize TABLES ext_msg_log = gt_ext_msg_log EXCEPTIONS no_import_path = 1 OTHERS = 2.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
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_DEX_IMP_DATA_SUB_02 - DMIS DEX : import data file CNV_MBT_DEX_IMP_DATA_SUB_01 - DMIS DEX import data file CNV_MBT_DEX_IMP_DATA_EXT_SUB - Subtask Import data file CNV_MBT_DEX_IMP_DATA_EXT_SUB - Subtask Import data file CNV_MBT_DEX_IMP_DATA_EXT_02 - Include program for import main program CNV_MBT_DEX_IMP_DATA_EXT_01 - Include program for import main program