CACS00_ARCH06_DOC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Imports the archive and deletes each data record from the database that was successfully imported from the archive...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 CACS00_ARCH06_DOC 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: TESTRUN = Test Run
Title: Commission Document Archiving: Deletion Program, Index Creation
Text Symbol: 001 = CREATE DATA ... TYPE TABLE OF
Text Symbol: 002 = DELETE ... FROM TABLE
Text Symbol: 003 = Deleted CACS00_DOCHD records:
Text Symbol: 004 = Deleted CACS00_DOCRE records:
Text Symbol: 005 = Deleted CACS00_DOCSE records:
Text Symbol: 006 = Deleted CACS00_DOCVA records:
Text Symbol: 007 = Deleted CACS00_DOCDT records:
Text Symbol: 008 = Deleted CACS00_DOCACT Records:
Text Symbol: 009 = Deleted CACS00_DOCFI_H Records:
Text Symbol: 010 = Deleted CACS00_DOCFI_P Records:
Text Symbol: 011 = Deleted CACS00_DOCINV Records:
Text Symbol: 012 = Deleted CACS00_DOCOBJ Records:
Text Symbol: 013 = Deleted CACS00_DOCPAR Records:
Text Symbol: 014 = Deleted CACS00_DOCREL Records:
Text Symbol: 015 = Deleted CACS_DOCFI_T Records:
Text Symbol: 016 = Deleted CACS_CPD_REF Records:
Text Symbol: 017 = Deleted CACS00_DOCSEDT Records:
Text Symbol: 018 = Deleted
Text Symbol: 019 = Recs.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_OPEN_FOR_DELETE CALL FUNCTION 'ARCHIVE_OPEN_FOR_DELETE' EXPORTING object = 'CACS00_DOC' test_mode = testrun IMPORTING archive_handle = handle TABLES selected_files = select_files EXCEPTIONS file_already_open = 01 file_io_error = 02 no_files_available = 04 object_not_found = 05 open_error = 06.
ARCHIVE_GET_CUSTOMIZING_DATA CALL FUNCTION 'ARCHIVE_GET_CUSTOMIZING_DATA' EXPORTING object = 'CACS00_DOC' IMPORTING commit_count_for_delete_prg = commcnt maintain_index = index EXCEPTIONS object_not_found = 01.
ARCHIVE_GET_NEXT_OBJECT CALL FUNCTION 'ARCHIVE_GET_NEXT_OBJECT' EXPORTING archive_handle = handle IMPORTING object_id = object_id object_offset = offset archive_name = arkey EXCEPTIONS end_of_file = 01.
ARCHIVE_ADMIN_SAVE_INDEX CALL FUNCTION 'ARCHIVE_ADMIN_SAVE_INDEX' EXPORTING object = 'CACS00_DOC' object_id = object_id archivekey = arkey object_offset = offset.
ARCHIVE_GET_NEXT_RECORD CALL FUNCTION 'ARCHIVE_GET_NEXT_RECORD' "builds up index EXPORTING archive_handle = handle IMPORTING record_structure = arc_buffer-rname record_ref = lr_record EXCEPTIONS end_of_object = 01.
ARCHIVE_GIVE_STATISTICS CALL FUNCTION 'ARCHIVE_GIVE_STATISTICS' EXPORTING archive_handle = handle TABLES table = lt_stat EXCEPTIONS internal_error = 1 OTHERS = 2.
ARCHIVE_WRITE_STATISTICS CALL FUNCTION 'ARCHIVE_WRITE_STATISTICS' EXPORTING archive_handle = handle EXCEPTIONS internal_error = 1 OTHERS = 2.
ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = handle.
ARCHIVE_ADMIN_SET_STATUS CALL FUNCTION 'ARCHIVE_ADMIN_SET_STATUS' EXPORTING files_are_converted = ' ' index_created = 'X' TABLES archive_files = archive_files EXCEPTIONS cannot_change_status = 1 OTHERS = 2.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input =
-doc_id IMPORTING output = lv_doc_id.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input =
-tri_case_id IMPORTING output = lv_cas_id.
BAL_DB_DELETE CALL FUNCTION 'BAL_DB_DELETE' EXPORTING i_t_log_handle = lt_log_handle i_in_update_task = ' ' i_with_commit_work = ' ' EXCEPTIONS no_logs_specified = 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.
CACS00_ARCH06_DOC - Commission Document Archiving: Deletion Program, Index Creation CACS00_ARCH06_DOC - Commission Document Archiving: Deletion Program, Index Creation CACS00_ARCH06_CAS - Commission Case Archiving: Deletion Program, Index Creation CACS00_ARCH06_CAS - Commission Case Archiving: Deletion Program, Index Creation CACS00_ARCH05_DOC - Example Program for Reading Archives CACS00_ARCH05_DOC - Example Program for Reading Archives