SAP Reports / Programs

RTXXQU06 SAP ABAP Report - DARTX: Determine Environment for Data View







RTXXQU06 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 RTXXQU06 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 RTXXQU06. "Basic submit
SUBMIT RTXXQU06 AND RETURN. "Return to original report after report execution complete
SUBMIT RTXXQU06 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_FRMT2 = Columns with Fixed Length
Selection Text: P_FRMT3 = SAP Audit Format
Selection Text: P_OHEAD = Insert Header Row
Selection Text: P_OSEMI = Columns Separated by Semicolon
Selection Text: P_PREFIX = Prefix
Selection Text: P_TXTLG = Description
Selection Text: P_VOLSET = Data File Directory Set
Title: DARTX: Determine Environment for Data View
Text Symbol: 005 = Output File
Text Symbol: 006 = Insert Header Row
Text Symbol: 007 = Restrict Selection Criteria
Text Symbol: 008 = Output Options
Text Symbol: R31 = Overwrite File
Text Symbol: R41 = Columns Separated by Semicolon
Text Symbol: R42 = Columns with Fixed Length
Text Symbol: R43 = SAP Audit Format
Text Symbol: R46 = Dependent Segments


INCLUDES used within this REPORT RTXXQU06

INCLUDE RTXXQU06T.
INCLUDE RTXXQU06S.


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 = gd_icon_select.

TXX_ADMI_READ_DTL CALL FUNCTION 'TXX_ADMI_READ_DTL' EXPORTING i_uuid = id_xtrct I_OVERALL_VIEW = 'X' IMPORTING et_admi_segment = lt_segment.

REUSE_ALV_POPUP_TO_SELECT CALL FUNCTION 'REUSE_ALV_POPUP_TO_SELECT' EXPORTING i_title = ld_title i_checkbox_fieldname = 'MARKED' i_tabname = 'GT_SEGMENTS' it_fieldcat = lt_fieldcat it_excluding = it_excluding IMPORTING e_exit = lflg_exit TABLES t_outtab = gt_segments EXCEPTIONS program_error = 1 OTHERS = 2.

TXX_VIEW_DATA_EXECUTE CALL FUNCTION 'TXX_VIEW_DATA_EXECUTE' EXPORTING it_source_res = lt_sourcefiles id_tax_view = ld_txview is_params = ls_params EXCEPTIONS no_authority = 1 invalid_view = 2 segment_not_found = 1 OTHERS = 4.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING it_fieldcat = lt_fieldcat TABLES t_outtab = it_selected_segments.



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