CACS_BUFFERLOG_CLEAR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program deletes old entries from the CACS_BUFFERLOG table...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 CACS_BUFFERLOG_CLEAR 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: P_PRORUN = Update Run
Selection Text: P_MINAGE = Minimum Time Before Deletion
Selection Text: P_MAXAGE = Maximum Time for Retention
Selection Text: P_KEYDAT = Key Date
Selection Text: P_DETAIL = Detail Log
Selection Text: P_BUFANA = Analyse Buffer
Title: Program CACS_BUFFERLOG_CLEAR
Text Symbol: 021 = Test run
Text Symbol: 020 = Update Run
Text Symbol: 018 = Error log
Text Symbol: 017 = Year Buffer_ID found deleted zu_alt alte_Vers zu_jung akt_Vers
Text Symbol: 016 = Short Log
Text Symbol: 015 = Detail log
Text Symbol: 014 = Legend
Text Symbol: 010 = akt_Vers: Buffer entries not deleted since they are the most recent version
Text Symbol: 009 = zu_jung: Buffer entries not deleted owing to recent import date
Text Symbol: 008 = alte_Vers: Buffer entries deleted owing to newer version
Text Symbol: 007 = zu_alt: Buffer entries deleted owing to old date
Text Symbol: 006 = Deleted: Number of buffer entries deleted/for deletion
Text Symbol: 005 = Found: Number of buffer entries found
Text Symbol: 004 = Buffer_ID: Buffer identification; given only in detailed log
Text Symbol: 003 = Year: Buffer Import Year
Text Symbol: 002 = Program Error
Text Symbol: 001 = Buffer_Objtype
INCLUDE CACS_FISELPRT.
No SAP DATABASE tables are accessed within this REPORT code!
CACS_DETERMINE_CURRENT_APPL CALL FUNCTION 'CACS_DETERMINE_CURRENT_APPL' IMPORTING e_appl = g_appl EXCEPTIONS no_appl = 1 OTHERS = 2.
CACS_CHECK_QUAL_AUTH CALL FUNCTION 'CACS_CHECK_QUAL_AUTH' EXPORTING i_object = 'E_CACS_APP' i_application = g_appl EXCEPTIONS no_authority = 1 OTHERS = 2.
CACS_CHECK_QUAL_AUTH CALL FUNCTION 'CACS_CHECK_QUAL_AUTH' EXPORTING i_object = 'E_CACS_ADM' i_application = g_appl EXCEPTIONS no_authority = 1 OTHERS = 2.
CACS_APPL_PRODUCTIVE * CALL FUNCTION 'CACS_APPL_PRODUCTIVE' * EXPORTING * i_application = g_appl * IMPORTING * e_productive = g_first * EXCEPTIONS * application_undefined = 1 * OTHERS = 2.
CACS_CHECK_PRODUCTIVE CALL FUNCTION 'CACS_CHECK_PRODUCTIVE' EXPORTING i_appl = g_appl EXCEPTIONS productive = 1 OTHERS = 2.
CACS_BUFFERLOG_GET_TYPETEXT CALL FUNCTION 'CACS_BUFFERLOG_GET_TYPETEXT' EXPORTING i_buffer_objtype = g_wa_log-buffertype IMPORTING e_objtype_text = g_wa_log-typetext.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CACS_BUFFERLOG_CLEAR - Program CACS_BUFFERLOG_CLEAR CACS_BUFFERLOG_CLEAR - Program CACS_BUFFERLOG_CLEAR CACS_BUFFER - Selection of Commission Cases from Buffer and Pending Cases CACS_BUFFER - Selection of Commission Cases from Buffer and Pending Cases CACS_BDTMAINT001_ALV - Incorrect time-spot settings for application objects CSC and CSB CACS_BDTMAINT001_ALV - Incorrect time-spot settings for application objects CSC and CSB