CNV_MBT_DEXTEST_WRT_TAB2FILE 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_DEXTEST_WRT_TAB2FILE 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.
Selection Text: P_DEBUG = run in debugger
Selection Text: P_DEXID = D Data Extract ID
Selection Text: P_K_DBT = DB-Tab Key depending
Selection Text: P_K_DBTF = DB-Tab Key from
Selection Text: P_K_DBTG = DB-Tab Key generic
Selection Text: P_K_DBTT = DB-Tab Key to
Selection Text: P_K_ITAB = int Tab Key depending
Selection Text: P_K_IT_I = int Tab Key (X=Index/''=KEY)
Selection Text: P_PATH = D Logical file path
Selection Text: P_SEQNO = Data Extract sequence number
Selection Text: P_SIMU = simulation mode
Selection Text: P_SYMB = D Data Extract File Type
Selection Text: P_T_DBT = Test with data base table
Selection Text: P_T_ITAB = Test with internal table
Selection Text: P_WRI_BS = write block size
Title: Program CNV_MBT_DEXTEST_WRT_TAB2FILE
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_DEX_WRT_TAB2FILE call function 'CNV_MBT_DEX_WRT_TAB2FILE' exporting im_dexid = p_dexid im_seqno_file = l_seqno im_symb_filename = p_symb im_path = p_path im_simulation = p_simu im_write_block_size = p_wri_bs importing ex_filesize = l_filesize ex_rc = l_rc tables imt_db_tabs = lt_db_tabs imt_int_tabs = lt_int_tabs imt_key_tab = lt_tab_keys ext_msg_log = lt_log_msg.
SX_MESSAGE_TEXT_BUILD call function 'SX_MESSAGE_TEXT_BUILD' exporting msgid =
-id msgnr = -number msgv1 = -message_v1 msgv2 = -message_v2 msgv3 = -message_v3 msgv4 = -message_v4 importing message_text_output = -message.
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_DEXTEST_WRT_TAB2FILE - Program CNV_MBT_DEXTEST_WRT_TAB2FILE CNV_MBT_DEXTEST_WRT_TAB2FILE - Program CNV_MBT_DEXTEST_WRT_TAB2FILE CNV_MBT_DEXTEST_READ_FILE2TAB - Program CNV_MBT_DEXTEST_READ_FILE2TAB CNV_MBT_DEXTEST_READ_FILE2TAB - Program CNV_MBT_DEXTEST_READ_FILE2TAB CNV_MBT_DEXTEST_PREIMP_FOLDER - Program ZZ_SK_TEST_DEX_03 CNV_MBT_DEXTEST_PREIMP_FOLDER - Program ZZ_SK_TEST_DEX_03