SAP Reports / Programs

CACS_BUFFERLOG_CLEAR SAP ABAP Report - Program CACS_BUFFERLOG_CLEAR







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT CACS_BUFFERLOG_CLEAR. "Basic submit
SUBMIT CACS_BUFFERLOG_CLEAR AND RETURN. "Return to original report after report execution complete
SUBMIT CACS_BUFFERLOG_CLEAR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT CACS_BUFFERLOG_CLEAR

INCLUDE CACS_FISELPRT.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name CACS_BUFFERLOG_CLEAR or its description.