RDELALOG 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 RDELALOG into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CFGD - Delete Application Log Entries
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: P_DATETO = To (date)
Selection Text: P_EXTNO = Ext. number
Selection Text: P_LOGOBJ = Object
Selection Text: P_SUBOBJ = Subobject
Selection Text: P_TIMETO = To (time)
Title: Delete Application Log Entries
Text Symbol: 001 = Number of deleted logs
Text Symbol: 002 = Number of undeleted logs
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
APPL_LOG_DELETE CALL FUNCTION 'APPL_LOG_DELETE' EXPORTING object = p_logobj subobject = p_subobj external_number = p_extno date_to = p_dateto time_to = p_timeto log_class = '1' i_with_commit_work = 'X' i_package_size = i_pkgsz IMPORTING number_of_deleted_logs = lv_del number_of_non_deleted_logs = lv_notdel.
AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'CFGD' EXCEPTIONS ok = 0 not_ok = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RDELALOG - Delete Application Log Entries RDELALOG - Delete Application Log Entries RDDYT2NT - Substitution: Copy Container Nametab --> Inactive Nametab RDDYT2NT - Substitution: Copy Container Nametab --> Inactive Nametab RDDY2DAT - ABAP/4 Dictionary: Model for Single Record Objects RDDY1DAT - ABAP/4 Dictionary: Model for Repetition Group Data Interface