FDM_COLL_GET_DOCUMENTS_DOC_F01 is a standard ABAP INCLUDE 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_COLL_GET_DOCUMENTS_DOC_F01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FDM_COLL_DOC_MIRROR_FILL CALL FUNCTION 'FDM_COLL_DOC_MIRROR_FILL' EXPORTING i_kunnr = p_kunnr i_bukrs = p_bukrs i_timestamp = p_timestamp i_country = p_land1 i_xafter_single_call = p_single_call IMPORTING et_messages = lt_messages CHANGING ct_invoices = ct_invoices ct_doc_mirror = ct_doc_mirror.
FDM_COLL_DOC_MIRROR_MODIFY CALL FUNCTION 'FDM_COLL_DOC_MIRROR_MODIFY' EXPORTING it_doc_mirror = gt_doc_mirror_nopost it_customer = gt_cust_enq_load.
FDM_COLL_DOC_MIRROR_MODIFY CALL FUNCTION 'FDM_COLL_DOC_MIRROR_MODIFY' EXPORTING it_doc_mirror = ct_new_mirror it_customer = pt_cust_enq_load.
DEQUEUE_ALL CALL FUNCTION 'DEQUEUE_ALL'.
FDM_COLL_DOCLI_MIRROR_FILL CALL FUNCTION 'FDM_COLL_DOCLI_MIRROR_FILL' EXPORTING i_kunnr = p_kunnr i_bukrs = p_bukrs i_timestamp = p_timestamp i_executed_load_mode = p_executed_load_mode i_last_full_load = p_last_full_load IMPORTING es_docli_mirror = cs_docli_mirror.
FDM_COLL_DOCLI_MIRROR_MODIFY CALL FUNCTION 'FDM_COLL_DOCLI_MIRROR_MODIFY' EXPORTING it_docli_mirror = gt_mod_docli_mirror.
FDM_COLL_DOCLI_MIRROR_READ_KEY CALL FUNCTION 'FDM_COLL_DOCLI_MIRROR_READ_KEY' EXPORTING i_kunnr = p_kunnr i_bukrs = p_bukrs IMPORTING es_docli_mirror = cs_docli_mirror.
ENQUEUE_EFDM_POST_MIRROR CALL FUNCTION 'ENQUEUE_EFDM_POST_MIRROR' EXPORTING kunnr = p_kunnr bukrs = p_bukrs EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_EFDM_POST_MIRROR CALL FUNCTION 'DEQUEUE_EFDM_POST_MIRROR' EXPORTING kunnr = p_kunnr bukrs = p_bukrs.
FDM_COLL_DOC_MIRROR_COMPARE * CALL FUNCTION 'FDM_COLL_DOC_MIRROR_COMPARE' "nte1608374
ENDFORM. " DOC_MIRROR_COMPARE
FDM_MIRR_CMD_SET_DELETION_FLAG CALL FUNCTION 'FDM_MIRR_CMD_SET_DELETION_FLAG' EXPORTING i_kunnr = ls_cust_enq_load-kunnr i_bukrs = ls_cust_enq_load-bukrs i_ext_xdeleted = 'X' i_last_update = gd_timestamp.
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_COLL_GET_DOCUMENTS_DOC_F01 - FDMCOLLGETDOCUMENTSDOCF01 FDM_COLL_GET_DOCUMENTS - Transfer of Document Data from Original Systems FDM_COLL_GET_DOCUMENTS - Transfer of Document Data from Original Systems FDM_COLL_ARC_DELETE_MIRROR - Original Archived Documents are Deleted in Substitute System FDM_COLL_ARC_DELETE_MIRROR - Original Archived Documents are Deleted in Substitute System FDM_BUILD_DCATTR_LOG_OPENF01 - FDMBUILDDCATTRLOGOPENF01