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

IFMBS_REPORT_SCREEN_CHECKS SAP ABAP INCLUDE - Include IFMBS_REPORT_SCREEN_CHECKS







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


INCLUDES used within this REPORT IFMBS_REPORT_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 = .

FMCU_CHECK_VERSION CALL FUNCTION 'FMCU_CHECK_VERSION' EXPORTING i_fm_area = u_fm_area i_version = u_version.

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.

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.

FMKU_COM_ITEM_READ_SINGLE_DATA CALL FUNCTION 'FMKU_COM_ITEM_READ_SINGLE_DATA' EXPORTING i_fm_area = u_fm_area i_fiscyear = u_fyear i_cmmtitem = u_cmmtitem EXCEPTIONS master_data_not_found = 1 hierarchy_data_not_found = 2 input_error = 3 budgeting_not_allowed = 4 OTHERS = 5.

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

FMBAS_CHECK_USERDIM CALL FUNCTION 'FMBAS_CHECK_USERDIM' EXPORTING i_fm_area = u_fm_area i_userdim = u_userdim i_fiscyear = u_fyear.

RS_VARIANT_CONTENTS CALL FUNCTION 'RS_VARIANT_CONTENTS' EXPORTING report = u_repid variant = u_selvar TABLES valutab = l_t_values EXCEPTIONS variant_non_existent = 1 variant_obsolete = 2 OTHERS = 3.

FMCU_SHOW_BUDCAT CALL FUNCTION 'FMCU_SHOW_BUDCAT' EXPORTING i_fm_area = u_fm_area IMPORTING e_budcat = c_budcat * E_BUDCAT_TXT = EXCEPTIONS no_budcat = 1 OTHERS = 2.

RS_VARIANT_CATALOG CALL FUNCTION 'RS_VARIANT_CATALOG' EXPORTING report = u_sel_report new_title = u_title IMPORTING sel_variant = c_selvar EXCEPTIONS OTHERS = 1.

FMCU_SHOW_VERSION CALL FUNCTION 'FMCU_SHOW_VERSION' EXPORTING i_fm_area = u_fm_area IMPORTING e_version = c_version.

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

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.



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