SAP Reports / Programs | Public Sector Management | Funds Management | Budgeting and Availability Control(PSM-FM-BU) SAP PSM

MFM10F05 SAP ABAP INCLUDE - Residual Budget - Request







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


Text pool values


Title: Residual Budget - Request


INCLUDES used within this REPORT MFM10F05

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:

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING reset = on.

KBPA_GET_START_FISCAL_YEAR_OPT CALL FUNCTION 'KBPA_GET_START_FISCAL_YEAR_OPT' EXPORTING i_fm_area = fmdy-fikrs i_fin_code = l_fincode IMPORTING e_start_fiscal_year = l_def_gjahr.

KBPS_CHECK_GJAHR CALL FUNCTION 'KBPS_CHECK_GJAHR' EXPORTING i_gjahr = bpdy-gjahr IMPORTING e_gjahr = l_user_gjahr.

FM_NO_BLANK CALL FUNCTION 'FM_NO_BLANK' EXPORTING i_fm_area = fmdy-fikrs i_fiscal_year = l_user_gjahr i_fund = l_fincode i_flg_grant_check = ' ' i_flg_fund_check = 'X' i_flg_function_check = ' ' i_flg_measure_check = ' '.

KBPS_OBJHI_NAME_GENERATE CALL FUNCTION 'KBPS_OBJHI_NAME_GENERATE' EXPORTING i_application = l_funds i_fm_area = fmdy-fikrs IMPORTING e_objhi = bpin-objhi.

KBPS_CHECK_VERSION CALL FUNCTION 'KBPS_CHECK_VERSION' EXPORTING im_applik = l_funds im_geber = fmdy-fincode * IM_OBJECT = OBJECT im_version = bpin-versn im_wrttp = l_wrttp.

KBPS_GET_CURRENCY CALL FUNCTION 'KBPS_GET_CURRENCY' EXPORTING fikrs = fmdy-fikrs fikrs_ca_periv = con_on IMPORTING twaer = l_twaer EXCEPTIONS fikrs_not_found = 1 kokrs_not_found = 2 no_parameters = 3 OTHERS = 4.

FM4C_READ_HIERARCHY_SET CALL FUNCTION 'FM4C_READ_HIERARCHY_SET' EXPORTING i_carrier_hierarchy = on i_ctr_lev = fmps-ctr_lev i_pos_lev = fmps-pos_lev i_c_ctr_lev = fmps-c_ctr_lev i_c_pos_lev = fmps-c_pos_lev i_only_30_pos = on i_post_carrier = off i_multi_sel = on i_all_positions_up = off.

FM4C_READ_HIERARCHY CALL FUNCTION 'FM4C_READ_HIERARCHY' EXPORTING i_fikrs = fmdy-fikrs i_fipos = fmdy-fipos i_fistl = fmdy-fictr i_geber = l_fincode i_gjahr = l_hiera_gjahr.

FM4C_SET_FORMAT CALL FUNCTION 'FM4C_SET_FORMAT' EXPORTING i_activate_format = off.

FM23_GET_BUDGET_HORIZON CALL FUNCTION 'FM23_GET_BUDGET_HORIZON' "KI4K042113 EXPORTING "KI4K042113 i_fmarea = fmdy-fikrs "KI4K042113 IMPORTING "KI4K042113 e_max_csh_eff = l_max_csh_eff. "KI4K042113

FM_FIPEX_GET_FROM_FIPOS CALL FUNCTION 'FM_FIPEX_GET_FROM_FIPOS' EXPORTING i_fipos = fmdy-fipos IMPORTING e_fipex = l_fipex EXCEPTIONS input_error = 1 data_not_found = 2 OTHERS = 3.

FM_COM_ITEM_READ CALL FUNCTION 'FM_COM_ITEM_READ' EXPORTING i_fikrs = fmdy-fikrs i_gjahr = bpdy-gjahr i_fipex = l_fipex IMPORTING e_f_fmci = l_f_fmci EXCEPTIONS master_data_not_found = 1 input_error = 2 OTHERS = 3.

FMCF_APP_HANDLER_MAIN CALL FUNCTION 'FMCF_APP_HANDLER_MAIN' EXPORTING i_f_header = l_f_cfapply_header i_method = g_con_me_init TABLES t_objects = l_t_dy_objects.

FM_CHECK_CUSTOMIZING CALL FUNCTION 'FM_CHECK_CUSTOMIZING' EXPORTING i_check_komu_active = on EXCEPTIONS OTHERS = 1.

FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING e_kom_activ = g_init_info-kom_activ.

FM_GET_ACTIVE_DIMENSIONS CALL FUNCTION 'FM_GET_ACTIVE_DIMENSIONS' IMPORTING e_fund_active = g_init_info-fund_activ.



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