SAP Reports / Programs

RSAQ_DEL_QUERY_PROT SAP ABAP Report - InfoSet Query - Deleting log entries







RSAQ_DEL_QUERY_PROT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Delete log data You can find information on the use of this report in the customizing activity see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSAQ_DEL_QUERY_PROT into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

SQ00_DEL_PROT - SAP Query: Delete log data


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 RSAQ_DEL_QUERY_PROT. "Basic submit
SUBMIT RSAQ_DEL_QUERY_PROT AND RETURN. "Return to original report after report execution complete
SUBMIT RSAQ_DEL_QUERY_PROT 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: FUNCAREA = D InfoSet
Selection Text: TABNAME = D Table Name
Selection Text: TSP_DATE = Date
Selection Text: TSP_TIME = D Time
Selection Text: USERNAME = D User name
Selection Text: WORKAREA = Global work area
Title: InfoSet Query - Deleting log entries
Text Symbol: 001 = Delete log entries
Text Symbol: 002 = & records deleted.
Text Symbol: 003 = Delete?


INCLUDES used within this REPORT RSAQ_DEL_QUERY_PROT

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:

VIEW_AUTHORITY_CHECK CALL FUNCTION 'VIEW_AUTHORITY_CHECK' "note 1557277 EXPORTING view_name = g_tabname EXCEPTIONS no_authority = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-001 text_question = question default_button = '2' display_cancel_button = 'X' IMPORTING answer = answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = g_repid dynumb = g_dynnr TABLES dynpfields = l_dynpfields_tab EXCEPTIONS invalid_abapworkarea = 1 invalid_dynprofield = 2 invalid_dynproname = 3 invalid_dynpronummer = 4 invalid_request = 5 no_fielddescription = 6 invalid_parameter = 7 undefind_error = 8 double_conversion = 9 stepl_not_found = 10 OTHERS = 11.

RSAQSUL_SELECT_FUNC_AREA CALL FUNCTION 'RSAQSUL_SELECT_FUNC_AREA' EXPORTING sul_workspace = l_workspace sul_transcode = 'SQ03' IMPORTING sul_func_area = p_funcarea EXCEPTIONS OTHERS = 1.



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