RSECATTLOGDEL 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 RSECATTLOGDEL into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: EXPIRES = Expiry date less than
Selection Text: TESTRUN = Test Run (Do not delete)
Title: Delete Expired Logs
Text Symbol: 001 = Control
Text Symbol: 002 = Default output device is not defined
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING mode = 'BATCH' report = sy-repid no_dialog = 'X' IMPORTING out_parameters = l_out_parameters valid = l_valid valid_for_spool_creation = l_valid_spool EXCEPTIONS archive_info_not_found = 1 invalid_print_params = 2 invalid_archive_params = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSECATTLOGDEL - Delete Expired Logs RSECATTLOGDEL - Delete Expired Logs RSECATTLOG - Display eCATT Log; Incl. CALLBACK Routines for ALV & CL_GUI_ECATT_LOG RSECATTLOG - Display eCATT Log; Incl. CALLBACK Routines for ALV & CL_GUI_ECATT_LOG RSECADMIN - Administration of the Secure Storage RSECADMIN - Administration of the Secure Storage