SAP Reports / Programs

RTXWQU05 SAP ABAP Report - DART: Data extract splitter







RTXWQU05 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The extract splitter identifies all segments contained in a data extract source file and for each of them creates a separate file on the application server...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 RTXWQU05 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 RTXWQU05. "Basic submit
SUBMIT RTXWQU05 AND RETURN. "Return to original report after report execution complete
SUBMIT RTXWQU05 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


DART: Data extract splitter
Selection Text: P_VOLSET = Directory set
Selection Text: P_TXTLG = Description
Selection Text: P_PREFIX = File name: prefix
Selection Text: P_OVOLST = Directory set
Selection Text: P_FILE = D .
Title: DART: Data extract splitter
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 = no suffix
Text Symbol: 008 = File name: prefix
Text Symbol: 007 = Source extract structures
Text Symbol: 005 = Insert header line
Text Symbol: 004 = Semicolon separated columns
Text Symbol: 003 = Output options
Text Symbol: 002 = View file
Text Symbol: 001 = Source extract
001 File Name Data Extract Name Number of Reccords


INCLUDES used within this REPORT RTXWQU05

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_TABLES' i_structure_name = 'TXW_SEL_TABLES' it_excluding = it_excluding IMPORTING "H886547 e_exit = l_exit "H886547 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_segments[].

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 = i_segments-counter "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.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' "H831131 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 RTXWQU05 or its description.