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

FMKF_REPORT01_SELSCREEN SAP ABAP INCLUDE - Include for FMKF_REPORT01 - Selection Screen Definitions







FMKF_REPORT01_SELSCREEN 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 FMKF_REPORT01_SELSCREEN 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 FMKF_REPORT01_SELSCREEN. "Basic submit
SUBMIT FMKF_REPORT01_SELSCREEN AND RETURN. "Return to original report after report execution complete
SUBMIT FMKF_REPORT01_SELSCREEN 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 for FMKF_REPORT01 - Selection Screen Definitions


INCLUDES used within this REPORT FMKF_REPORT01_SELSCREEN

INCLUDE IFIFMFYC_FMACC_SEL.
INCLUDE FMMP_HANA_SELECTION.


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:

FMCU_CHECK_VERSION CALL FUNCTION 'FMCU_CHECK_VERSION' EXPORTING i_fm_area = p_fmarea i_version = p_vers i_flg_freeze = con_on * I_FLG_BYPASS_BUFFER = EXCEPTIONS no_version = 1 OTHERS = 2 .

FMCU_GET_DIMENSIONS CALL FUNCTION 'FMCU_GET_DIMENSIONS' EXPORTING i_fm_area = p_fmarea IMPORTING e_fund_state = g_fund_state e_fundsctr_state = g_fundsctr_state e_cmmtitem_state = g_cmmtitem_state e_funcarea_state = g_funcarea_state e_measure_state = g_measure_state e_grant_nbr_state = g_grant_nbr_state e_userdim_state = g_userdim_state ** Note 1558233 e_budget_pd_state = g_budget_pdstate EXCEPTIONS customizing_inconsistent = 1 OTHERS = 2.

FMCU_GET_BUDCAT_FRAME CALL FUNCTION 'FMCU_GET_BUDCAT_FRAME' EXPORTING i_fm_area = p_fmarea IMPORTING e_t_fmbudcat = l_t_budcat.

FM_MULTIPLE_SELECTION_TEXT_GET CALL FUNCTION 'FM_MULTIPLE_SELECTION_TEXT_GET' EXPORTING * i_flg_funds_only = con_on i_flg_msel_active = p_mass IMPORTING e_text_button = pbfmsele.

FM_SELECT_MULTIPLE CALL FUNCTION 'FM_SELECT_MULTIPLE' EXPORTING i_fikrs = u_fmarea i_gjahr = u_sfyear i_bsp_element_bcs = con_on i_flg_no_list = u_flg_no_list i_prog_varnt = u_selvar i_flg_blank_dim_bcs = l_f_blank_bcs TABLES t_fmsltrp = l_t_fmsltrp t_fmslpara = l_t_fmslpara EXCEPTIONS input_error = 1 no_entry_found = 2 prog_varnt_error = 3 OTHERS = 4.

FMCU_CHECK_CEFFYEAR CALL FUNCTION 'FMCU_CHECK_CEFFYEAR' EXPORTING i_fm_area = u_fm_area i_budcat = u_budcat i_fiscyear = u_fiscyear i_ceffyear = u_ceffyear EXCEPTIONS no_budcat = 1 not_in_range = 2 not_active = 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 FMKF_REPORT01_SELSCREEN or its description.