SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | SAP Query(BC-SRV-QUE) SAP BC

RSAQDUMP SAP ABAP Report - Display Internal Data of Query Objects







RSAQDUMP 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 RSAQDUMP 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 RSAQDUMP. "Basic submit
SUBMIT RSAQDUMP AND RETURN. "Return to original report after report execution complete
SUBMIT RSAQDUMP 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: LINESIZE = Line width of list
Selection Text: BGKAT = User group directory (x)
Selection Text: BG = User group
Selection Text: BEARB = Processing type (see below)
Selection Text: WS_ID = Global area
Selection Text: WORDSIZE = Maximum field length
Selection Text: SGTYP = InfoSet type (S/G)
Selection Text: SGKAT = InfoSet catalog (x)
Selection Text: SG = InfoSet
Selection Text: QUKAT = User group query directory
Selection Text: QUERY = Query
Text Symbol: 251 = Type
Text Symbol: 252 = does not exist
Text Symbol: 100 = Processing type must be either S or U
Text Symbol: 110 = InfoSet type must be either S or G
Text Symbol: 200 = Unable to lock user group directory
Text Symbol: 210 = Unable to lock InfoSet catalog
Text Symbol: 340 = Output user group query directory
Text Symbol: 331 = Type
Text Symbol: 330 = Output InfoSets
Text Symbol: 320 = Output InfoSet catalog
Text Symbol: 220 = InfoSet
Text Symbol: 221 = cannot be locked
Text Symbol: 230 = User group query directory
Text Symbol: 310 = Output user group directory
Text Symbol: 262 = does not exist
Text Symbol: 261 = of user group
Text Symbol: 402 = database.
Text Symbol: 401 = This may cause irreparable damage to your query
Text Symbol: 400 = You are changing ABAP Query internal data.
Text Symbol: 370 = Index
Text Symbol: 260 = Query
Text Symbol: 350 = Output query
Text Symbol: 351 = of user group
Text Symbol: 360 = Table/structure/value:
Text Symbol: 500 = Backup log
Text Symbol: 510 = User group directory saved
Text Symbol: 520 = InfoSet catalog saved





Text Symbol: 530 = InfoSet
Text Symbol: 531 = Type
Text Symbol: 532 = saved
Text Symbol: 540 = User group query directory
Text Symbol: 404 = query objects.
Text Symbol: 410 = Save all
Text Symbol: 420 = Save user group directory
Text Symbol: 430 = Save InfoSet catalog
Text Symbol: 440 = Save InfoSet
Text Symbol: 450 = Save query directory
Text Symbol: 460 = Save query
Text Symbol: 541 = saved
Text Symbol: 550 = Query
Text Symbol: 551 = of user group
Text Symbol: 552 = saved
Text Symbol: 403 = Therefore, only your SAP consultant should repair internal
Text Symbol: 231 = cannot be locked
Text Symbol: 240 = Query
Text Symbol: 241 = of user group
Text Symbol: 242 = cannot be locked
Text Symbol: 250 = InfoSet


INCLUDES used within this REPORT RSAQDUMP

INCLUDE RSAQCOMC.
INCLUDE RSAQCOM0.
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 RSAQDUMP or its description.