SAP Reports / Programs | Cross-Application Components | General Application Functions | Data Retention Tool(CA-GTF-DRT) SAP CA

MTXWCF01 SAP ABAP INCLUDE - Include MTXWCF01







MTXWCF01 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 MTXWCF01 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 MTXWCF01. "Basic submit
SUBMIT MTXWCF01 AND RETURN. "Return to original report after report execution complete
SUBMIT MTXWCF01 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 MTXWCF01


INCLUDES used within this REPORT MTXWCF01

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:

TXW_GLOBAL_PARAMETER_GET CALL FUNCTION 'TXW_GLOBAL_PARAMETER_GET' EXPORTING parm_name = 'MAX_SIZE' IMPORTING parm_value = txw_global-max_size.

TXW_GLOBAL_PARAMETER_GET CALL FUNCTION 'TXW_GLOBAL_PARAMETER_GET' EXPORTING parm_name = 'MAX_IDXSZ' IMPORTING parm_value = txw_global-max_idxsz.

TXW_GLOBAL_PARAMETER_GET CALL FUNCTION 'TXW_GLOBAL_PARAMETER_GET' EXPORTING parm_name = 'PACKSIZE' IMPORTING parm_value = txw_global-packsize.

TXW_GLOBAL_PARAMETER_GET CALL FUNCTION 'TXW_GLOBAL_PARAMETER_GET' EXPORTING parm_name = 'X_ISO9660' IMPORTING parm_value = txw_global-x_iso9660.

TXW_GLOBAL_PARAMETER_GET CALL FUNCTION 'TXW_GLOBAL_PARAMETER_GET' EXPORTING parm_name = 'X_COMPRESS' IMPORTING parm_value = txw_global-x_compress.

TXW_GLOBAL_PARAMETER_GET CALL FUNCTION 'TXW_GLOBAL_PARAMETER_GET' EXPORTING parm_name = 'X_CHECKSUM' IMPORTING parm_value = txw_global-x_checksum.

TXW_GLOBAL_PARAMETER_GET CALL FUNCTION 'TXW_GLOBAL_PARAMETER_GET' EXPORTING parm_name = 'X_MAX_DOCS' IMPORTING parm_value = txw_global-x_max_docs.

TXW_GLOBAL_PARAMETER_GET CALL FUNCTION 'TXW_GLOBAL_PARAMETER_GET' EXPORTING parm_name = 'SEL_BSEG' IMPORTING parm_value = txw_global-sel_bseg.

TXW_GLOBAL_PARAMETER_GET CALL FUNCTION 'TXW_GLOBAL_PARAMETER_GET' EXPORTING parm_name = 'UNICODE_MODE' IMPORTING parm_value = txw_global-unicode_mode.

TXW_GLOBAL_PARAMETER_GET CALL FUNCTION 'TXW_GLOBAL_PARAMETER_GET' EXPORTING parm_name = 'INDEX_RECLEN' IMPORTING parm_value = txw_global-index_reclen.

TXW_GLOBAL_PARAMETER_GET CALL FUNCTION 'TXW_GLOBAL_PARAMETER_GET' EXPORTING parm_name = 'TPARMS' IMPORTING parm_value = txw_tparms.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-a01 textline2 = text-a02 titel = text-a00 IMPORTING answer = answer.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-e01 textline2 = text-e02 titel = text-a00 IMPORTING answer = answer.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-a01 textline2 = text-a02 titel = text-a00 IMPORTING answer = answer.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-f01 textline2 = text-f02 titel = text-f00 IMPORTING answer = answer.

TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' EXPORTING iv_category = 'SYST' IMPORTING ev_task = task EXCEPTIONS OTHERS = 1.

ENQUEUE_E_TRKORR CALL FUNCTION 'ENQUEUE_E_TRKORR' EXPORTING trkorr = task.

DEQUEUE_E_TRKORR CALL FUNCTION 'DEQUEUE_E_TRKORR' EXPORTING trkorr = task.

TRINT_APPEND_TO_COMM_ARRAYS





CALL FUNCTION 'TRINT_APPEND_TO_COMM_ARRAYS' EXPORTING wi_trkorr = task iv_append_at_order = 'X' TABLES wt_e071 = wt_e071 wt_e071k = wt_e071k wt_trmess_int = lt_trmess_int wt_trpar_int = lt_trpar_int EXCEPTIONS OTHERS = 1.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = text-020 IMPORTING returncode = returncode TABLES fields = t_sval.



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