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

IFMHIE_SCREEN_CHECKS SAP ABAP INCLUDE - Include IFMHIE_SCREEN_CHECKS







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


INCLUDES used within this REPORT IFMHIE_SCREEN_CHECKS

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:

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_fikrs = u_fm_area.

FM_AUTH_CHECK_FM_AREA CALL FUNCTION 'FM_AUTH_CHECK_FM_AREA' EXPORTING i_fikrs = u_fm_area i_actvt = l_activity * I_ACTVT_A = i_msgty = 'E' IMPORTING e_flg_auth = l_auth * E_FLG_AUTH_A = .

HELP_START CALL FUNCTION 'HELP_START' EXPORTING help_infos = l_str_help_info * PROPERTY_BAG = * IMPORTING * SELECTION = * SELECT_VALUE = * RSMDY_RET = TABLES dynpselect = l_tab_dynpselect dynpvaluetab = l_tab_dynpvaluetab.

FM_FUND_READ CALL FUNCTION 'FM_FUND_READ' EXPORTING i_fikrs = u_fm_area i_fincode = u_fund.

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.

FM_COM_ITEM_READ_SINGLE_DATA CALL FUNCTION 'FM_COM_ITEM_READ_SINGLE_DATA' EXPORTING i_fikrs = u_fm_area i_gjahr = u_fiscyear i_fipex = u_cmmtitem IMPORTING e_f_fmci = l_f_fmci EXCEPTIONS master_data_not_found = 1 * HIERARCHY_DATA_NOT_FOUND = 2 input_error = 3 * OTHERS = 4 .

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

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

FMBAS_CHECK_USERDIM CALL FUNCTION 'FMBAS_CHECK_USERDIM' EXPORTING i_fm_area = u_fm_area i_userdim = u_userdim i_fiscyear = u_fiscyear EXCEPTIONS OTHERS = 1.

FM_BUDGET_PERIOD_READ CALL FUNCTION 'FM_BUDGET_PERIOD_READ' EXPORTING i_budget_period = u_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 .



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