SAP Reports / Programs | Public Sector Management | Funds Management | Information system(PSM-FM-IS) SAP PSM

DBFMFF01 SAP ABAP INCLUDE - Subroutines of Logical Database FMF







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


Text pool values


Title: Subroutines of Logical Database FMF


INCLUDES used within this REPORT DBFMFF01

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_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.

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.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = l_sav_dyname dynumb = l_sav_dynumb TABLES dynpfields = l_t_dynpfields EXCEPTIONS invalid_dynprofield = 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 DBFMFF01 or its description.