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

MTXWVF02 SAP ABAP INCLUDE - Include MTXWVF02







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


INCLUDES used within this REPORT MTXWVF02

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:

POPUP_TO_CONFIRM_WITH_MESSAGE * CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' * EXPORTING * diagnosetext1 = text-e01 * diagnosetext2 = text-e02 * diagnosetext3 = text-e03 * textline1 = text-e04 * textline2 = text-e05 * titel = text-e00 * IMPORTING * answer = answer.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' "#EC * EXPORTING textline1 = text-d01 textline2 = text-d02 titel = text-d00 cancel_display = ' ' 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-a01 textline2 = text-a02 titel = text-a00 IMPORTING answer = answer.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = text-b00 IMPORTING returncode = returncode TABLES fields = t_views.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-c01 textline2 = text-c02 titel = text-c00 IMPORTING answer = answer.

RS_DELETE_PROGRAM CALL FUNCTION 'RS_DELETE_PROGRAM' EXPORTING program = txw_c_v0-view_prog suppress_checks = 'X' suppress_popup = 'X' with_variants = 'X' EXCEPTIONS "#EC * enqueue_lock = 1 object_not_found = 2 permission_failure = 3 reject_deletion = 4 OTHERS = 5.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = dtel_txw_vwprog langu = sy-langu IMPORTING dd04v_wa = dd04v_wa.

POPUP_GET_VALUES_USER_CHECKED CALL FUNCTION 'POPUP_GET_VALUES_USER_CHECKED' EXPORTING popup_title = text-001 formname = 'F02_CHECK_PROG_NAME' programname = prog_name IMPORTING returncode = returncode TABLES fields = t_input.

REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = title i_checkbox_fieldname = 'MARKED' i_tabname = 'SEL_FIELDS' i_structure_name = 'TXW_SEL_FIELDS' IMPORTING e_exit = ld_exit TABLES t_outtab = sel_fields EXCEPTIONS program_error = 1 OTHERS = 2.

TR_ORDER_CHOICE_CORRECTION CALL FUNCTION 'TR_ORDER_CHOICE_CORRECTION' EXPORTING iv_category = iv_category 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.

MESSAGES_INITIALIZE * CALL FUNCTION 'MESSAGES_INITIALIZE'.

MESSAGE_STORE * CALL FUNCTION 'MESSAGE_STORE' * EXPORTING * arbgb = msgarbgb * msgty = msgtype * msgv1 = tcv1_tab-segment * txtnr = 244.

MESSAGES_STOP * CALL FUNCTION 'MESSAGES_STOP' * EXCEPTIONS * OTHERS = 0.

MESSAGES_SHOW * CALL FUNCTION 'MESSAGES_SHOW' * EXCEPTIONS * OTHERS = 0.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = id_tcode EXCEPTIONS OK = 0 OTHERS = 8.



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