FDM_INVOICE_MEMORY_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_INVOICE_MEMORY_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!
ENQUEUE_EFDM_INVOICE_MEM CALL FUNCTION 'ENQUEUE_EFDM_INVOICE_MEM' EXPORTING kunnr = p_kunnr bukrs = p_bukrs EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_EFDM_INVOICE_MEM CALL FUNCTION 'DEQUEUE_EFDM_INVOICE_MEM' EXPORTING kunnr = p_kunnr bukrs = p_bukrs.
FDM_COLL_GET_SINGLE_COMPCOD CALL FUNCTION 'FDM_COLL_GET_SINGLE_COMPCOD' EXPORTING i_bukrs = p_bukrs EXCEPTIONS not_found = 1 OTHERS = 2.
BAL_LOG_MSG_CUMULATE CALL FUNCTION 'BAL_LOG_MSG_CUMULATE' EXPORTING i_s_msg = l_s_msg i_log_handle = g_log_handle * importing * E_MSG_WAS_LOGGED = G_E_MSG EXCEPTIONS log_not_found = 0 OTHERS = 1.
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_INVOICE_MEMORY_F01 - FDMINVOICEMEMORYF01 FDM_INVOICE_MEMORY_ALV - FDMINVOICEMEMORYALV FDM_INVOICE_MEMORY - Provision of Invoice Information in Collections Management FDM_INVOICE_MEMORY - Provision of Invoice Information in Collections Management FDM_COLL_SEND_ITEMS_WRITE_LF01 - FDMCOLLSENDITEMSWRITELF01 FDM_COLL_SEND_ITEMS_UPDATE_F02 - FDMCOLLSENDITEMSUPDATEF02