IRFFMCY_TEXT_CHECK_SCREEN_1000 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 IRFFMCY_TEXT_CHECK_SCREEN_1000 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include IRFFMCY_TEXT_CHECK_SCREEN_1000
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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 = con_act_fmbu_change i_msgty = 'E'.
FMCU_CHECK_BUDCAT CALL FUNCTION 'FMCU_CHECK_BUDCAT' EXPORTING i_fm_area = u_fm_area i_budcat = u_budcat EXCEPTIONS no_budcat = 1 OTHERS = 2.
FMCU_CHECK_VERSION CALL FUNCTION 'FMCU_CHECK_VERSION' EXPORTING i_fm_area = u_fm_area i_version = u_version EXCEPTIONS no_version = 1 OTHERS = 2.
BUCU_CHECK_VERSION_FREEZE CALL FUNCTION 'BUCU_CHECK_VERSION_FREEZE' EXPORTING i_version = u_version EXCEPTIONS no_version = 1 not_found = 2 OTHERS = 3.
FM_FUND_READ CALL FUNCTION 'FM_FUND_READ' EXPORTING i_fikrs = u_fm_area i_fincode = u_fund.
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.
FMBAS_CHECK_USERDIM CALL FUNCTION 'FMBAS_CHECK_USERDIM' EXPORTING i_fm_area = u_fm_area i_userdim = u_userdim i_fiscyear = u_fyear.
GM_GRANT_CHECK CALL FUNCTION 'GM_GRANT_CHECK' EXPORTING im_grant_nbr = u_grant.
FM_AUTH_CHECK_BU_VERSION_CATEG CALL FUNCTION 'FM_AUTH_CHECK_BU_VERSION_CATEG' EXPORTING i_fikrs = u_fm_area i_version = u_version i_budget_category = u_budcat i_actvt = u_actvt EXCEPTIONS no_authorization = 1 OTHERS = 2.
FM_MEASURE_READ CALL FUNCTION 'FM_MEASURE_READ' EXPORTING i_fmarea = u_fm_area i_measure = u_measure i_fisc_year = u_fyear.
FM_FYC_SEL_VARIANT_CHECK CALL FUNCTION 'FM_FYC_SEL_VARIANT_CHECK' EXPORTING i_fikrs = u_fikrs i_gjahr = u_fyear i_selvar = u_selvar i_sel_repname = 'RFFMSTRP' EXCEPTIONS variant_error = 1 OTHERS = 2.
FMCU_CHECK_BUDTYPE CALL FUNCTION 'FMCU_CHECK_BUDTYPE' EXPORTING i_fm_area = u_fm_area i_valtype = 'B1' i_budtype = u_budtype IMPORTING e_budtype_txt = l_budtype_text EXCEPTIONS no_budtype = 1 OTHERS = 2.
FMCU_CHECK_BUDTYPE CALL FUNCTION 'FMCU_CHECK_BUDTYPE' EXPORTING i_fm_area = u_fm_area i_valtype = 'R1' i_budtype = u_budtype IMPORTING e_budtype_txt = l_budtype_text EXCEPTIONS no_budtype = 1 OTHERS = 2.
FMCU_SHOW_BUDTYPE CALL FUNCTION 'FMCU_SHOW_BUDTYPE' EXPORTING i_fm_area = u_fm_area IMPORTING * E_VALTYPE = e_budtype = u_budtype * E_BUDTYPE_TXT = EXCEPTIONS no_budtype = 1 OTHERS = 2.
RETRIEVAL_TEXT CALL FUNCTION 'RETRIEVAL_TEXT' EXPORTING id = u_id_st language = sy-langu IMPORTING header = l_f_header EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IRFFMCY_TEXT_CHECK_SCREEN_1000 - Include IRFFMCY_TEXT_CHECK_SCREEN_1000 IRFFMCY_TEXTTOP - Include IRFFMCY_TEXTTOP IRFFMCY_RESETTOP - Include IRFFMCY_RESETTOP IRFFMCY_PREPTOP - Include IRFFMCY_PREPTOP IRFFMCY_PAI1000_STANDARD - Include IRFFMCY_TEXT_PAI1000 IRFFMCY_LOAD_700TOP - Include IRFFMCY_LOAD_700TOP