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

RTXWQU01 SAP ABAP Report - DART: Data Extract Browser







RTXWQU01 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 RTXWQU01 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

FTWF - Data extract browser


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 RTXWQU01. "Basic submit
SUBMIT RTXWQU01 AND RETURN. "Return to original report after report execution complete
SUBMIT RTXWQU01 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_VOLSET = D .
Selection Text: P_RE_ARH = Re-Export/Import of Files
Selection Text: P_IMPRT = Import from Archive
Selection Text: P_FILE = D .
Selection Text: P_FAIL = Partial Export/Import of Files
Selection Text: P_EXPRT = Export to Archive
Selection Text: P_DSPLY = Browse Extract
Selection Text: P_DEL = Delete Extract
Selection Text: P_CPAGE = D .
Title: DART: Data Extract Browser
Text Symbol: F01 = Data Extract
Text Symbol: F02 = Actions
Text Symbol: F03 = Archive Options (batch processing only)
Text Symbol: F11 = Browse Extract
Text Symbol: F12 = Delete Extract
Text Symbol: F13 = Export to Archive
Text Symbol: F14 = Import from Archive
Text Symbol: F15 = Partial Export/Import of Files
Text Symbol: F16 = Re-Export/Import of Files
Text Symbol: H36 = Records/min
Text Symbol: H37 = MB/min
Text Symbol: H3C = Time
Text Symbol: H3E = Compression
Text Symbol: 001 = Data File
Text Symbol: 002 = Directory File
Text Symbol: 003 = Display Note
Text Symbol: 004 = Display Appl. Server Files
Text Symbol: 005 = Server
Text Symbol: 006 = Display Control Totals
Text Symbol: 010 = Transaction Data
Text Symbol: 011 = Master Data
Text Symbol: 012 = Data Segment Type
Text Symbol: 013 = Application Area
Text Symbol: 014 = Segment Description
Text Symbol: 015 = Segment Records
Text Symbol: 016 = Segment Size (KB)
Text Symbol: 017 = Index Records
Text Symbol: 018 = Index Size (KB)





Text Symbol: 019 = Time (Hrs)
Text Symbol: 020 = 2 Transaction Data
Text Symbol: 021 = 1 Master Data
Text Symbol: 022 = 0 Technical Data
Text Symbol: 025 = Display File (List)
Text Symbol: 029 = Display File (ALV)
Text Symbol: 030 = Verify Segment Checksum
Text Symbol: 050 = Delete data extract?


INCLUDES used within this REPORT RTXWQU01

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 = p_file EXCEPTIONS canceled = 1 OTHERS = 2.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING NO_DIALOG = 'X' MODE = 'CURRENT' IMPORTING OUT_PARAMETERS = PRINT_PARAMETERS OUT_ARCHIVE_PARAMETERS = ARC_PARAMETERS.

SET_PRINT_PARAMETERS CALL FUNCTION 'SET_PRINT_PARAMETERS' EXPORTING IN_PARAMETERS = PRINT_PARAMETERS IN_ARCHIVE_PARAMETERS = ARC_PARAMETERS.



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