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

DBFMBF01 SAP ABAP INCLUDE - Include DBFMBF01







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


INCLUDES used within this REPORT DBFMBF01

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_ACTIVE_DIMENSIONS CALL FUNCTION 'FM_GET_ACTIVE_DIMENSIONS' IMPORTING e_grant_active = g_flg_grant_active e_fund_active = g_flg_fund_active e_bud_per_active = g_flg_budper_active e_funds_ctr_active = g_flg_fundsctr_active e_cmmt_item_active = g_flg_cmmtitem_active e_function_active = g_flg_farea_active e_measure_active = g_flg_measure_active.

FMCU_GET_DIMENSIONS CALL FUNCTION 'FMCU_GET_DIMENSIONS' EXPORTING i_fm_area = l_sav_fikrs IMPORTING e_fund_state = u_fund_state e_budget_pd_state = u_budper_state e_fundsctr_state = u_fundsctr_state e_cmmtitem_state = u_cmmtitem_state e_funcarea_state = u_funcarea_state e_measure_state = u_measure_state e_grant_nbr_state = u_grant_nbr_state e_userdim_state = u_userdim_state EXCEPTIONS OTHERS = 1.

FM_GROUP_CHECK CALL FUNCTION 'FM_GROUP_CHECK' EXPORTING i_class = gsetc_fund_setclass i_group_name = p_fu_grp i_fikrs = s_fikrs-low.

FM_GROUP_GET_OBJECTS_TO_RANGE CALL FUNCTION 'FM_GROUP_GET_OBJECTS_TO_RANGE' EXPORTING i_class = gsetc_fund_setclass i_group_name = p_fu_grp i_fikrs = s_fikrs-low TABLES t_rfincd = lr_fincd.

FM_GROUP_CHECK CALL FUNCTION 'FM_GROUP_CHECK' EXPORTING i_class = gsetc_funds_center_setclass i_group_name = p_fc_grp i_fikrs = s_fikrs-low.

FM_GROUP_GET_OBJECTS_TO_RANGE CALL FUNCTION 'FM_GROUP_GET_OBJECTS_TO_RANGE' EXPORTING i_class = gsetc_funds_center_setclass i_group_name = p_fc_grp i_fikrs = s_fikrs-low TABLES t_rfictr = lr_fictr.

FM_GROUP_CHECK CALL FUNCTION 'FM_GROUP_CHECK' EXPORTING i_class = gsetc_commitmnt_itm_setclass i_group_name = p_ci_grp i_fikrs = s_fikrs-low.

FM_GROUP_GET_OBJECTS_TO_RANGE CALL FUNCTION 'FM_GROUP_GET_OBJECTS_TO_RANGE' EXPORTING i_class = gsetc_commitmnt_itm_setclass i_group_name = p_ci_grp i_fikrs = s_fikrs-low TABLES t_rfipex = lr_fipex.

FM_GROUP_CHECK CALL FUNCTION 'FM_GROUP_CHECK' EXPORTING i_class = gsetc_funcarea_setclass i_group_name = p_fa_grp.

FM_GROUP_GET_OBJECTS_TO_RANGE CALL FUNCTION 'FM_GROUP_GET_OBJECTS_TO_RANGE' EXPORTING i_class = gsetc_funcarea_setclass i_group_name = p_fa_grp TABLES t_rfarea = lr_farea.

FM_GROUP_CHECK CALL FUNCTION 'FM_GROUP_CHECK' EXPORTING i_class = gsetc_grant_setclass i_group_name = p_gr_grp.

FM_GROUP_GET_OBJECTS_TO_RANGE CALL FUNCTION 'FM_GROUP_GET_OBJECTS_TO_RANGE' EXPORTING i_class = gsetc_grant_setclass i_group_name = p_gr_grp TABLES t_rgrant = lr_grant.

FM_GROUP_CHECK CALL FUNCTION 'FM_GROUP_CHECK' EXPORTING i_class = gsetc_funded_prog_setclass i_group_name = p_fd_grp i_fikrs = s_fikrs-low.

FM_GROUP_GET_OBJECTS_TO_RANGE CALL FUNCTION 'FM_GROUP_GET_OBJECTS_TO_RANGE' EXPORTING i_class = gsetc_funded_prog_setclass i_group_name = p_fd_grp i_fikrs = s_fikrs-low TABLES t_rmeas = lr_meas.

DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING I_DATE = SY-DATUM I_PERIV = L_F_CA_PERIV IMPORTING E_GJAHR = C_F_GJAHR EXCEPTIONS INPUT_FALSE = 1 T009_NOTFOUND = 2 T009B_NOTFOUND = 3 OTHERS = 4.

FMCU_CHECK_VERSION CALL FUNCTION 'FMCU_CHECK_VERSION' EXPORTING I_FM_AREA = S_FIKRS-LOW I_VERSION = S_VERSN-LOW I_FLG_FREEZE = 'X' EXCEPTIONS NO_VERSION = 1 OTHERS = 2.

FMCU_CHECK_VERSION CALL FUNCTION 'FMCU_CHECK_VERSION' EXPORTING I_FM_AREA = S_FIKRS-LOW I_VERSION = S_VERSN-HIGH I_FLG_FREEZE = 'X' EXCEPTIONS NO_VERSION = 1 OTHERS = 2.

OUTBOUND_CALL_00106141_P CALL FUNCTION 'OUTBOUND_CALL_00106141_P' EXPORTING U_F_KDATE = P_KDATE U_F_GJAHR = P_GJAHR U_F_VARNT = P_VARNT U_F_CVARNT = P_CVARNT TABLES U_T_FIKRS = S_FIKRS U_T_FONDS = S_FONDS U_T_FICTR = S_FICTR U_T_FIPEX = S_FIPEX U_T_FAREA = S_FAREA.

FMKU_GET_PERIOD_INFO





CALL FUNCTION 'FMKU_GET_PERIOD_INFO' EXPORTING i_fm_area = l_sav_fikrs IMPORTING e_nb_periods = c_periode_to e_nb_special_periods = l_special_periods.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = l_sav_dyname dynumb = l_sav_dynumb TABLES dynpfields = l_t_dynpfields.



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