SAP Reports / Programs

RSAQQABG SAP ABAP Report - Compare Query and InfoSet







RSAQQABG 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 RSAQQABG 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 RSAQQABG. "Basic submit
SUBMIT RSAQQABG AND RETURN. "Return to original report after report execution complete
SUBMIT RSAQQABG 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: WS_ID = Work area ID
Selection Text: QUERY = Query
Selection Text: BGRUPPE = User group
Title: Compare Query and InfoSet
Text Symbol: A12 = being taken from the InfoSet for these fields.
Text Symbol: A11 = field selection and reset them. This leads to the updated definitions
Text Symbol: A10 = lists). You must also delete the select flags on the screen for the
Text Symbol: A09 = fields concerned from the query lists (basic list, statistics, ranked
Text Symbol: A08 = If you want to compare the query yourself, you must first delete the
Text Symbol: A05 = In particular, automatic comparison can cause ranked lists to be deleted.
Text Symbol: A04 = This can cause changes to the layout of your query list.
Text Symbol: A03 = all fields selected in the above list. Otherwise, the field is deleted.
Text Symbol: A02 = The updated field definition from the InfoSet is applied to
Text Symbol: A01 = The 'Automatic comparison' function means:
Text Symbol: 401 = Caution! Automatic comparison results in ...
Text Symbol: 400 = Automatic comparison
Text Symbol: 313 = Counted over field
Text Symbol: 312 = Field is the ranked list criterion
Text Symbol: 311 = Ranked List
Text Symbol: 310 = Percentage
Text Symbol: 309 = Mean value
Text Symbol: 308 = Number
Text Symbol: 307 = Statistics
Text Symbol: 306 = Field is used as sort criterion
Text Symbol: 305 = summed over field
Text Symbol: 304 = Item
Text Symbol: 303 = Line
Text Symbol: 302 = Basic List
Text Symbol: 301 = Field is used for selection
Text Symbol: 300 = Where-used list
Text Symbol: 210 = This field no longer exists in the InfoSet
Text Symbol: 202 = Field def. in InfoSet........
Text Symbol: 201 = Field definition in query........
Text Symbol: 200 = Type Output len. No. of dec. places
Text Symbol: 102 = Program name..
Text Symbol: 101 = Table.........
Text Symbol: 100 = Field.........
Text Symbol: 001 = Overview of differing field definitions





INCLUDES used within this REPORT RSAQQABG

INCLUDE RSAQCOMC.
INCLUDE RSAQCOM1.
INCLUDE RSAQCOM2.


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:

No SAP FUNCTION MODULES are executed within this report code!



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