SAP Reports / Programs | Public Sector Management | Funds Management | Actual Update and Commitment Update(PSM-FM-UP) SAP PSM

IFKKFMCF_CL01 SAP ABAP INCLUDE - IFKKFMCFCL01







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

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_CCF_CONTROL_DATA_GET CALL FUNCTION 'FM_CCF_CONTROL_DATA_GET' EXPORTING i_fikrs = i_fikrs i_flg_61_bypass_profile = 'X' IMPORTING e_f_control_data = f_control_data e_t_value_types = t_value_types EXCEPTIONS error_occured = 1 OTHERS = 2.

FMCUST_READ_FMACTIVE CALL FUNCTION 'FMCUST_READ_FMACTIVE' EXPORTING i_fikrs = i_fikrs i_payment_update = 'X' IMPORTING e_f_fm01d = l_f_fm01d.

FM_CCF_TOTALS_BUSTRANS_GET CALL FUNCTION 'FM_CCF_TOTALS_BUSTRANS_GET' TABLES e_rng_vrgng = l_rng_vrgng.

FM_CCF_VALUE_TYPES_FILTER CALL FUNCTION 'FM_CCF_VALUE_TYPES_FILTER' EXPORTING i_fikrs = clfikrs i_gjahr = clgjahr CHANGING c_t_value_types = t_value_types.

FM_CCF_TOTALS_BUSTRANS_GET CALL FUNCTION 'FM_CCF_TOTALS_BUSTRANS_GET' TABLES e_rng_vrgng = l_rng_vrgng e_rng_fmvor = l_rng_fmvor.

FM_CCF_EXITS_GET CALL FUNCTION 'FM_CCF_EXITS_GET' IMPORTING e_exits = l_f_exits.

FM_STUNR_GET CALL FUNCTION 'FM_STUNR_GET' EXPORTING i_flg_flush_buffer = 'X' IMPORTING e_stunr = l_f_fmifiit-stunr.

FM_GET_EXTRA_PERIOD CALL FUNCTION 'FM_GET_EXTRA_PERIOD' EXPORTING i_fikrs = clfikrs IMPORTING e_period_e = l_f_fmifiit-perio.

FM_CCF_CFLEV_SET CALL FUNCTION 'FM_CCF_CFLEV_SET' EXPORTING i_flg_ofup = f_control_data-cflev_fi CHANGING c_cflev = l_f_fmifiit-cflev EXCEPTIONS cflev_overflow = 0 OTHERS = 0.

FMCA_GET_NUMBER CALL FUNCTION 'FMCA_GET_NUMBER' EXPORTING i_fikrs = clfikrs i_gjahr = clgjahr IMPORTING e_belnr = l_fmbelnr.

FM_CCF_TOTALS_SENDER_CREATE CALL FUNCTION 'FM_CCF_TOTALS_SENDER_CREATE' EXPORTING i_waers = f_control_data-waers i_flg_kom_active = f_control_data-kom_active i_f_fmifiit = l_f_fmifiit IMPORTING e_f_fmcfaa = l_f_fmcfaa e_f_fmcfab = l_f_fmcfab.

FM_CCF_TOTALS_RECEIVER_CREATE CALL FUNCTION 'FM_CCF_TOTALS_RECEIVER_CREATE' EXPORTING i_fikrs = l_f_fmifiit-fikrs i_cfrule = space i_stats = l_f_fmifiit-stats i_f_receiver = l_f_fmreceiver CHANGING c_f_fmcfab = l_f_fmcfab.

FM_FUNDS_CHECK_FI CALL FUNCTION 'FM_FUNDS_CHECK_FI' EXPORTING u_vorgn = fmfi_con_orgvg_fidocument i_check_funds = 'X' i_check_funds_last = 'X' TABLES t_fmifiit = t_fmifiit.

FM_FUNDS_POST CALL FUNCTION 'FM_FUNDS_POST' EXPORTING i_orgvg = 'RFBU' i_refbn = '0000000000'.

FMCA_UPDATE_FI CALL FUNCTION 'FMCA_UPDATE_FI' IN UPDATE TASK TABLES t_fmifiit = t_fmifiit t_fmifihd = t_fmifihd.

FM_CCF_TOTALS_UPDATE CALL FUNCTION 'FM_CCF_TOTALS_UPDATE' IN UPDATE TASK EXPORTING i_t_fmcfaa = t_fmcfaa i_t_fmcfab = t_fmcfab.

FM_FYC_RECEIVER_DERIVE CALL FUNCTION 'FM_FYC_RECEIVER_DERIVE' EXPORTING i_fikrs = f_control_data-fikrs i_gjahr = f_control_data-sgjahr i_receiver_year = f_control_data-rgjahr i_flg_check_receivers = 'X' i_f_source_fields = l_f_deriv_fields IMPORTING e_f_target_fields = l_f_target_fields e_t_return = l_t_return.

FM_FIKRS_READ CALL FUNCTION 'FM_FIKRS_READ' EXPORTING i_fikrs = clfikrs IMPORTING e_f_fm01 = l_fm01 EXCEPTIONS input_error = 1 not_found = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY





CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'RFKKFMCF' i_callback_html_top_of_page = 'HTML_TOP_OF_PAGE' i_callback_top_of_page = 'TOP_OF_PAGE' i_grid_title = l_title i_save = 'A' it_fieldcat = l_t_fieldcat TABLES t_outtab = l_t_fmitout EXCEPTIONS program_error = 1 OTHERS = 2.

FM_FIPOS_GET_FROM_FIPEX CALL FUNCTION 'FM_FIPOS_GET_FROM_FIPEX' EXPORTING i_fipex = i_f_fmifiit-fipex IMPORTING e_fipos = l_cobl-fipos.

FM_INPUT_CHECK_MASTER_DATA CALL FUNCTION 'FM_INPUT_CHECK_MASTER_DATA' EXPORTING i_check_year = i_f_fmifiit-gjahr i_ledger = i_f_fmifiit-rldnr i_flg_obligatory_check = 'X' i_posting_info = l_posting_info CHANGING c_subrc = e_subrc c_cobl = l_cobl.



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