SAP Reports / Programs | Public Sector Management | Funds Management | Master Data(PSM-FM-MD) SAP PSM

DBMDFF04 SAP ABAP INCLUDE - Forms for budget period







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


Text pool values


Title: Forms for budget period


INCLUDES used within this REPORT DBMDFF04

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_budperiod_setclass i_group_name = p_bp_grp i_fikrs = p_fikrs.

FM_GROUP_GET_OBJECTS_TO_RANGE CALL FUNCTION 'FM_GROUP_GET_OBJECTS_TO_RANGE' EXPORTING i_class = gsetc_budperiod_setclass i_group_name = p_bp_grp i_fikrs = p_fikrs TABLES t_rbudper = lr_budgetpd.

FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING e_bud_per_active = l_flg_budper_active.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-206 EXCEPTIONS OTHERS = 1.

FM_AUTH_CHECK_GRP_BUD_PER CALL FUNCTION 'FM_AUTH_CHECK_GRP_BUD_PER' EXPORTING iv_budget_period = space iv_authgrp_bud_per = space iv_fikrs = fkrs-fikrs iv_actvt = '03' IMPORTING ev_flg_auth = l_flg_auth_ok.

FM_AUTH_CHECK_GRP_BUD_PER CALL FUNCTION 'FM_AUTH_CHECK_GRP_BUD_PER' EXPORTING iv_budget_period = c_t_fbpd-budget_pd iv_authgrp_bud_per = c_t_fbpd-authgrp iv_fikrs = fkrs-fikrs iv_actvt = '03' IMPORTING ev_flg_auth = l_flg_auth_ok.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-200 EXCEPTIONS OTHERS = 1.

FM_AUTH_CHECK_GRP_FUND CALL FUNCTION 'FM_AUTH_CHECK_GRP_FUND' EXPORTING i_fikrs = fkrs-fikrs i_authgrp_fonds = space i_fonds = space i_actvt = '03' i_flg_fonds_space = 'X' IMPORTING e_flg_auth = l_flg_auth_ok.

FM_AUTH_CHECK_GRP_BUD_PER CALL FUNCTION 'FM_AUTH_CHECK_GRP_BUD_PER' EXPORTING iv_budget_period = space iv_fikrs = fkrs-fikrs iv_actvt = '03' IMPORTING ev_flg_auth = l_flg_auth_ok.

FM_AUTH_CHECK_GRP_FUND CALL FUNCTION 'FM_AUTH_CHECK_GRP_FUND' EXPORTING i_fikrs = fkrs-fikrs i_authgrp_fonds = l_fund_augrp i_fonds = c_t_ffbp-fincode i_actvt = '03' i_flg_fonds_space = ' ' IMPORTING e_flg_auth = l_flg_auth_ok.

FM_AUTH_CHECK_GRP_BUD_PER CALL FUNCTION 'FM_AUTH_CHECK_GRP_BUD_PER' EXPORTING iv_budget_period = c_t_ffbp-budget_pd iv_geber = c_t_ffbp-fincode iv_authgrp_bud_per = -authgrp iv_authgrp_geber = l_fund_augrp iv_fikrs = fkrs-fikrs iv_actvt = '03' IMPORTING ev_flg_auth = l_flg_auth_ok.

FINUSE_READ CALL FUNCTION 'FINUSE_READ' EXPORTING ip_fikrs = fkrs-fikrs ip_finuse = c_t_ffbp-finuse ip_text = 'X' IMPORTING f_fmfuset = l_f_fmfuset EXCEPTIONS input_error = 1 master_data_not_found = 2 OTHERS = 3.

FREE_SELECTIONS_LDB_FIELD_INIT CALL FUNCTION 'FREE_SELECTIONS_LDB_FIELD_INIT' EXPORTING p_qu_key = lf_key TABLES field_names = lt_dsqfn function_id = lt_dsqgn EXCEPTIONS no_view = 1 OTHERS = 2.

FREE_SELECTIONS_LDB_FIELD_INIT CALL FUNCTION 'FREE_SELECTIONS_LDB_FIELD_INIT' EXPORTING p_qu_key = lf_key TABLES field_names = lt_dsqfn EXCEPTIONS no_view = 1 OTHERS = 2.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = 'FMFCTR_EXT' TABLES dfies_tab = l_t_dfies EXCEPTIONS not_found = 1 OTHERS = 2.

FREE_SELECTIONS_LDB_FIELD_INIT CALL FUNCTION 'FREE_SELECTIONS_LDB_FIELD_INIT' EXPORTING p_qu_key = lf_key TABLES field_names = lt_dsqfn_fc EXCEPTIONS no_view = 1 OTHERS = 2.



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