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

FMMP_HIE_SELECTION_F01 SAP ABAP INCLUDE - Include FMMP_HIE_SELECTION_F01







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


INCLUDES used within this REPORT FMMP_HIE_SELECTION_F01

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_HIE_ACT CALL FUNCTION 'FMCU_GET_HIE_ACT' EXPORTING i_fm_area = u_fm_area i_fromfiscyear = u_fiscyear IMPORTING e_flg_activation = l_flg_hie_acti EXCEPTIONS no_entry = 1 no_activation = 2 OTHERS = 3.

FMCU_GET_BS_CONTROL CALL FUNCTION 'FMCU_GET_BS_CONTROL' EXPORTING im_fm_area = u_fm_area im_fiscyear = u_fiscyear im_version = u_sversion * IM_PLDNR = '' IMPORTING e_bs = l_bs_source * E_FLG_BS_HIERARCHICAL = L_flg_hie_act_source EXCEPTIONS no_customizing = 0 "note 1745281 wrong_input = 2 OTHERS = 3.

FMCU_GET_BS_CONTROL CALL FUNCTION 'FMCU_GET_BS_CONTROL' EXPORTING im_fm_area = u_fm_area im_fiscyear = u_fiscyear im_version = u_tversion * IM_PLDNR = '' IMPORTING e_bs = l_bs_target * E_FLG_BS_HIERARCHICAL = L_flg_hie_act_target EXCEPTIONS no_customizing = 0 "note 1745281 wrong_input = 2 OTHERS = 3.

FMCU_CHECK_DOCTYPE CALL FUNCTION 'FMCU_CHECK_DOCTYPE' EXPORTING i_doctype = u_doctype i_flg_budget = u_flg_budget i_flg_release = u_flg_release i_flg_no_rollup = u_flg_no_rollup.

FM_AUTH_CHECK_BU_DOCUMENT_TYPE CALL FUNCTION 'FM_AUTH_CHECK_BU_DOCUMENT_TYPE' EXPORTING i_fikrs = u_fm_area i_document_type = u_doctype i_actvt = con_act_fmbu_post.

FMCU_GET_HIE_ACT CALL FUNCTION 'FMCU_GET_HIE_ACT' EXPORTING i_fm_area = u_fm_area i_fromfiscyear = u_tfyear IMPORTING e_flg_activation = l_flg_hie_act EXCEPTIONS no_entry = 1 no_activation = 2 OTHERS = 3.

FMCU_GET_ROLLUP_SCENARIO CALL FUNCTION 'FMCU_GET_ROLLUP_SCENARIO' EXPORTING i_doctype = u_doctype IMPORTING e_rollup_scenario = l_rollup_scenario.

FMCU_CHECK_DOCTYPE CALL FUNCTION 'FMCU_CHECK_DOCTYPE' EXPORTING i_doctype = u_doctype i_flg_budget = u_flg_budget i_flg_release = u_flg_release i_flg_no_rollup = ' '.

FMCU_CHECK_DOCTYPE CALL FUNCTION 'FMCU_CHECK_DOCTYPE' EXPORTING i_doctype = u_doctype i_flg_budget = u_flg_budget i_flg_release = u_flg_release i_flg_no_rollup = 'X' EXCEPTIONS OTHERS = 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 FMMP_HIE_SELECTION_F01 or its description.