SAP Reports / Programs | Public Sector Management | Funds Management(PSM-FM) SAP PSM

IFIFMCCF_DP_F04 SAP ABAP INCLUDE - IFIFMCCFDPF04







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

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:

FM_GET_EXTRA_PERIOD CALL FUNCTION 'FM_GET_EXTRA_PERIOD' EXPORTING i_fikrs = u_f_control_data-fikrs i_periv = u_f_control_data-periv IMPORTING e_period_e = c_f_sums-sperio.

FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = u_f_control_data-rgjahr i_periv = u_f_control_data-periv i_poper = '001' IMPORTING e_date = st_rzhldt EXCEPTIONS input_false = 1 t009_notfound = 2 t009b_notfound = 3 OTHERS = 4.

FIRST_DAY_IN_PERIOD_GET CALL FUNCTION 'FIRST_DAY_IN_PERIOD_GET' EXPORTING i_gjahr = u_f_control_data-sgjahr i_periv = u_f_control_data-periv i_poper = '001' IMPORTING e_date = l_firstday EXCEPTIONS input_false = 1 t009_notfound = 2 t009b_notfound = 3 OTHERS = 4.

LAST_DAY_IN_YEAR_GET CALL FUNCTION 'LAST_DAY_IN_YEAR_GET' EXPORTING i_date = l_firstday i_periv = u_f_control_data-periv IMPORTING e_date = st_szhldt EXCEPTIONS input_false = 1 t009_notfound = 2 t009b_notfound = 3 OTHERS = 4.

FM_FYC_RECEIVER_DERIVE CALL FUNCTION 'FM_FYC_RECEIVER_DERIVE' EXPORTING i_fikrs = u_f_control_data-fikrs i_gjahr = u_f_control_data-sgjahr i_activity = fmfyc_con_proc_ccf i_receiver_year = u_f_control_data-rgjahr i_flg_check_receivers = con_on i_f_source_fields = l_f_deriv_fields IMPORTING e_f_target_fields = l_f_target_fields e_t_target_fields = l_t_target_fields e_t_return = l_t_return.

FM_OPEN_INTERVAL_CHECK CALL FUNCTION 'FM_OPEN_INTERVAL_CHECK' EXPORTING i_fiscal_year = u_f_control_data-rgjahr i_period = c_f_sums-rperio i_fmarea = u_f_control_data-fikrs i_ledger = c_f_sums-rledger i_valuetype = c_f_sums-wrttp i_fund = c_f_sums-rfonds i_fundcenter = c_f_sums-rfistl i_commitmentitem = c_f_sums-rfipex i_functional_area = c_f_sums-rfarea i_funded_program = c_f_sums-rmeasure i_budget_period = c_f_sums-rbudget_pd EXCEPTIONS fm_update_blocked = 1 input_error = 2 OTHERS = 3.

FM_OPEN_INTERVAL_CHECK CALL FUNCTION 'FM_OPEN_INTERVAL_CHECK' EXPORTING i_fiscal_year = u_f_control_data-sgjahr i_period = c_f_sums-sperio i_fmarea = u_f_control_data-fikrs i_ledger = c_f_sums-rldnr i_valuetype = c_f_sums-wrttp i_fund = c_f_sums-fonds i_fundcenter = c_f_sums-fistl i_commitmentitem = c_f_sums-fipex i_functional_area = c_f_sums-farea i_funded_program = c_f_sums-measure i_budget_period = c_f_sums-budget_pd EXCEPTIONS fm_update_blocked = 1 input_error = 2 OTHERS = 3.

FM_OPEN_INTERVAL_CHECK CALL FUNCTION 'FM_OPEN_INTERVAL_CHECK' EXPORTING i_fiscal_year = l_f_fmifiit-gjahr i_period = l_f_fmifiit-perio i_fmarea = l_f_fmifiit-fikrs i_ledger = l_f_fmifiit-rldnr i_valuetype = l_f_fmifiit-wrttp i_fund = l_f_fmifiit-fonds i_budget_period = l_f_fmifiit-budget_pd i_fundcenter = l_f_fmifiit-fistl i_commitmentitem = l_f_fmifiit-fipex i_functional_area = l_f_fmifiit-farea i_funded_program = l_f_fmifiit-measure EXCEPTIONS fm_update_blocked = 1 input_error = 2 OTHERS = 3.

FM_FIPOS_GET_FROM_FIPEX CALL FUNCTION 'FM_FIPOS_GET_FROM_FIPEX' EXPORTING i_fipex = c_f_sums-rfipex IMPORTING e_fipos = l_cobl-fipos.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = l_cobl-budat i_periv = u_f_control_data-periv IMPORTING e_gjahr = l_gjahr.

FM_INPUT_CHECK_MASTER_DATA CALL FUNCTION 'FM_INPUT_CHECK_MASTER_DATA' EXPORTING i_check_year = l_gjahr i_ledger = c_f_sums-rldnr i_flg_obligatory_check = 'X' i_posting_info = l_posting_info CHANGING c_subrc = l_subrc c_cobl = l_cobl EXCEPTIONS error_message = 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 IFIFMCCF_DP_F04 or its description.