SAP Reports / Programs | Public Sector Management | Functions for U.S. Federal Government | Central Cash Desk Procedure(PSM-FG-TC) SAP PSM

RFFMFGIPACED_F03 SAP ABAP INCLUDE - Include RFFMFGIPACED_F03







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


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 RFFMFGIPACED_F03. "Basic submit
SUBMIT RFFMFGIPACED_F03 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMFGIPACED_F03 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RFFMFGIPACED_F03


INCLUDES used within this REPORT RFFMFGIPACED_F03

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:

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.



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