FDM_PROC_DEL 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 FDM_PROC_DEL 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_PROT_O = D .
Selection Text: P_DELPRD = D .
Selection Text: P_DELTST = D .
Selection Text: P_PROT = D .
Title: Archiving of Dispute Cases and Promises to Pay: Deletion Program
INCLUDE ARCH_DELETE_PRG_STANDARD2.
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_GET_NEXT_OBJECT CALL FUNCTION 'ARCHIVE_GET_NEXT_OBJECT' EXPORTING archive_handle = l_handle EXCEPTIONS end_of_file = 1.
ARCH_RELO_TABLE_INSERT_TEST CALL FUNCTION 'ARCH_RELO_TABLE_INSERT_TEST' EXPORTING i_structure = u_tabname TABLES t_data = ut_data[] t_only_key_exists_on_db =
t_key_and_data_exists_on_db = .
ARCHIVE_OPEN_FOR_DELETE CALL FUNCTION 'ARCHIVE_OPEN_FOR_DELETE' EXPORTING object = 'FDM_PROC' test_mode = u_testmode IMPORTING archive_handle = r_handle.
ARCHIVE_PROTOCOL_INIT CALL FUNCTION 'ARCHIVE_PROTOCOL_INIT' EXPORTING i_detailprotocol = u_detprot.
ARCHIVE_GET_NEXT_RECORD CALL FUNCTION 'ARCHIVE_GET_NEXT_RECORD' EXPORTING archive_handle = u_handle IMPORTING record_ref = l_record_ref record_structure = l_structure EXCEPTIONS end_of_object = 1.
ARCHIVE_WRITE_STATISTICS CALL FUNCTION 'ARCHIVE_WRITE_STATISTICS' EXPORTING archive_handle = u_handle statistics_only_per_run = 'X'.
ARCHIVE_PROTOCOL_WRITE CALL FUNCTION 'ARCHIVE_PROTOCOL_WRITE'.
ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = u_handle.
ARCHIVE_GIVE_STATISTICS CALL FUNCTION 'ARCHIVE_GIVE_STATISTICS' EXPORTING archive_handle = -1 TABLES table = lt_arch_stat.
PROGRESS_INDICATOR CALL FUNCTION 'PROGRESS_INDICATOR' EXPORTING i_msgid = 'FDM_GENERAL' i_msgno = '204' i_processed = u_processed i_total = u_total i_output_immediately = u_force.
ARCHIVE_GET_ARCHIVE_FILES CALL FUNCTION 'ARCHIVE_GET_ARCHIVE_FILES' EXPORTING archive_handle = v_handle TABLES archive_files = lt_files.
ARCHIVE_GET_CUSTOMIZING_DATA CALL FUNCTION 'ARCHIVE_GET_CUSTOMIZING_DATA' EXPORTING object = 'FDM_PROC' IMPORTING commit_count_for_delete_prg = s_adk_commit_count.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = lr_p2p_attr->mult_inv_context i_msgtype = '1' i_msgid = 'FDM_GENERAL' i_msgno = '216'.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = lr_p2p_attr->case_guid i_msgtype = '1' i_msgid = 'FDM_GENERAL' i_msgno = '210'.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object =
-case_guid_loc i_msgtype = '1' i_msgid = 'FDM_GENERAL' i_msgno = '209'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FDM_PROC_DEL - Archiving of Dispute Cases and Promises to Pay: Deletion Program FDM_PROC_DEL - Archiving of Dispute Cases and Promises to Pay: Deletion Program FDM_PROCESS_BUFFER_TOP - FDMPROCESSBUFFERTOP FDM_PROCESS_BUFFER_F01 - FDMPROCESSBUFFERF01 FDM_PROCESS_BUFFER - Postprocessing for Dispute Cases and Promises to Pay FDM_PROCESS_BUFFER - Postprocessing for Dispute Cases and Promises to Pay