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

FMHIE_HIEID_MAINT_SUBROUTINE SAP ABAP INCLUDE - Include FMHIE_HIEID_MAINT_SUBROUTINE







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


INCLUDES used within this REPORT FMHIE_HIEID_MAINT_SUBROUTINE

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_FUND_READ CALL FUNCTION 'FM_FUND_READ' EXPORTING i_fikrs = u_fm_area i_fincode = u_fund i_gjahr_fikrs = u_fyear.

FMBAS_CHECK_FUNCAREA CALL FUNCTION 'FMBAS_CHECK_FUNCAREA' EXPORTING i_fm_area = u_fm_area i_funcarea = u_funcarea i_fiscyear = u_fyear.

FM_FICTR_READ_SINGLE CALL FUNCTION 'FM_FICTR_READ_SINGLE' EXPORTING i_fikrs = u_fm_area i_fictr = u_fundsctr i_gjahr = u_fyear.

FMHIE_COMITEM_READ_SINGLE_DATA CALL FUNCTION 'FMHIE_COMITEM_READ_SINGLE_DATA' EXPORTING i_fm_area = u_fm_area i_fiscyear = u_fyear i_cmmtitem = u_cmmtitem.

FMBAS_CHECK_USERDIM CALL FUNCTION 'FMBAS_CHECK_USERDIM' EXPORTING i_fm_area = u_fm_area i_userdim = u_userdim i_fiscyear = u_fyear.

FM_MEASURE_READ CALL FUNCTION 'FM_MEASURE_READ' EXPORTING i_fmarea = u_fm_area i_fisc_year = u_fiscyear i_measure = u_measure.

FMCU_GET_DIMENSIONS CALL FUNCTION 'FMCU_GET_DIMENSIONS' EXPORTING i_fm_area = fmhie_s_hieid_maint_screen-fm_area 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_userdim_state = l_userdim_state e_budget_pd_state = l_budget_pd_state EXCEPTIONS customizing_inconsistent = 1 no_customizing = 2 OTHERS = 3.

FMHIE_CUST_READ_ROLES CALL FUNCTION 'FMHIE_CUST_READ_ROLES' EXPORTING i_fm_area = fmhie_s_hieid_maint_screen-fm_area i_bs = fmhie_s_hieid_maint_screen-bs * I_FLG_BYPASS_BUFFER = ' ' IMPORTING e_fund_role = l_fund_role e_fundsctr_role = l_fundsctr_role e_cmmtitem_role = l_cmmtitem_role e_funcarea_role = l_funcarea_role e_measure_role = l_measure_role e_userdim_role = l_userdim_role e_budget_pd_role = l_budget_pd_role EXCEPTIONS missing_role_definition = 1 OTHERS = 2.

FMBAS_CONVERT_ADDRESS_TO_MSGVX CALL FUNCTION 'FMBAS_CONVERT_ADDRESS_TO_MSGVX' EXPORTING i_fm_area = u_fm_area i_s_address = l_f_address IMPORTING e_msgv1 = l_appl_msg-msgv1 e_msgv2 = l_appl_msg-msgv2.

FMBAS_GET_OBJNR_FOR_ADDRESS CALL FUNCTION 'FMBAS_GET_OBJNR_FOR_ADDRESS' EXPORTING i_s_address = l_f_address IMPORTING e_objnr = l_objnr EXCEPTIONS no_objnr_found = 1 OTHERS = 2.

FMBAS_GET_ADDRESS_FOR_OBJNR CALL FUNCTION 'FMBAS_GET_ADDRESS_FOR_OBJNR' EXPORTING i_objnr = l_objnr IMPORTING e_s_address = l_s_address EXCEPTIONS invalid_objnr = 1 OTHERS = 2.

FMBAS_CONVERT_ADDRESS_TO_MSGVX CALL FUNCTION 'FMBAS_CONVERT_ADDRESS_TO_MSGVX' EXPORTING i_fm_area = u_fm_area i_s_address = l_s_address IMPORTING e_msgv1 = l_appl_msg-msgv1 e_msgv2 = l_appl_msg-msgv2 EXCEPTIONS OTHERS = 1.

FMBAS_GET_OBJNR_FOR_ADDRESS CALL FUNCTION 'FMBAS_GET_OBJNR_FOR_ADDRESS' EXPORTING i_s_address = l_f_address IMPORTING e_objnr = l_objnr EXCEPTIONS no_objnr_found = 1 OTHERS = 2.

FMHIE_READ_HIE_IDS CALL FUNCTION 'FMHIE_READ_HIE_IDS' EXPORTING i_s_hie_key = u_hie_s_key IMPORTING * E_T_TEXT = e_t_hie_id = l_t_hie_id EXCEPTIONS no_hie_id_selected = 1 OTHERS = 2.

FMCU_GET_DIMENSIONS CALL FUNCTION 'FMCU_GET_DIMENSIONS' EXPORTING i_fm_area = u_fm_area IMPORTING e_fund_state = l_fund_state * E_FUNDSCTR_STATE = * E_CMMTITEM_STATE = e_funcarea_state = l_funcarea_state e_measure_state = l_measure_state * E_GRANT_NBR_STATE = e_userdim_state = l_userdim_state e_budget_pd_state = l_budget_pd_state EXCEPTIONS customizing_inconsistent = 1 no_customizing = 2 OTHERS = 3.



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