SAP Reports / Programs

RTXWQU06 SAP ABAP Report - DART: Associated data detector







RTXWQU06 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report provides you with additional information on data view queries...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RTXWQU06 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 RTXWQU06. "Basic submit
SUBMIT RTXWQU06 AND RETURN. "Return to original report after report execution complete
SUBMIT RTXWQU06 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


DART: Associated data detector
Selection Text: P_VOLSET = Directory set
Selection Text: P_VIEW = Data view
Selection Text: P_TXTLG = Description
Selection Text: P_PREFIX = File name: prefix
Selection Text: P_OVOLST = Directory set
Selection Text: P_OOVRWR = Overwrite file
Selection Text: P_FILE = D Data file name
Title: DART: Associated data detector
Text Symbol: R46 = Select structures
Text Symbol: R43 = SAP Audit Format
Text Symbol: R42 = Fixed-length columns
Text Symbol: A03 = Delete data files
Text Symbol: A02 = Do you want to replace them?
Text Symbol: A01 = Data files already exists.
Text Symbol: 009 = Overwrite Files
Text Symbol: 008 = Data views
Text Symbol: 007 = Source extract structures
Text Symbol: 006 = Insert header line
Text Symbol: 005 = Semicolon separated columns
Text Symbol: 004 = Output options
Text Symbol: 003 = View file
Text Symbol: 002 = Data view
Text Symbol: 001 = Source extract
001 File Name Data extract name Number of records


INCLUDES used within this REPORT RTXWQU06

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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_ENTER_MORE' add_stdinf = space IMPORTING RESULT = pb_new.

TXW_DATA_FILE_VALUE_HELP CALL FUNCTION 'TXW_DATA_FILE_VALUE_HELP' IMPORTING data_file = p_file EXCEPTIONS canceled = 1 OTHERS = 2.

REUSE_ALV_POPUP_TO_SELECT call function 'REUSE_ALV_POPUP_TO_SELECT' exporting i_title = title * i_checkbox_fieldname = 'MARKED' i_tabname = 'I_SEL_VIEW' i_structure_name = 'TXW_SEL_VIEW' it_excluding = it_excluding importing ES_SELFIELD = ls_selfield tables t_outtab = i_sel_view exceptions program_error = 1 others = 2.

REUSE_ALV_POPUP_TO_SELECT call function 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = title i_checkbox_fieldname = 'MARKED' i_tabname = 'I_SEL_TABLES' i_structure_name = 'TXW_SEL_TABLES' it_excluding = it_excluding TABLES t_outtab = i_sel_tables EXCEPTIONS program_error = 1 others = 2.

REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' EXPORTING IT_FIELDCAT = gt_fieldcat tables t_outtab = i_umfeld[].

TXW_VIEW_SEGMENT_EXECUTE call function 'TXW_VIEW_SEGMENT_EXECUTE' destination 'NONE' exporting it_sourcefiles = lt_sourcefiles id_tax_view = ld_txview is_params = ls_params id_tab_num = ld_tab_num "H1283828 EXCEPTIONS NO_AUTHORITY = 1 INVALID_VIEW = 2 SEGMENT_NOT_FOUND = 1 OTHERS = 4.

RFC_CONNECTION_CLOSE call function 'RFC_CONNECTION_CLOSE' exporting destination = 'NONE' exceptions others = 0.

TXW_EXTRACT_READ_INIT CALL FUNCTION 'TXW_EXTRACT_READ_INIT' EXPORTING FILE_NAME = P_FILE VOLDIR_SET = P_VOLSET TABLES T_TXW_DIR2 = ITXW_DIR2 T_TXW_NOTE = ITXW_NOTE.

TXW_EXTRACT_SEGMENT_DIR_READ CALL FUNCTION 'TXW_EXTRACT_SEGMENT_DIR_READ' TABLES T_TXW_DIRSG2 = ITXW_DIRSG2.

TXW_EXTRACT_METADATA_READ CALL FUNCTION 'TXW_EXTRACT_METADATA_READ' TABLES T_TXW_META = ITXW_META.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = text-a01 textline2 = text-a02 titel = sy-title cancel_display = ' ' IMPORTING answer = ld_answer.



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