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

RTXWDELF SAP ABAP Report - DART: Delete data extracts







RTXWDELF 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 RTXWDELF into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FTWK - Delete extracts


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


Text pool values


Title: DART: Delete data extracts
Text Symbol: A00 = Delete data extract
Text Symbol: A01 = Do you really want to delete?
Text Symbol: B00 = Update log table
Text Symbol: B01 = Some files were not found
Text Symbol: B02 = mark files as deleted anyway?


INCLUDES used within this REPORT RTXWDELF

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_DATA_FILE_VALUE_HELP CALL FUNCTION 'TXW_DATA_FILE_VALUE_HELP' IMPORTING data_file = data_file TABLES t_txw_dir2 = sel_txw_dir2 EXCEPTIONS canceled = 1 OTHERS = 2.

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

TXW_DIRECTORY_SET_GET CALL FUNCTION 'TXW_DIRECTORY_SET_GET' CHANGING directory_set = volset EXCEPTIONS canceled = 1.

TXW_EXTRACT_READ_INIT CALL FUNCTION 'TXW_EXTRACT_READ_INIT' EXPORTING file_name = p_data_file voldir_set = volset TABLES t_txw_dir2 = itxw_dir2.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

TXW_FILE_NAME_GET CALL FUNCTION 'TXW_FILE_NAME_GET' EXPORTING voldir_set = volset vol_id = 'DR' log_filename = p_data_file IMPORTING phy_filename = dir_file.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'J' textline1 = text-b01 textline2 = text-b02 titel = text-b00 IMPORTING answer = up_answer.

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS OTHERS = 0.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING send_if_one = 'X' show_linno = ' ' object = text-a00.

POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING * TEXTLINE1 = TEXT-B01 * TEXTLINE2 = TEXT-B02 * TITEL = TEXT-B00 * CANCEL_DISPLAY = ' ' * IMPORTING * ANSWER = ANSWER.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = msgarbgb msgty = msgtype msgv1 = p_file txtnr = '232'.

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = msgarbgb msgty = msgtype msgv1 = p_file txtnr = '233'.

TXW_EXTRACT_SELECTION_READ CALL FUNCTION 'TXW_EXTRACT_SELECTION_READ' TABLES t_txw_sel = itxw_sel.



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