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

FFMHIE_COMMON_ROUTINES SAP ABAP INCLUDE - Include FFMHIE_COMMON_ROUTINES







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


INCLUDES used within this REPORT FFMHIE_COMMON_ROUTINES

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:

FMHIE_CHECK_MBS CALL FUNCTION 'FMHIE_CHECK_MBS' EXPORTING i_fm_area = u_fmarea i_bs = u_bs IMPORTING e_flg_multilevel = l_flg_hierarchical EXCEPTIONS bs_not_exist = 1 OTHERS = 2.

FMHIE_SET_FMAREA_BS CALL FUNCTION 'FMHIE_SET_FMAREA_BS' EXPORTING im_flg_process_popup = 'X' IMPORTING e_fikrs = l_fmarea e_bs = l_bs EXCEPTIONS no_fikrs_selected = 1 no_bs_selected = 2 cancel = 3 OTHERS = 4.

FMHIE_SET_HIEID CALL FUNCTION 'FMHIE_SET_HIEID' EXPORTING im_fm_area = u_fmarea im_fiscyear = u_fiscyear im_budcat = u_budcat im_bs = u_bs im_hie_id = c_hieid IMPORTING e_hie_id = c_hieid e_hie_id_text = l_hie_id_text e_ba_definition = l_ba_definition e_pa_definition = l_pa_definition EXCEPTIONS cancel = 1 invalid_hie_id = 2 created = 3 OTHERS = 4.

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

FMBAS_READ_ACT_LDNR_WITH_TEXT * CALL FUNCTION 'FMBAS_READ_ACT_LDNR_WITH_TEXT' * EXPORTING * i_fikrs = u_fikrs * i_flg_use_fin_bdg = con_on * IMPORTING * e_flg_single_bldnr = c_flg_single_ldnr * e_t_bldnr_txt = c_t_ldnr_txt * EXCEPTIONS * no_ledger = 1 * OTHERS = 2.

FM_AUTH_CHECK_HIEID CALL FUNCTION 'FM_AUTH_CHECK_HIEID' EXPORTING i_hieid_key = u_s_hie_id_key i_actvt = u_activity * EXPORTING * i_actvt_a = * IMPORTING * E_FLG_AUTH = * E_FLG_AUTH_A = EXCEPTIONS no_authorization = 1 hieid_not_exist = 2 OTHERS = 3.

FMCU_GET_BUDCAT_FRAME CALL FUNCTION 'FMCU_GET_BUDCAT_FRAME' EXPORTING i_fm_area = u_fmarea IMPORTING e_t_fmbudcat = lt_fmbudcat.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = u_status p_program = sy-repid TABLES p_exclude = lt_fcode_excl.

BUKU_GET_BUDCAT CALL FUNCTION 'BUKU_GET_BUDCAT' EXPORTING i_flg_with_texts = 'X' i_applic = 'FM' IMPORTING e_t_budcatt = lt_budcat.

FMBAS_SHOW_ALL_USERDIM_GROUPS CALL FUNCTION 'FMBAS_SHOW_ALL_USERDIM_GROUPS' EXPORTING i_fm_area = u_fm_area i_t_usrgrp_sel = l_t_usrgrp_sel IMPORTING e_usrgrp = l_usrgrp EXCEPTIONS no_usrgrp_available = 1 no_usrgrp_selected = 2 OTHERS = 0.



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