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

FMMP_HIE_SELECTION_PBO SAP ABAP INCLUDE - Include FMMP_HIE_SELECTION_PBO







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


INCLUDES used within this REPORT FMMP_HIE_SELECTION_PBO

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_BS_UNIQUE CALL FUNCTION 'FMCU_GET_BS_UNIQUE' EXPORTING im_fm_area = u_fm_area IMPORTING re_hie_key = c_hie_key EXCEPTIONS not_unique = 1 OTHERS = 2.

FMBS_SET_FISCYEAR_VERSION CALL FUNCTION 'FMBS_SET_FISCYEAR_VERSION' EXPORTING im_fm_area = c_hie_key-fm_area im_flg_process_popup = u_flg_popup im_flg_freeze_version = u_flg_freeze_version CHANGING c_version = l_sversion c_fiscyear = l_sfiscyear EXCEPTIONS cancel = 1 OTHERS = 2.

FMCU_GET_BS_CONTROL CALL FUNCTION 'FMCU_GET_BS_CONTROL' EXPORTING im_fm_area = u_fm_area im_fiscyear = c_sfiscyear im_version = c_sversion * IM_PLDNR = '' IMPORTING e_bs = c_hie_key-bs e_flg_bs_hierarchical = c_flg_hie_act EXCEPTIONS no_customizing = 0 "note 1745281 wrong_input = 2 OTHERS = 3.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'SELVERS_FISCYEAR' p_program = sy-cprog TABLES p_exclude = g_t_fcode.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'SELVERS_FISCYEAR' p_program = sy-cprog TABLES p_exclude = g_t_fcode.

FMBS_SET_FISCYEAR_VERSION CALL FUNCTION 'FMBS_SET_FISCYEAR_VERSION' EXPORTING im_fm_area = c_hie_key-fm_area im_flg_process_popup = 'X' CHANGING c_version = p_svers c_fiscyear = c_hie_key-fiscyear EXCEPTIONS cancel = 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 FMMP_HIE_SELECTION_PBO or its description.