FAGL_R_ARCH_DELETE 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 FAGL_R_ARCH_DELETE 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_DELPRD = D .
Selection Text: P_DELTST = D .
Selection Text: P_PROT = D .
Selection Text: P_PROT_O = D .
Title: Archiving of Reorganization: Deletion Program
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_PROTOCOL_INIT_APPL CALL FUNCTION 'ARCHIVE_PROTOCOL_INIT_APPL' EXPORTING i_detailprotocol = uv_detail_prot.
ARCHIVE_OPEN_FOR_DELETE CALL FUNCTION 'ARCHIVE_OPEN_FOR_DELETE' EXPORTING object = uv_object test_mode = uv_deltst IMPORTING archive_handle = c_archive_handle TABLES selected_files = lt_files EXCEPTIONS OTHERS = 1.
ARCHIVE_GET_INFORMATION CALL FUNCTION 'ARCHIVE_GET_INFORMATION' EXPORTING archive_handle = c_archive_handle IMPORTING object_number_in_file = gf_process_info-counter-total.
ARCHIVE_GET_CUSTOMIZING_DATA CALL FUNCTION 'ARCHIVE_GET_CUSTOMIZING_DATA' EXPORTING object = uv_object IMPORTING commit_count_for_delete_prg = lv_max_commit.
ARCHIVE_GET_NEXT_OBJECT CALL FUNCTION 'ARCHIVE_GET_NEXT_OBJECT' EXPORTING archive_handle = uv_archive_handle EXCEPTIONS end_of_file = 1.
ARCHIVE_READ_OBJECT_BY_HANDLE CALL FUNCTION 'ARCHIVE_READ_OBJECT_BY_HANDLE' EXPORTING iv_handle = uv_archive_handle CHANGING ct_obj_data = lt_object_data.
ARCHIVE_DELETE_TABLE CALL FUNCTION 'ARCHIVE_DELETE_TABLE' EXPORTING iv_tabname = lf_object_data-tabname it_records =
iv_deltst = uv_deltst iv_handle = uv_archive_handle EXCEPTIONS OTHERS = 1.
ARCHIVE_DELETE_OBJECT_DATA CALL FUNCTION 'ARCHIVE_DELETE_OBJECT_DATA' EXPORTING archive_handle = uv_archive_handle EXCEPTIONS OTHERS = 1.
ARCHIVE_GIVE_STATISTICS CALL FUNCTION 'ARCHIVE_GIVE_STATISTICS' EXPORTING archive_handle = uv_archive_handle TABLES table = lt_statistic EXCEPTIONS OTHERS = 0.
ARCHIVE_WRITE_STATISTICS CALL FUNCTION 'ARCHIVE_WRITE_STATISTICS' EXPORTING archive_handle = uv_archive_handle.
ARCHIVE_PROTOCOL_WRITE_APPL CALL FUNCTION 'ARCHIVE_PROTOCOL_WRITE_APPL'.
ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = uv_archive_handle.
ARCHIVE_PROTOCOL_COLLECT_APPL CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT_APPL' EXPORTING i_object = lv_objtext i_msgtype = lv_msgtype i_msgid = lf_msg-id i_msgno = lf_msg-number i_msgv1 = lf_msg-message_v1 i_msgv2 = lf_msg-message_v2 i_msgv3 = lf_msg-message_v3 i_msgv4 = lf_msg-message_v4.
PROGRESS_INDICATOR_APPL CALL FUNCTION 'PROGRESS_INDICATOR_APPL' EXPORTING i_msgid = 'FAGL_REORGANIZATION' i_msgno = '671' i_processed = gf_process_info-counter-processed i_total = gf_process_info-counter-total i_output_immediately = lv_immidiate.
PROGRESS_INDICATOR_APPL CALL FUNCTION 'PROGRESS_INDICATOR_APPL' EXPORTING i_msgid = 'FAGL_REORGANIZATION' i_msgno = '671' i_processed = gf_process_info-counter-processed i_total = gf_process_info-counter-total i_output_immediately = lv_immidiate IMPORTING e_progress_sent = lv_progress_sent.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FAGL_R_ARCH_DELETE - Archiving of Reorganization: Deletion Program FAGL_R_ARCH_DELETE - Archiving of Reorganization: Deletion Program FAGL_R_APAR_SIM - Tool for Subsequently Simulating APAR for Purposes of Error Analysis FAGL_R_APAR_SIM - Tool for Subsequently Simulating APAR for Purposes of Error Analysis FAGL_R_APAR_SAVE - Save Object List Receivables/Payables FAGL_R_APAR FAGL_R_APAR_SAVE - Save Object List Receivables/Payables FAGL_R_APAR