SAP Reports / Programs

RSBQSHSG SAP ABAP Report - SAP Query: Help Report for Dump Display







RSBQSHSG 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 RSBQSHSG 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 RSBQSHSG. "Basic submit
SUBMIT RSBQSHSG AND RETURN. "Return to original report after report execution complete
SUBMIT RSBQSHSG 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: PA_WS_ID = Query Area ID
Selection Text: PA_SG = InfoSet
Selection Text: PA_MODE = Mode
Selection Text: PA_FIELD = Field Name
Title: SAP Query: Help Report for Dump Display
Text Symbol: 204 = Data Collection
Text Symbol: 205 = FromFile
Text Symbol: 206 = By program
Text Symbol: 207 = By direct read
Text Symbol: 208 = Authorization Group
Text Symbol: 209 = None
Text Symbol: 210 = for a table join
Text Symbol: 220 = Auth.
Text Symbol: 221 = Last changed by
Text Symbol: 222 = Pack.
Text Symbol: 400 = Extras:
Text Symbol: 401 = Selection text:
Text Symbol: 450 = Data retrieval program
Text Symbol: 455 = does not exist
Text Symbol: 460 = WHERE $ = %
Text Symbol: 461 = AND $ = %
Text Symbol: 500 = InfoSet
Text Symbol: 501 = Gen.specifications
Text Symbol: 503 = Fld
Text Symbol: 504 = Field description and headings
Text Symbol: 505 = SELECT SINGLE * FROM $
Text Symbol: 506 = Code
Text Symbol: 507 = Dict. type
Text Symbol: 508 = Headings:
Text Symbol: 509 = Alias Name
Text Symbol: 510 = Table (Dictionary)
Text Symbol: 203 = DataStructure
Text Symbol: 010 = Generated Version
Text Symbol: 011 = Version currently being processed
Text Symbol: 049 = Func. groups and assigned fields
Text Symbol: 050 = Selection criterion
Text Symbol: 051 = Parameter
Text Symbol: 052 = Selection Criteria





Text Symbol: 053 = Selections
Text Symbol: 059 = Addit. tables
Text Symbol: 061 = Addnl Fields
Text Symbol: 066 = Code
Text Symbol: 067 = Table join
Text Symbol: 068 = Alias Tables
Text Symbol: 080 = Rcrd processing
Text Symbol: 081 = GET
Text Symbol: 082 = GET LATE
Text Symbol: 083 = START-OF-SELECTION
Text Symbol: 084 = END-OF-SELECTION (after list output)
Text Symbol: 085 = DATA
Text Symbol: 086 = TOP-OF-PAGE
Text Symbol: 087 = END-OF-SELECTION (before list output)
Text Symbol: 110 = Assigned to table
Text Symbol: 111 = Sequence:
Text Symbol: 112 = Type:
Text Symbol: 113 = Lgth :
Text Symbol: 114 = OutputLength:
Text Symbol: 115 = Decimal places:
Text Symbol: 116 = LIKEfield:
Text Symbol: 117 = FOR field
Text Symbol: 199 = Conditions
Text Symbol: 201 = Name
Text Symbol: 202 = Database


INCLUDES used within this REPORT RSBQSHSG

INCLUDE RSAQCOMC.
INCLUDE RSAQCOM0.
INCLUDE RSAQCOM1.


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