RFFMFGIPACED_F03 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 RFFMFGIPACED_F03 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.
Title: Include RFFMFGIPACED_F03
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
AC_DOCUMENT_GENERATE CALL FUNCTION 'AC_DOCUMENT_GENERATE' IMPORTING e_awref = g_t_awref TABLES t_acchd = l_t_acchd t_accit = l_t_accit t_acccr = l_t_acccr EXCEPTIONS error_message = 1 OTHERS = 2.
AC_DOCUMENT_CREATE CALL FUNCTION 'AC_DOCUMENT_CREATE' TABLES t_acchd = l_t_acchd t_accit = l_t_accit t_acccr = l_t_acccr EXCEPTIONS error_message = 1 OTHERS = 2.
CONVERT_DATE_INPUT CALL FUNCTION 'CONVERT_DATE_INPUT' EXPORTING input = ws_accp_dt IMPORTING output = l_t_accit-bldat." Document Date
FUND_CONVERSION_INBOUND CALL FUNCTION 'FUND_CONVERSION_INBOUND' EXPORTING i_fund = xbseg-geber i_fund_long = xbseg-geber_long IMPORTING e_fund_long = l_t_accit-geber.
CONVERT_DATE_INPUT CALL FUNCTION 'CONVERT_DATE_INPUT' EXPORTING input = ws_accp_dt IMPORTING output = l_t_accit-bldat." Document Date
MRM_INVOICE_READ call function 'MRM_INVOICE_READ' exporting i_belnr = rbkpv-belnr i_gjahr = rbkpv-gjahr i_buffer_on = 'X' importing e_rbkpv = rbkpv tables t_drseg = ydrseg.
FUND_CONVERSION_INBOUND CALL FUNCTION 'FUND_CONVERSION_INBOUND' EXPORTING i_fund = xbseg-geber i_fund_long = xbseg-geber_long IMPORTING e_fund_long = l_t_accit-geber.
ABADR_DERIVE_CHARACTERISTICS CALL FUNCTION 'ABADR_DERIVE_CHARACTERISTICS' EXPORTING i_appl = p_appl i_subclass = p_subclass i_env = p_env i_strategy_id = p_stradegy_id i_identifier_1 = p_identified_1 i_record_1 = p_iusfgipacderive IMPORTING e_record_1 = p_iusfgipacderive e_trace_handle = p_trace_handle EXCEPTIONS derivation_failed = 1 OTHERS = 2.
FMFG_IPAC_FB05_POST_CLEARING CALL FUNCTION 'FMFG_IPAC_FB05_POST_CLEARING' EXPORTING i_bkpf = l_bkpf i_transid = ws_transid i_budat = p_budat " Posting date of Clring Doc i_bldat = p_bldat " Document date of Clring Doc IMPORTING e_subrc = g_subrc TABLES t_bseg = lt_bseg " Cleared doc item t_blntab = lt_blntab " Clearing Doc EXCEPTIONS not_posted = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.