RL_DELETE_LOG_ACST 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 RL_DELETE_LOG_ACST into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RL73D - Delete Statement Logs
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: USER = D User
Selection Text: TEST = D Test run
Selection Text: LOG_OUT = D Creation logs
Selection Text: LOG_MAT = D Matching logs (internal)
Selection Text: LOG_IN = D Receipt logs (inbound)
Selection Text: LOGNO = D Log number
Selection Text: IDOCEX = D Only if IDoc does not exist
Selection Text: DATDIF = D Time difference in days
Title: Delete logs of returnable packaging statements
Text Symbol: 009 = day(s)
Text Symbol: 008 = Logs older than
Text Symbol: 007 = !!! Test run !!!
Text Symbol: 006 = Check existence of IDoc
Text Symbol: 005 = Log not deleted, as IDoc for log still exists
Text Symbol: 004 = Log not found:
Text Symbol: 003 = Log deleted:
Text Symbol: 002 = Log types
Text Symbol: 001 = Log selection
INCLUDE RL_DELETE_LOG_ACST_TOP.
INCLUDE RL_DELETE_LOG_ACST_F01.
INCLUDE RL_DELETE_LOG_ACST_F02.
INCLUDE RL_DELETE_LOG_ACST_F03.
INCLUDE RL_DELETE_LOG_ACST_F04.
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.
RL_DELETE_LOG_ACST - Delete logs of returnable packaging statements RL_DELETE_LOG_ACST - Delete logs of returnable packaging statements RL_DELETE_LAST_ACST_TOP - RLDELETELASTACSTTOP RL_DELETE_LAST_ACST_SEL - RLDELETELASTACSTSEL RL_DELETE_LAST_ACST_F06 - RLDELETELASTACSTF06 RL_DELETE_LAST_ACST_F05 - RLDELETELASTACSTF05