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

MTXWVF01 SAP ABAP INCLUDE - Include MTXWVF01







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


INCLUDES used within this REPORT MTXWVF01

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:

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' "#EC * EXPORTING TITEL = TEXT-002 SHOW_ALL_VALUES_AT_FIRST_TIME = 'X' IMPORTING SELECT_VALUE = SEGMENT TABLES FIELDS = H_FIELDS VALUETAB = H_VALUES EXCEPTIONS OTHERS = 4.

DYNP_GET_STEPL CALL FUNCTION 'DYNP_GET_STEPL' IMPORTING POVSTEPL = DYNPFIELDS-STEPL.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = DYNAME DYNUMB = DYNUMB TRANSLATE_TO_UPPER = 'X' TABLES DYNPFIELDS = DYNPFIELDS.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING TITEL = TITLE SHOW_ALL_VALUES_AT_FIRST_TIME = 'X' IMPORTING SELECT_VALUE = FIELD TABLES FIELDS = H_FIELDS VALUETAB = H_VALUES EXCEPTIONS OTHERS = 4.

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 "#EC * OTHERS = 1.

ENQUEUE_E_TXW_VIEW CALL FUNCTION 'ENQUEUE_E_TXW_VIEW' EXPORTING MODE_TXW_C_V0 = LOCK_MODE TAX_VIEW = P_VIEW EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.

DEQUEUE_E_TXW_VIEW CALL FUNCTION 'DEQUEUE_E_TXW_VIEW' EXPORTING MODE_TXW_C_V0 = LOCK_MODE TAX_VIEW = P_VIEW.

TR_SYS_PARAMS CALL FUNCTION 'TR_SYS_PARAMS' IMPORTING SYSTEMTYPE = GLO_SYSTEM_TYPE EXCEPTIONS OTHERS = 3.

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 "#EC * OTHERS = 1.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = TABNAME "#EC DOM_EQUAL LANGU = SY-LANGU IMPORTING DD02V_WA = DD02V_WA GOTSTATE = GOTSTATE EXCEPTIONS ILLEGAL_INPUT = 1.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = TABNAME "#EC DOM_EQUAL LANGU = ENGLISH IMPORTING DD02V_WA = DD02V_WA GOTSTATE = GOTSTATE EXCEPTIONS ILLEGAL_INPUT = 1.

REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = text-tt2 i_zebra = 'X' i_screen_start_column = 1 i_screen_start_line = 1 i_screen_end_column = 165 i_screen_end_line = ld_lines i_checkbox_fieldname = 'MARK' i_tabname = 'LT_RELA' it_fieldcat = lt_fieldcat TABLES t_outtab = lt_rela EXCEPTIONS program_error = 1 OTHERS = 2.



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