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

RFFMRB_HIER_FORMS SAP ABAP INCLUDE - Include RFFMRB_HIER_FORMS







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


INCLUDES used within this REPORT RFFMRB_HIER_FORMS

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:

FMKU_CHECK_NB_ACTIVATION CALL FUNCTION 'FMKU_CHECK_NB_ACTIVATION' EXPORTING i_fm_area = i_fm_area i_fiscyear = i_fiscyear IMPORTING e_flg_bcs_active = l_flg_active.

FMRB_GET_BUDCAT_FOR_RIB_LEDGER CALL FUNCTION 'FMRB_GET_BUDCAT_FOR_RIB_LEDGER' EXPORTING i_rbbldnr = u_rbbldnr i_address_role = con_fmrb_address_role_contribu IMPORTING e_budcat = l_budcat.

FMCU_CHECK_BUDCAT CALL FUNCTION 'FMCU_CHECK_BUDCAT' EXPORTING i_fm_area = u_fm_area i_budcat = l_budcat IMPORTING e_flg_ceffyear_used = l_flg_ceffyear_used e_timehorizon = l_timehorizon e_nb_year_next = l_flg_nb_year_next EXCEPTIONS OTHERS = 1.

FM_FIKRS_CHECK_MD_YEAR_DEPEND CALL FUNCTION 'FM_FIKRS_CHECK_MD_YEAR_DEPEND' EXPORTING i_fikrs = p_fkrs IMPORTING e_flg_year_master_data = l_flg_year_master_data EXCEPTIONS OTHERS = 1.

BURB_GET_RBBLDNR CALL FUNCTION 'BURB_GET_RBBLDNR' EXPORTING i_rbbldnr = p_ledg IMPORTING e_s_burbbledgers = ls_burbbledgers EXCEPTIONS OTHERS = 1.

FMCU_GET_ACTIVE_VERSION CALL FUNCTION 'FMCU_GET_ACTIVE_VERSION' EXPORTING i_fm_area = p_fkrs i_fiscyear = p_year IMPORTING e_active_version = l_active_version EXCEPTIONS OTHERS = 1.

FM_SELECT_MULTIPLE CALL FUNCTION 'FM_SELECT_MULTIPLE' EXPORTING i_fikrs = p_fkrs i_gjahr = l_year i_bsp_element_bcs = l_bsp_element_bcs i_select_without_fonds = l_flg_fund_not_active i_select_without_budgetpd = l_flg_budp_not_active i_select_without_function = l_flg_fnca_not_active i_select_without_measure = l_flg_meas_not_active i_select_without_grant = l_flg_grnt_not_active * i_select_without_userdim = l_flg_udim_not_active i_flg_no_list = u_flg_no_list i_prog_varnt = u_selvar i_flg_blank_dim_bcs = l_f_blank_dim TABLES t_fmsltrp = l_t_fmsltrp t_fmslpara = l_t_fmslpara EXCEPTIONS OTHERS = 1.

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING popup_title = l_popup_title IMPORTING returncode = l_code TABLES fields = l_t_fields EXCEPTIONS error_in_fields = 1 OTHERS = 2.

FMCE_CHECK_ACTIVATION_CE CALL FUNCTION 'FMCE_CHECK_ACTIVATION_CE' EXPORTING i_fm_area = u_fm_area i_bypass_buffer = ' ' IMPORTING e_use_revenue_cg = g_flg_rev_cg_active e_flg_call_rib_active = g_flg_call_rib_active.

FMCE_CHECK_ACTIVATION_CE CALL FUNCTION 'FMCE_CHECK_ACTIVATION_CE' EXPORTING i_fm_area = u_fm_area i_fiscyear = u_fiscyear i_bypass_buffer = ' ' IMPORTING e_use_revenue_cg = g_flg_rev_cg_active e_flg_call_rib_active = g_flg_call_rib_active.



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