SAP Reports / Programs

CNV_MBT_DEXTEST_WRT_TAB2FILE SAP ABAP Report - Program CNV_MBT_DEXTEST_WRT_TAB2FILE







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


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


Text pool values


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


INCLUDES used within this REPORT CNV_MBT_DEXTEST_WRT_TAB2FILE

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_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.



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