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

RFFMFGIPAC_F02 SAP ABAP INCLUDE - Include RFFMFGIPAC_F02







RFFMFGIPAC_F02 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 RFFMFGIPAC_F02 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 RFFMFGIPAC_F02. "Basic submit
SUBMIT RFFMFGIPAC_F02 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMFGIPAC_F02 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 RFFMFGIPAC_F02


INCLUDES used within this REPORT RFFMFGIPAC_F02

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:

FMFK_GET_FIKRS_FROM_BUKRS CALL FUNCTION 'FMFK_GET_FIKRS_FROM_BUKRS' EXPORTING i_bukrs = xipac-acctkey(4) IMPORTING e_fikrs = ws_fikrs.

FM_FUND_BPD_READ CALL FUNCTION 'FM_FUND_BPD_READ' EXPORTING i_fikrs = ws_fikrs i_fincode = xbseg-geber i_budget_period = xbseg-budget_pd IMPORTING e_f_fmfincode_adj = fmfincode EXCEPTIONS master_data_not_found = 1 fund_not_valid = 2 error_occurred = 3 date_not_found = 4 bpd_data_not_found = 5 bpd_not_valid = 6 fund_bpd_not_valid = 7 OTHERS = 8.

FM_GET_YEAR_FROM_DATE CALL FUNCTION 'FM_GET_YEAR_FROM_DATE' EXPORTING i_applc = 'A' i_date = sy-datum i_bukrs = bkpf-bukrs IMPORTING e_year = c_year e_period = c_period EXCEPTIONS OTHERS = 3.

FI_DOC_TO_ACC_TRANSFORM * call function 'FI_DOC_TO_ACC_TRANSFORM' * tables * t_bkpf = g_t_bkpf * t_bseg = g_t_bseg * t_acchd = g_t_acchd * t_accit = g_t_accit * t_acccr = g_t_acccr.

FMFG_GENERATE_PAYMENT_ITEMS * call function 'FMFG_GENERATE_PAYMENT_ITEMS' * tables * t_accit = g_t_accit * t_acccr = g_t_acccr * t_acchd = g_t_acchd * t_ausz3 = t_ausz_clr * t_fmifihd = g_t_fmifihd * t_fmifiit = g_t_fmifiit. "#EC ..,

FM_BL_TRANSFER_FMIFIIT_TO_BL * call function 'FM_BL_TRANSFER_FMIFIIT_TO_BL' * exporting * i_fmifiit = l_s_fmifiit * i_fmifihd = l_s_fmifihd * importing * e_bl = l_s_fmblcorein.

FM_BL_REFRESH * call function 'FM_BL_REFRESH' * tables * t_range_value_types = l_t_range_value_types.

FM_BL_FILL_DATA * call function 'FM_BL_FILL_DATA' * exporting * i_tfmblcorein = l_t_fmblcorein.

FM_BL_LAST_CHECK * call function 'FM_BL_LAST_CHECK'.

FM_BL_DOCUMENT_GET * call function 'FM_BL_DOCUMENT_GET' * importing * e_tfmblcorein = l_t_new_bl.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' EXPORTING logical_filename = 'PSM_IPAC_CREATE_FILE' parameter_1 = sy-cprog CHANGING physical_filename = p_fname EXCEPTIONS validation_failed = 1 logical_filename_not_found = 2 others = 3.

FMFG_IPAC_FB05_POST_CLEARING CALL FUNCTION 'FMFG_IPAC_FB05_POST_CLEARING' EXPORTING i_bkpf = l_bkpf i_transid = wipac-trans_id i_budat = p_postd " Posting Date of Clearing doc i_bldat = p_bldat " Document Date of Clearing doc i_xblnr = l_bkpf-xblnr "note 1491342 IMPORTING e_subrc = l_subrc TABLES t_bseg = lt_bseg t_blntab = lt_blntab " Clearing Doc EXCEPTIONS not_posted = 1 OTHERS = 2.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = p_docr object = ipac_docr subobject = p_bukrs toyear = toyear IMPORTING number = l_number EXCEPTIONS interval_not_found = 01 number_range_not_intern = 02 object_not_found = 03 quantity_is_0 = 04.



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