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

FMBS_MAINT_HIE_OBJ_FUNCT SAP ABAP INCLUDE - Include FMBS_MAINT_HIE_OBJ_F01







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


INCLUDES used within this REPORT FMBS_MAINT_HIE_OBJ_FUNCT

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:

FMCU_GET_DIMENSIONS CALL FUNCTION 'FMCU_GET_DIMENSIONS' EXPORTING i_fm_area = p_fikrs IMPORTING e_fund_state = l_fund_state e_fundsctr_state = l_fundsctr_state e_cmmtitem_state = l_cmmtitem_state e_funcarea_state = l_funcarea_state e_measure_state = l_measure_state e_budget_pd_state = l_budget_pd_state * e_grant_nbr_state = l_grant_nbr_state e_userdim_state = l_userdim_state EXCEPTIONS OTHERS = 1.

FMBAS_GET_ACTIVE_DIMENSIONS_PO CALL FUNCTION 'FMBAS_GET_ACTIVE_DIMENSIONS_PO' EXPORTING i_fm_area = p_fikrs IMPORTING * e_grant_active = l_grant_nbr_active e_fund_active = g_fund_state e_function_active = g_funcarea_state e_measure_active = g_measure_state e_funds_ctr_active = g_fundsctr_state e_cmmt_item_active = g_cmmtitem_state e_bud_per_active = g_budget_pd_state e_userdim_active = g_userdim_state EXCEPTIONS OTHERS = 1.

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'X' CHANGING cs_variant = c_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

FMHIE_F4_HIEID CALL FUNCTION 'FMHIE_F4_HIEID' EXPORTING i_fm_area = u_fm_area i_fiscyear = u_fiscyear i_budcat = u_budcat i_bs = u_bs IMPORTING e_hieid = c_hieid * E_HIEID_TXT = EXCEPTIONS no_hieid = 1 OTHERS = 2.

FMCU_SHOW_BUDCAT CALL FUNCTION 'FMCU_SHOW_BUDCAT' EXPORTING i_fm_area = u_fm_area IMPORTING e_budcat = c_budcat * E_BUDCAT_TXT = EXCEPTIONS no_budcat = 1 OTHERS = 2.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = l_f_def_variant i_save = 'X' IMPORTING e_exit = l_exit es_variant = l_f_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'X' CHANGING cs_variant = ls_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.



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