FMKF_REPORT01_CLASSES_IMP 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_CLASSES_IMP 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 for FMKF_REPORT01 - Class Implementations
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BUKF_GET_OBSOLETE_META_VALUES CALL FUNCTION 'BUKF_GET_OBSOLETE_META_VALUES' IMPORTING e_old_meta_value_008 = l_old_meta_value_008 e_old_meta_value_009 = l_old_meta_value_009.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Confirmation of continue'(101) text_question = 'You have to decide on which datasource you would like to execute the drilldown report'(102) text_button_1 = 'Budgeting'(103) icon_button_1 = 'icon_account_assignment' text_button_2 = 'Posting'(104) icon_button_2 = 'ICON_BUDGET_STRUCTURE_ELEMENT' default_button = '1' display_cancel_button = 'X' * START_COLUMN = 25 * START_ROW = 6 IMPORTING answer = l_answer.
FMCU_GET_FILTER_SETTING_FUND CALL FUNCTION 'FMCU_GET_FILTER_SETTING_FUND' EXPORTING i_fm_area = p_fmarea i_fund = gs_alv_data-fund i_fiscyear = p_year IMPORTING e_t_consum_type = l_t_valbud_type e_flg_all_budtypes = l_flg_all_consumable_budtype EXCEPTIONS master_data_error = 1 OTHERS = 2.
FMCU_GET_FILTER_SETTING_FUND CALL FUNCTION 'FMCU_GET_FILTER_SETTING_FUND' EXPORTING i_fm_area = p_fmarea i_fund = gs_alv_data-fund i_fiscyear = p_year IMPORTING e_t_consum_type = l_t_bud_type e_t_release_type = l_t_valbud_type e_flg_all_budtypes = l_flg_all_consumable_budtype EXCEPTIONS master_data_error = 1 OTHERS = 2.
FMCU_GET_BUDTYPE CALL FUNCTION 'FMCU_GET_BUDTYPE' EXPORTING i_fm_area = p_fmarea i_valtype = l_f_term-valtype IMPORTING e_t_valbudtype = l_t_valbud_type EXCEPTIONS not_found = 1 OTHERS = 2.
FM_BUDGET_SCOPE_FOR_FUND CALL FUNCTION 'FM_BUDGET_SCOPE_FOR_FUND' EXPORTING i_fikrs = p_fmarea i_fincode = gs_alv_data-fund IMPORTING e_budget_scope = l_budget_scope.
FM_MD_GJAHR_GET_FROM_FIKRS CALL FUNCTION 'FM_MD_GJAHR_GET_FROM_FIKRS' EXPORTING i_fikrs = p_fmarea i_gjahr = p_year * i_flg_pos = 'X' i_flg_ctr = 'X' IMPORTING * e_gjahr_pos = l_pos_gjahr e_gjahr_ctr = l_ctr_gjahr EXCEPTIONS wrong_gjahr_pos = 1 wrong_gjahr_ctr = 2 fikrs_not_found = 3 OTHERS = 4.
G_PERIODS_OF_YEAR_GET CALL FUNCTION 'G_PERIODS_OF_YEAR_GET' EXPORTING variant = l_f_fm01-ca_periv year = l_f_fiscyear-ryear TABLES i_periods = l_t_periods EXCEPTIONS variant_not_defined = 1 year_not_defined = 2 OTHERS = 3.
FM_FIKRS_READ CALL FUNCTION 'FM_FIKRS_READ' EXPORTING i_fikrs = p_fmarea IMPORTING e_f_fm01 = l_f_fm01.
FM_BUKRS_GET_FROM_FIKRS_RANGES CALL FUNCTION 'FM_BUKRS_GET_FROM_FIKRS_RANGES' TABLES t_fikrs = l_t_fikrs t_t001 = l_t_t001.
FM_BUDGET_SCOPE_FOR_FUND CALL FUNCTION 'FM_BUDGET_SCOPE_FOR_FUND' EXPORTING i_fikrs = p_fmarea i_fincode = gs_alv_data-fund IMPORTING e_budget_scope = l_budget_scope.
FMBAS_ASSIGN_CEFFYEAR_BUD CALL FUNCTION 'FMBAS_ASSIGN_CEFFYEAR_BUD' EXPORTING i_fm_area = p_fmarea i_pldnr = l_pldnr i_fiscyear = p_year i_ceffyear = '9999' IMPORTING e_ceffyear_bud_max = l_ceffyear_bud EXCEPTIONS inconsistent_ceffyear = 1 OTHERS = 2.
G_PERIODS_OF_YEAR_GET CALL FUNCTION 'G_PERIODS_OF_YEAR_GET' EXPORTING variant = l_f_fm01-ca_periv year = l_f_fiscyear-ryear TABLES i_periods = l_t_periods EXCEPTIONS variant_not_defined = 1 year_not_defined = 2 OTHERS = 3.
FM_GET_EXTRA_PERIOD CALL FUNCTION 'FM_GET_EXTRA_PERIOD' "Note 1013013 EXPORTING i_fikrs = p_fmarea i_periv = l_f_fm01-ca_periv IMPORTING e_period_e = l_extra_period.
G_PERIODS_OF_YEAR_GET CALL FUNCTION 'G_PERIODS_OF_YEAR_GET' EXPORTING variant = l_f_fm01-ca_periv year = l_f_fiscyear-ryear TABLES i_periods = l_t_periods EXCEPTIONS variant_not_defined = 1 year_not_defined = 2 OTHERS = 3.
FM_GET_EXTRA_PERIOD CALL FUNCTION 'FM_GET_EXTRA_PERIOD' "Note 1013013 EXPORTING i_fikrs = p_fmarea i_periv = l_f_fm01-ca_periv IMPORTING e_period_e = l_extra_period.
FM_MD_GJAHR_GET_FROM_FIKRS CALL FUNCTION 'FM_MD_GJAHR_GET_FROM_FIKRS' EXPORTING i_fikrs = p_fmarea i_gjahr = p_year * i_flg_pos = 'X' i_flg_ctr = 'X' IMPORTING * e_gjahr_pos = l_pos_gjahr e_gjahr_ctr = l_ctr_gjahr EXCEPTIONS wrong_gjahr_pos = 1 wrong_gjahr_ctr = 2 fikrs_not_found = 3 OTHERS = 4.
FREE_SELECTIONS_RANGE_2_EX CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX' EXPORTING field_ranges = l_t_segments IMPORTING expressions = l_t_expr.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FMKF_REPORT01_CLASSES_IMP - Include for FMKF_REPORT01 - Class Implementations FMKF_REPORT01_CLASSES_DEF - Include for FMKF_REPORT01 - Class Definitions FMKF_REPORT01 - Key Figures Reporting Tool FMKF_REPORT01 - Key Figures Reporting Tool FMKF_DEF_VAR - Include FMKF_DEF_VAR FMKF_DEF_UTILS - Include for FMKF_DEF: Utility forms