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

FMHIE_HIEID_MAINT_LCL_MAIN_FNC SAP ABAP INCLUDE - Include FMHIE_HIEID_MAINT_LCL_MAIN_FNC







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


INCLUDES used within this REPORT FMHIE_HIEID_MAINT_LCL_MAIN_FNC

INCLUDE LFMAUEQU.


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:

FMBAS_GET_ADDRESS_FOR_OBJNR CALL FUNCTION 'FMBAS_GET_ADDRESS_FOR_OBJNR' EXPORTING i_objnr = l_s_header-header_objnr IMPORTING e_s_address = l_s_assigned_address EXCEPTIONS invalid_objnr = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-d07 * DIAGNOSE_OBJECT = ' ' text_question = text-d08 icon_button_1 = 'ICON_DELETE' icon_button_2 = 'ICON_CANCEL' default_button = '1' display_cancel_button = ' ' popup_type = 'ICON_MESSAGE_QUESTION' IMPORTING answer = l_answer.

FMBAS_GET_ADDRESS_FOR_OBJNR * CALL FUNCTION 'FMBAS_GET_ADDRESS_FOR_OBJNR' * EXPORTING * i_objnr = l_s_header-header_objnr * IMPORTING * e_s_address = l_s_assigned_address * EXCEPTIONS * invalid_objnr = 1 * OTHERS = 2.

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

FM_FUND_READ CALL FUNCTION 'FM_FUND_READ' EXPORTING i_fikrs = im_fm_area i_gjahr_fikrs = im_fiscyear i_fincode = im_fund.

FM_FICTR_READ_SINGLE CALL FUNCTION 'FM_FICTR_READ_SINGLE' EXPORTING i_fikrs = im_fm_area i_fictr = im_fundsctr i_gjahr = im_fiscyear.

FMHIE_COMITEM_READ_SINGLE_DATA CALL FUNCTION 'FMHIE_COMITEM_READ_SINGLE_DATA' EXPORTING i_fm_area = im_fm_area i_fiscyear = im_fiscyear i_cmmtitem = im_cmmtitem.

FMBAS_CHECK_FUNCAREA CALL FUNCTION 'FMBAS_CHECK_FUNCAREA' EXPORTING i_fm_area = im_fm_area i_funcarea = im_funcarea i_fiscyear = im_fiscyear.

FM_MEASURE_READ CALL FUNCTION 'FM_MEASURE_READ' EXPORTING i_fmarea = im_fm_area i_fisc_year = im_fiscyear i_measure = im_measure.

FMBAS_CHECK_USERDIM CALL FUNCTION 'FMBAS_CHECK_USERDIM' EXPORTING i_fm_area = im_fm_area i_userdim = im_userdim i_fiscyear = im_fiscyear.

FM_BUDGET_PERIOD_READ CALL FUNCTION 'FM_BUDGET_PERIOD_READ' EXPORTING i_budget_period = im_budget_pd * I_FLG_TEXT_BPD = ' ' * I_FLG_FUND_BPD = ' ' * I_DATE = * IMPORTING * E_FMBUDGETPD = * E_FMBUDGETPDT = * ET_FMFUNDBPD = * EXCEPTIONS * MASTER_DATA_NOT_FOUND = 1 * BPD_NOT_VALID = 2 * OTHERS = 3 .

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-d01 * DIAGNOSE_OBJECT = ' ' text_question = text-d02 icon_button_1 = 'ICON_OKAY' icon_button_2 = 'ICON_CANCEL' default_button = '1' display_cancel_button = ' ' popup_type = 'ICON_MESSAGE_QUESTION' IMPORTING answer = l_answer.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-d01 * DIAGNOSE_OBJECT = ' ' text_question = text-d02 icon_button_1 = 'ICON_OKAY' icon_button_2 = 'ICON_CANCEL' default_button = '1' display_cancel_button = ' ' popup_type = 'ICON_MESSAGE_QUESTION' IMPORTING answer = l_answer.

FMBAS_CONVERT_ADDRESS_TO_MSGVX CALL FUNCTION 'FMBAS_CONVERT_ADDRESS_TO_MSGVX' EXPORTING i_fm_area = fm_area i_s_address = l_s_address IMPORTING e_msgv1 = l_msg-msgv1 e_msgv2 = l_msg-msgv2.

FMBAS_GET_OBJNR_FOR_ADDRESS CALL FUNCTION 'FMBAS_GET_OBJNR_FOR_ADDRESS' EXPORTING i_s_address = l_s_address IMPORTING e_objnr = -objnr EXCEPTIONS no_objnr_found = 1 OTHERS = 2.

FMBAS_CONVERT_ADDRESS_TO_MSGVX CALL FUNCTION 'FMBAS_CONVERT_ADDRESS_TO_MSGVX' EXPORTING i_fm_area = fm_area i_s_address = l_s_address IMPORTING e_msgv1 = l_msg-msgv1 e_msgv2 = l_msg-msgv2.

FMBAS_CONVERT_ADDRESS_TO_MSGVX CALL FUNCTION 'FMBAS_CONVERT_ADDRESS_TO_MSGVX' EXPORTING i_fm_area = fm_area i_s_address = l_s_address IMPORTING e_msgv1 = l_msg-msgv1 e_msgv2 = l_msg-msgv2.

FM_AUTH_CHECK_GRP_HIEID CALL FUNCTION 'FM_AUTH_CHECK_GRP_HIEID' EXPORTING i_fm_area = im_screen-fm_area i_authgrp = im_screen-authgrp i_hieid = im_screen-hie_id i_actvt = l_activity i_actvt_a = space * IMPORTING * e_flg_auth = e_flg_auth * e_flg_auth_a = e_flg_auth_a EXCEPTIONS no_authorization = 1 OTHERS = 2.

FM_AUTH_CHECK_HIEID





CALL FUNCTION 'FM_AUTH_CHECK_HIEID' EXPORTING i_hieid_key = l_s_hieid_key i_actvt = l_activity * i_actvt_a = * IMPORTING * E_FLG_AUTH = * E_FLG_AUTH_A = EXCEPTIONS no_authorization = 1 hieid_not_exist = 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_LCL_MAIN_FNC or its description.