FDM_PROC_WRI 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_WRI 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: SO_CASE = Technical Key
Selection Text: TO_DATE = To Date
Selection Text: P_COMENT = D .
Selection Text: P_DELTST = D .
Selection Text: P_PROT = D .
Selection Text: P_PROT_O = D .
Selection Text: P_WRIPRD = D .
Selection Text: P_WRITST = D .
Title: Archiving of Dispute Cases and Promises to Pay: Write Program
Text Symbol: 010 = Case
Text Symbol: 020 = Restrictions
INCLUDE ARCH_WRITE_PRG_STANDARD2.
No SAP DATABASE tables are accessed within this REPORT code!
ARCHIVE_PROTOCOL_INIT CALL FUNCTION 'ARCHIVE_PROTOCOL_INIT' EXPORTING i_detailprotocol = u_detprot.
ARCHIVE_OPEN_FOR_WRITE CALL FUNCTION 'ARCHIVE_OPEN_FOR_WRITE' EXPORTING call_delete_job_in_test_mode = u_deltst create_archive_file = l_create_file object = 'FDM_PROC' comments = u_comment output_sel_screen_when_dialog = space IMPORTING archive_handle = r_handle.
ARCHIVE_NEW_OBJECT CALL FUNCTION 'ARCHIVE_NEW_OBJECT' EXPORTING archive_handle = u_handle.
ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = u_handle record_structure = 'FDM_DCOBJ' TABLES table = u_object-dcobj[].
ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = u_handle record_structure = 'FDM_DCPROC' TABLES table = u_object-dcproc[].
ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = u_handle record_structure = 'FDM_P2P_ATTR' TABLES table = u_object-p2p_attr[].
ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = u_handle record_structure = 'FDM_DCATTR' TABLES table = u_object-dcattr[].
ARCHIVE_PUT_TABLE CALL FUNCTION 'ARCHIVE_PUT_TABLE' EXPORTING archive_handle = u_handle record_structure = 'FDM_P2P_INSTMNT' TABLES table = u_object-instmnt[].
ARCHIVE_SAVE_OBJECT CALL FUNCTION 'ARCHIVE_SAVE_OBJECT' EXPORTING archive_handle = u_handle EXCEPTIONS termination_requested = 1.
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 IMPORTING e_progress_sent = l_sent.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
ARCHIVE_WRITE_STATISTICS CALL FUNCTION 'ARCHIVE_WRITE_STATISTICS' EXPORTING archive_handle = u_handle.
ARCHIVE_PROTOCOL_WRITE CALL FUNCTION 'ARCHIVE_PROTOCOL_WRITE'.
ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = u_handle.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = u_caseid i_msgtype = 1 i_msgid = 'FDM_GENERAL' i_msgno = '201'.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = u_caseid i_msgtype = 1 i_msgid = 'FDM_GENERAL' i_msgno = '203'.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = u_caseid i_msgtype = 2 i_msgid = 'FDM_GENERAL' i_msgno = '202'.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = u_caseid i_msgtype = 2 i_msgid = 'FDM_GENERAL' i_msgno = '205' i_msgv1 = u_v1.
CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = u_caseid i_msgtype = 2 i_msgid = 'FDM_GENERAL' i_msgno = '206'.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = u_caseid i_msgtype = 2 i_msgid = 'FDM_GENERAL' i_msgno = '207'.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = u_caseid i_msgtype = 2 i_msgid = 'FDM_GENERAL' i_msgno = '208' i_msgv1 = u_code.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = u_caseid i_msgtype = '2' i_msgid = 'FDM_GENERAL' i_msgno = '211'.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = u_caseid i_msgtype = '2' i_msgid = l_msgid i_msgno = l_msgno.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = ls_mult_ctx-ctx_uuid i_msgtype = 2 i_msgid = 'FDM_GENERAL' i_msgno = '215'.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = ls_mult_ctx-ctx_uuid i_msgtype = 2 i_msgid = 'FDM_GENERAL' i_msgno = '215'.
ARCHIVE_PROTOCOL_COLLECT CALL FUNCTION 'ARCHIVE_PROTOCOL_COLLECT' EXPORTING i_object = ls_mult_ctx-ctx_uuid i_msgtype = 1 i_msgid = 'FDM_GENERAL' i_msgno = '217'.
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 FDM_PROC_WRI or its description.
FDM_PROC_WRI - Archiving of Dispute Cases and Promises to Pay: Write Program FDM_PROC_WRI - Archiving of Dispute Cases and Promises to Pay: Write Program 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