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

RSAQGENR SAP ABAP INCLUDE - documentation and ABAP source code







RSAQGENR is a standard ABAP INCLUDE 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 RSAQGENR 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 RSAQGENR. "Basic submit
SUBMIT RSAQGENR AND RETURN. "Return to original report after report execution complete
SUBMIT RSAQGENR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Text Symbol: 950 = Delete query
Text Symbol: 951 = Query
Text Symbol: 952 = Delete?
Text Symbol: C00 = ** $ warnings for query $ **
Text Symbol: C01 = ** Fields from parallel tables within a line
Text Symbol: C02 = Line: $
Text Symbol: C03 = Field: $
Text Symbol: C04 = ($, table $)
Text Symbol: C08 = ** The 'reference' options do not match the logical database structure
Text Symbol: C09 = Line $ (contains fields from table $) should be outputted in connection
Text Symbol: C10 = with line $ (contains fields from table $)
Text Symbol: C11 = A list line ($) can only be outputted in relation to another
Text Symbol: C12 = list line ($) that in turn refers a node found at the same level of the
Text Symbol: C13 = hierarchy or a level below it.
Text Symbol: C15 = ** Statistic $ contains only numeric fields
Text Symbol: C16 = ** Ranked list $ contains only numeric fields
Text Symbol: C20 = ** Output sequence of lines does not correspond to database structure
Text Symbol: C21 = Line $ (contains fields from table $) cannot appear before
Text Symbol: C22 = line $ (contains fields from table $)
Text Symbol: C30 = ** Ranked list $ is not generated at the chosen level
Text Symbol: C31 = No non-numeric field is output at this level
Text Symbol: C40 = ** Statistic $ contains errors
Text Symbol: C41 = Totals field ($) is not arranged in a non-numeric field ($) in the tree
Text Symbol: C42 = Non-numeric fields ($,$) are not arranged on a path within the tree.
Text Symbol: R01 = Rank
Text Symbol: R03 = *Rank
Text Symbol: V01 = Total
Text Symbol: V02 = Number
Text Symbol: V03 = *Total number
Text Symbol: V11 = Proportion
Text Symbol: V12 = in %
Text Symbol: V13 = *Percentage
Text Symbol: V21 = Medium
Text Symbol: V22 = Value
Text Symbol: V23 = *Average value
Text Symbol: 102 = Reference currency
Text Symbol: 001 = Total
Text Symbol: 002 = Overall total





Text Symbol: 003 = Number of
Text Symbol: 004 = Total number
Text Symbol: 005 = File name
Text Symbol: 013 = (Continue)
Text Symbol: 015 = Total number
Text Symbol: 016 = Share in %
Text Symbol: 017 = Mean value
Text Symbol: 018 = Sequence
Text Symbol: 040 = Currency translation date
Text Symbol: 041 = ExRateType
Text Symbol: 042 = Ref. currency (optional)
Text Symbol: 043 = Number of ranked list places
Text Symbol: 057 = Options
Text Symbol: 058 = Program selections
Text Symbol: 059 = Output format
Text Symbol: 060 = Spreadsheet
Text Symbol: 061 = Graphic
Text Symbol: 062 = Save with ID
Text Symbol: 063 = Executive Info System (EIS)
Text Symbol: 064 = File store
Text Symbol: 065 = Private file
Text Symbol: 066 = ABAP List
Text Symbol: 067 = ID
Text Symbol: 068 = Display as table
Text Symbol: 069 = Word processing
Text Symbol: 070 = ABC analysis
Text Symbol: 071 = File name
Text Symbol: 072 = SAP List Viewer
Text Symbol: 073 = Additional functions
Text Symbol: 074 = Function
Text Symbol: 075 = Layout variant
Text Symbol: 100 = Currency translation date
Text Symbol: 101 = Exchange rate type


INCLUDES used within this REPORT RSAQGENR

INCLUDE RSAQCOMC.


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:

RSAQ_REPORT_NAME call function 'RSAQ_REPORT_NAME' exporting workspace = act_workspace usergroup = bgname query = quname importing reportname = reportname.

RFC_IS_GUI_ON





call function 'RFC_IS_GUI_ON' exporting login_check = space importing on = l_on.

RSAQWGE_SHOW_GEN_ERROR call function 'RSAQWGE_SHOW_GEN_ERROR' exporting wge_query = quname importing wge_cancel = pf3flag tables wge_text = checktext.



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