SAP Reports / Programs | Financials | Financial Supply Chain Management | Accounts Receivable Accounting Process Integration(FIN-FSCM-COL-AR) SAP FIN

FDM_COLL_GET_DOCUMENTS_DOC_F01 SAP ABAP INCLUDE - FDMCOLLGETDOCUMENTSDOCF01







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT FDM_COLL_GET_DOCUMENTS_DOC_F01. "Basic submit
SUBMIT FDM_COLL_GET_DOCUMENTS_DOC_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT FDM_COLL_GET_DOCUMENTS_DOC_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT FDM_COLL_GET_DOCUMENTS_DOC_F01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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_COLL_GET_DOCUMENTS_DOC_F01 or its description.