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

MRFFMCY_MASTERDATA SAP ABAP INCLUDE - Include MRFFMCY_MASTERDATA







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


INCLUDES used within this REPORT MRFFMCY_MASTERDATA

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_COM_ITEM_READ_MULTIPLE_DATA CALL FUNCTION 'FM_COM_ITEM_READ_MULTIPLE_DATA' EXPORTING i_fikrs = u_fmarea i_gjahr = u_fyear TABLES r_fipex = t_cite e_t_fmci = l_t_fmci EXCEPTIONS master_data_not_found = 1 hierarchy_data_not_found = 2 input_error = 3 OTHERS = 4.

BAPI_FUNC_AREA_GETLIST CALL FUNCTION 'BAPI_FUNC_AREA_GETLIST' EXPORTING language = sy-langu * IMPORTING * RETURN = TABLES functionalarea_list = t_funcareas.

FM_FICTR_READ_MULTIPLE CALL FUNCTION 'FM_FICTR_READ_MULTIPLE' EXPORTING i_fikrs = u_fmarea i_gjahr = u_fyear TABLES r_fictr = t_fcen t_fmfctr = l_fmfctr EXCEPTIONS input_error = 1 master_data_not_found = 2 hierarchy_data_not_found = 3 OTHERS = 4.

FM_FINCODE_READ_ALL CALL FUNCTION 'FM_FINCODE_READ_ALL' EXPORTING i_fikrs = u_fmarea TABLES t_fincode = t_fund t_fmfincode = l_t_fund EXCEPTIONS OTHERS = 1.

FM_BUDGETPD_READ_MULTIPLE_DATA CALL FUNCTION 'FM_BUDGETPD_READ_MULTIPLE_DATA' EXPORTING ir_budget_periods = lr_budget_periods i_fikrs = u_fmarea * I_GJAHR = IMPORTING e_t_fmbudgetpd = l_t_budgetpd EXCEPTIONS OTHERS = 1.

GM_GET_GRANTS CALL FUNCTION 'GM_GET_GRANTS' EXPORTING i_incl_grant_not_relevant = con_on TABLES i_r_grant_nbr = t_grant e_t_gmgr = l_t_grant EXCEPTIONS not_found = 1 OTHERS = 2.

FM_MEASURE_READ_MULTIPLE CALL FUNCTION 'FM_MEASURE_READ_MULTIPLE' EXPORTING i_fmarea = u_fmarea TABLES r_measure = t_measu e_t_fmmeasure = l_t_measu EXCEPTIONS master_data_not_found = 1 fmarea_not_found = 2 periv_not_valid = 3 OTHERS = 4.

FMBAS_GET_ALL_USERDIM_VALUES CALL FUNCTION 'FMBAS_GET_ALL_USERDIM_VALUES' EXPORTING i_fm_area = u_fmarea i_fiscyear = u_fyear i_t_userdim_sel = l_t_userdim_sel i_flg_blank_allowed = ' ' IMPORTING e_t_userdim = l_t_userdim EXCEPTIONS OTHERS = 1.



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