CACS_BUFFERLOG_CLEAR_ALV 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 CACS_BUFFERLOG_CLEAR_ALV 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: 031 = Active Version
Text Symbol: 030 = Too New
Text Symbol: 029 = Old Version
Text Symbol: 028 = Too Old
Text Symbol: 027 = Deleted
Text Symbol: 026 = Found
Text Symbol: 025 = Buffer ID
Text Symbol: 024 = Entry Year
Text Symbol: 023 = Value
Text Symbol: 022 = Input Parameter
Text Symbol: 021 = Test Run
Text Symbol: 020 = Update Run
Text Symbol: 018 = Error Log
Text Symbol: 016 = Short Log
Text Symbol: 015 = Detail Log
Text Symbol: 014 = Legend
Text Symbol: 010 = Active version: Buffer entries that were not deleted because they are the newest version
Text Symbol: 009 = Too new: Buffer entries that were not deleted because they are too new
Text Symbol: 008 = Old version: Buffer entries that were deleted because a new version exists
Text Symbol: 007 = Too old: Buffer entries that were deleted because they are too old
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: Identification of buffer; only displayed in detail log
Text Symbol: 003 = Year: Import Year of Buffer
Text Symbol: 002 = Program error
Text Symbol: 001 = Buffer: Object Type of Buffer
INCLUDE CACS_FISELPRT_ALV.
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.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = g_repid is_layout = ls_layo it_fieldcat = lt_fcat it_events = lt_evts1 is_print = ls_prnt tables t_outtab = gt_outtab exceptions program_error = 1 others = 2.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = lv_stru changing ct_fieldcat = ct_fcat exceptions inconsistent_interface = 1 program_error = 2 others = 3.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = g_repid is_layout = ls_layo it_fieldcat = lt_fcat it_events = lt_evts1 is_print = ls_prnt tables t_outtab = gt_prot_table_short exceptions program_error = 1 others = 2.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = g_repid is_layout = ls_layo it_fieldcat = lt_fcat it_events = lt_evts1 is_print = ls_prnt it_sort = lt_sort tables t_outtab = gt_prot_table_detail exceptions program_error = 1 others = 2.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_callback_program = g_repid is_layout = ls_layo it_fieldcat = lt_fcat it_events = lt_evts1 is_print = ls_prnt it_sort = lt_sort tables t_outtab = gt_prot_table_error exceptions program_error = 1 others = 2.
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_ALV - Program CACS_BUFFERLOG_CLEAR CACS_BUFFERLOG_CLEAR_ALV - Program CACS_BUFFERLOG_CLEAR 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