SAP Reports / Programs

RSAQDEL0 SAP ABAP Report - Directory of Queries







RSAQDEL0 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 RSAQDEL0 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 RSAQDEL0. "Basic submit
SUBMIT RSAQDEL0 AND RETURN. "Return to original report after report execution complete
SUBMIT RSAQDEL0 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: TABS = List tables used
Selection Text: SACHGB = InfoSet
Selection Text: P_LAYOUT = Layout
Selection Text: OVERVIEW = Overview (Tables, Fields)
Selection Text: NAME = Author or last user
Selection Text: LOCK = Only queries with change lock
Selection Text: FIELDS = display fields used
Selection Text: BENGRU = User Group
Title: Directory of Queries
Text Symbol: 144 = Changed On
Text Symbol: 143 = Created On
Text Symbol: 142 = Field Name
Text Symbol: 141 = Query Properties
Text Symbol: 140 = Records for saved lists
Text Symbol: 131 = Delete queries
Text Symbol: 130 = Delete selected queries?
Text Symbol: 121 = Changed by
Text Symbol: 120 = Author
Text Symbol: 111 = User group
Text Symbol: 110 = InfoSet
Text Symbol: 106 = tables and fields used
Text Symbol: 105 = Field
Text Symbol: 103 = InfoSet
Text Symbol: 102 = User group
Text Symbol: 101 = Query/tables used/fields used
Text Symbol: 100 = Query


INCLUDES used within this REPORT RSAQDEL0

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:

POPUP_TO_CONFIRM_STEP * call function 'POPUP_TO_CONFIRM_STEP' * exporting * defaultoption = 'N' * textline1 = 'Löschen markierte Queries?'(130) * titel = 'Löschen von Queries'(131) * importing * answer = antwort.

RSAQ_DELETE_QUERY * call function 'RSAQ_DELETE_QUERY' * exporting workspace = act_workspace * usergroup = queries-bg * query = queries-qnum * qsel = space * exceptions user_aborted = 0.

RSAQ_IS_FIELD_USED CALL FUNCTION 'RSAQ_IS_FIELD_USED' EXPORTING i_workspace = ws_id i_infoset = l_infoset i_field = fname IMPORTING o_is_used = l_used.

RSAQ_IS_ISET_USED_IN_USERGROUP CALL FUNCTION 'RSAQ_IS_ISET_USED_IN_USERGROUP' EXPORTING i_workspace = ws_id i_infoset = l_infoset i_usergroup = l_usergroup IMPORTING o_is_used = l_used.

RSAQ_IS_FIELD_USED_FOR_SUMMING CALL FUNCTION 'RSAQ_IS_FIELD_USED_FOR_SUMMING' EXPORTING i_workspace = ws_id i_infoset = l_infoset i_field = fname IMPORTING o_is_used = l_used.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = 'Löschen markierte Queries?'(130) titel = 'Löschen von Queries'(131) IMPORTING answer = antwort.

RSAQ_DELETE_QUERY CALL FUNCTION 'RSAQ_DELETE_QUERY' EXPORTING workspace = act_workspace usergroup = queries-bg query = queries-qnum qsel = space EXCEPTIONS user_aborted = 0.



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