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

MFM10F04 SAP ABAP INCLUDE - Financial Result







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


Text pool values


Title: Financial Result


INCLUDES used within this REPORT MFM10F04

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.

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_GET_CURRENCY CALL FUNCTION 'KBPS_GET_CURRENCY' EXPORTING FIKRS = FMDY-FIKRS FIKRS_CA_PERIV = 'X' IMPORTING * periv = TWAER = L_TWAER * op_decim = 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 = off * 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_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.

FMKB_HANDLER_MAIN CALL FUNCTION 'FMKB_HANDLER_MAIN' EXPORTING I_F_FMKBGLOB = LF_GLOB I_METHOD = G_CON_ME_INIT.



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