SAP Reports / Programs

RTXWGQ00 SAP ABAP Report - documentation and ABAP source code







RTXWGQ00 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 RTXWGQ00 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 RTXWGQ00. "Basic submit
SUBMIT RTXWGQ00 AND RETURN. "Return to original report after report execution complete
SUBMIT RTXWGQ00 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_XTONLY =
Selection Text: P_XTEXT = D Description
Selection Text: P_XPRINT =
Selection Text: P_XORDER = D Flag: Use specified access seq
Selection Text: P_XOPTIM = D Flag: Optimize access sequence
Selection Text: P_XFILE = D Data file name
Selection Text: P_XEXPRT =
Selection Text: P_XDIRS = D Directory set
Selection Text: P_SEQ01 = D Sequence Nr.
Selection Text: P_QBUFF = D Max. query buffer size (MB)
Selection Text: P_OVERWR =
Selection Text: P_MAXNR = D Maximum no. of hits
Selection Text: P_HEADER =
Selection Text: P_FRMT2 =
Selection Text: P_FRMT1 =
Selection Text: P_FILE = D Data file name
Selection Text: P_DIRS = D Directory set
Selection Text: P_APPEND =
Selection Text: P009 = D G/L account
Selection Text: P004 = D Posting period
Selection Text: P001 = D Company code
Text Symbol: S31 = Options for exporting to file
Text Symbol: S05 = Data segment access sequence
Text Symbol: S04 = Technical settings
Text Symbol: S03 = Output options
Text Symbol: S02 = Data view selection criteria
Text Symbol: S01 = Source extract
Text Symbol: R51 = Apply file size limit
Text Symbol: R43 = SAP Audit Format
Text Symbol: R42 = Fixed-length columns
Text Symbol: R41 = Semicolon separated columns
Text Symbol: R32 = Append to file
Text Symbol: R31 = Overwrite file
Text Symbol: R22 = Use specified access sequence
Text Symbol: R21 = Optimize access sequence
Text Symbol: R12 = Export to file
Text Symbol: R11 = Display/print
Text Symbol: Q01 = Field





Text Symbol: PAG = Page
Text Symbol: P41 = Totals only
Text Symbol: P31 = Insert header line
Text Symbol: COL = Column block
Text Symbol: 001 = Enter query conditions


INCLUDES used within this REPORT RTXWGQ00

INCLUDE RTXWQTOP.


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_GLOBAL_PARAMETER_GET CALL FUNCTION 'TXW_GLOBAL_PARAMETER_GET' EXPORTING parm_name = 'MAX_SIZE' IMPORTING parm_value = txw_global-max_size.



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