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

RSAQSUMM SAP ABAP Report - documentation and ABAP source code







RSAQSUMM 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 RSAQSUMM 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 RSAQSUMM. "Basic submit
SUBMIT RSAQSUMM AND RETURN. "Return to original report after report execution complete
SUBMIT RSAQSUMM 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_AQDB = Full contents
Selection Text: P_AQGDB = Full contents
Selection Text: P_AQLDB = Full contents
Selection Text: P_GBG = User groups
Selection Text: P_GBGQU = of the user groups
Selection Text: P_GQU = Queries
Selection Text: P_GSG = InfoSets
Selection Text: P_LBG = User groups
Selection Text: P_LBGQU = of the user groups
Selection Text: P_LQU = Queries
Selection Text: P_LSG = InfoSets
Selection Text: P_LTDB = Transport datasets
Selection Text: P_OBG = User groups
Selection Text: P_OBGQU = of the user groups
Selection Text: P_OQU = Queries
Selection Text: P_OSG = InfoSets
Selection Text: P_OTDB = Transport datasets
Text Symbol: 272 = No queries exist
Text Symbol: 271 = InfoSet Type
Text Symbol: 270 = Changed On
Text Symbol: 269 = Created On
Text Symbol: 268 = Variants:
Text Symbol: 267 = Query & in user group & (import option &)
Text Symbol: 266 = InfoSet & (import option &)
Text Symbol: 265 = User group & (import option &)
Text Symbol: 261 = Contents
Text Symbol: 260 = Number
Text Symbol: 256 = Number of datasets:
Text Symbol: 255 = Transport datasets
Text Symbol: 250 = No transport datasets exist
Text Symbol: 216 = InfoSet
Text Symbol: 010 = Work area:
Text Symbol: 011 = Old standard area (before Release 4.0)
Text Symbol: 012 = Old transport datasets (before Release 4.0)
Text Symbol: 013 = New standard area (from Release 4.0)
Text Symbol: 014 = Global area (from Release 4.0)
Text Symbol: 015 = New transport datasets (from Release 4.0)
Text Symbol: 016 = Client:





Text Symbol: 017 = Author
Text Symbol: 018 = Changed by
Text Symbol: 100 = No InfoSets exist
Text Symbol: 105 = InfoSets
Text Symbol: 106 = Number of InfoSets:
Text Symbol: 110 = Name
Text Symbol: 111 = Data Source
Text Symbol: 112 = Title
Text Symbol: 150 = No user groups exist
Text Symbol: 155 = User groups
Text Symbol: 156 = Number of user groups:
Text Symbol: 160 = UG
Text Symbol: 161 = Title
Text Symbol: 162 = Assigned InfoSets
Text Symbol: 163 = User group
Text Symbol: 200 = No queries exist
Text Symbol: 201 = No user group selected
Text Symbol: 205 = Queries for user group
Text Symbol: 206 = Number of queries:
Text Symbol: 210 = Qu
Text Symbol: 211 = Titles and saved lists
Text Symbol: 212 = FctA
Text Symbol: 215 = Query


INCLUDES used within this REPORT RSAQSUMM

No INCLUDES are used within this REPORT code!


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:

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = lc_strname CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = lc_strname CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_eventtab EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_pf_status_set = lc_pf_status is_layout = gs_layout it_fieldcat = lt_fcat it_events = gt_events it_sort = gt_sort TABLES t_outtab = it_table EXCEPTIONS program_error = 1 OTHERS = 2.



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