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

IFMCE_SCREEN_CHECKS SAP ABAP INCLUDE - Include IFMCE_SCREEN_CHECKS







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


INCLUDES used within this REPORT IFMCE_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:

FM_SET_FM_AREA CALL FUNCTION 'FM_SET_FM_AREA' EXPORTING i_flg_process_popup = u_popup IMPORTING e_fikrs = c_fm_area EXCEPTIONS no_fikrs_selected = 1 OTHERS = 2.

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 = .

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

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 = ' '.

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

FM_FICTR_READ_SINGLE CALL FUNCTION 'FM_FICTR_READ_SINGLE' EXPORTING i_fikrs = u_fm_area i_fictr = u_fundsctr i_gjahr = u_fyear.

FM_COM_ITEM_READ_SINGLE_DATA CALL FUNCTION 'FM_COM_ITEM_READ_SINGLE_DATA' EXPORTING i_fikrs = u_fm_area i_gjahr = u_fyear i_fipex = u_cmmtitem IMPORTING e_f_fmci = l_fmci.

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.

BUKU_GET_BUDCAT CALL FUNCTION 'BUKU_GET_BUDCAT' EXPORTING i_flg_with_texts = on i_applic = 'FM' IMPORTING e_t_budcatt = l_t_budcatt[].

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'X' CHANGING cs_variant = c_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = 'X' CHANGING cs_variant = ls_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 OTHERS = 4.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = l_f_def_variant i_save = 'X' IMPORTING e_exit = l_exit es_variant = l_f_variant EXCEPTIONS not_found = 1 program_error = 2 OTHERS = 3.

FMCU_GET_DIMENSIONS CALL FUNCTION 'FMCU_GET_DIMENSIONS' EXPORTING i_fm_area = u_fm_area IMPORTING e_fund_state = l_fund_state e_fundsctr_state = l_fundsctr_state e_cmmtitem_state = l_cmmtitem_state e_funcarea_state = l_funcarea_state e_measure_state = l_measure_state e_grant_nbr_state = l_grant_nbr_state e_userdim_state = l_userdim_state e_budget_pd_state = l_budget_pd_state EXCEPTIONS OTHERS = 1.

FMBAS_GET_ACTIVE_DIMENSIONS_PO CALL FUNCTION 'FMBAS_GET_ACTIVE_DIMENSIONS_PO' EXPORTING i_fm_area = u_fm_area IMPORTING e_grant_active = l_grant_nbr_active e_fund_active = l_fund_active e_function_active = l_funcarea_active e_measure_active = l_measure_active e_funds_ctr_active = l_fundsctr_active e_cmmt_item_active = l_cmmtitem_active e_bud_per_active = l_budget_pd_active e_userdim_active = l_userdim_active.

FM_BLANK_ALLOWED CALL FUNCTION 'FM_BLANK_ALLOWED' EXPORTING i_fm_area = u_fm_area i_fiscal_year = u_fiscyear i_flg_grant_check = 'X' i_flg_fund_check = 'X' i_flg_function_check = 'X' i_flg_measure_check = 'X' i_flg_budget_pd_check = 'X' IMPORTING e_flg_grant_blank = l_grant_nbr_blank e_flg_fund_blank = l_fund_blank e_flg_function_blank = l_funcarea_blank e_flg_measure_blank = l_measure_blank e_flg_budget_pd_blank = l_budget_pd_blank.



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