RN2_APPLOG_DELETE 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 RN2_APPLOG_DELETE 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.
IS-H*MED: Application Logging Delete Table Entries
Selection Text: P_DATE = D Date
Selection Text: P_DOIT = D On/Off
Selection Text: P_EINRI = D Institution
Selection Text: P_OBJ = D Object
Selection Text: P_REPID = D Report Name
Selection Text: P_TCODE = D Transaction Code
Selection Text: P_TERM = D Terminal
Selection Text: P_TIME = D Time
Selection Text: P_TYP = D Type
Selection Text: P_USER = D User
Title: Application Logging Delete
Text Symbol: 010 = Do you want to delete?
Text Symbol: E01 = Error While Deleting
Text Symbol: M01 = A total of
Text Symbol: M02 = entries were deleted
Text Symbol: M03 = Entries
Text Symbol: M04 = were deleted
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.