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

FMKF_REPORT01_FORMS SAP ABAP INCLUDE - Include for FMKF_REPORT01 - Routines







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


INCLUDES used within this REPORT FMKF_REPORT01_FORMS

INCLUDE FMMP_PROCESSING_HANA.


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:

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FMKU_S_DIMPART' CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS OTHERS = 1.

LVC_FIELDCATALOG_MERGE * CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' * EXPORTING ** I_BUFFER_ACTIVE = * i_structure_name = 'BUKU_S_GENKEYPART' ** I_CLIENT_NEVER_DISPLAY = 'X' ** I_BYPASSING_BUFFER = ** I_INTERNAL_TABNAME = 'gt_dim_states' "doesnt work * CHANGING * ct_fieldcat = gt_fieldcat ** EXCEPTIONS ** INCONSISTENT_INTERFACE = 1 ** PROGRAM_ERROR = 2 ** OTHERS = 3 * .

BUKU_GET_BUDCAT ** CALL FUNCTION 'BUKU_GET_BUDCAT' ** EXPORTING ** i_flg_with_texts = 'X' ** i_applic = con_applic_fm ** IMPORTING ** e_t_budcatt = l_t_budcatt[].

FM_SET_FM_AREA CALL FUNCTION 'FM_SET_FM_AREA' EXPORTING i_flg_process_popup = i_flg_popup IMPORTING e_fikrs = u_fmarea EXCEPTIONS no_fikrs_selected = 1 OTHERS = 2.

FMFK_FIKRS_READ CALL FUNCTION 'FMFK_FIKRS_READ' EXPORTING ip_fikrs = p_fmarea IMPORTING f_fm01 = l_fmarea_info.

FM_AUTH_GET_ACTIVITY_TEXT CALL FUNCTION 'FM_AUTH_GET_ACTIVITY_TEXT' EXPORTING i_activity = con_act_fmbu_display IMPORTING e_text = l_activity_text EXCEPTIONS OTHERS = 1.

GET_ACCESSIBILITY_MODE * CALL FUNCTION 'GET_ACCESSIBILITY_MODE' * IMPORTING * accessibility = l_acc_mode * EXCEPTIONS * OTHERS = 1.

BUKU_GET_BUDCAT CALL FUNCTION 'BUKU_GET_BUDCAT' EXPORTING i_flg_with_texts = 'X' i_applic = con_applic_fm IMPORTING e_t_budcatt = l_t_budcatt[].

FMCU_SHOW_BUDCAT CALL FUNCTION 'FMCU_SHOW_BUDCAT' EXPORTING i_fm_area = p_fmarea IMPORTING e_budcat = u_budcat EXCEPTIONS OTHERS = 1.

FMCU_SHOW_VERSION CALL FUNCTION 'FMCU_SHOW_VERSION' EXPORTING i_fm_area = p_fmarea i_flg_freeze = con_on IMPORTING e_version = g_version EXCEPTIONS OTHERS = 1.

LVC_VARIANT_SAVE_LOAD CALL FUNCTION 'LVC_VARIANT_SAVE_LOAD' EXPORTING i_save_load = 'F' i_tabname = '1' CHANGING cs_variant = gs_variant ct_fieldcat = xfield[].

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

FMCU_CHECK_CEFFYEAR_ACTIVE CALL FUNCTION 'FMCU_CHECK_CEFFYEAR_ACTIVE' EXPORTING i_fm_area = u_fmarea i_flg_all_fm_areas = con_off IMPORTING e_flg_ceffyear_active = g_flg_ceffyear.

FMCU_CHECK_BUDCAT CALL FUNCTION 'FMCU_CHECK_BUDCAT' EXPORTING i_fm_area = u_fmarea i_budcat = con_payment * I_FLG_BYPASS_BUFFER = IMPORTING * E_TIMEHORIZON = e_flg_ceffyear_used = g_flg_yce_9f * E_NB_YEAR_NEXT = * E_CEFFYEAR_STATE = EXCEPTIONS no_budcat = 1 OTHERS = 2.

FMCU_CHECK_BUDCAT CALL FUNCTION 'FMCU_CHECK_BUDCAT' EXPORTING i_fm_area = u_fmarea i_budcat = con_cmmtitem IMPORTING e_flg_ceffyear_used = g_flg_yce_9g EXCEPTIONS no_budcat = 1 OTHERS = 2.

FMCU_CHECK_BUDCAT CALL FUNCTION 'FMCU_CHECK_BUDCAT' EXPORTING i_fm_area = u_fmarea i_budcat = con_financial IMPORTING e_flg_ceffyear_used = g_flg_yce_9j EXCEPTIONS no_budcat = 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 OTHERS = 1.

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

FMCU_CHECK_BUDTYPE





CALL FUNCTION 'FMCU_CHECK_BUDTYPE' EXPORTING i_fm_area = u_fm_area i_valtype = 'S1' i_budtype = u_budtype IMPORTING e_budtype_txt = l_budtype_text EXCEPTIONS OTHERS = 1.

GM_GRANT_TEXT_READ CALL FUNCTION 'GM_GRANT_TEXT_READ' EXPORTING im_grant_nbr = -grant_nbr IMPORTING f_text = l_description EXCEPTIONS OTHERS = 1.

FINCODE_READ CALL FUNCTION 'FINCODE_READ' EXPORTING ip_fikrs = u_fmarea ip_fincode = -fund ip_gjahr = u_year ip_text = 'X' IMPORTING f_fmfint = l_s_fmfint EXCEPTIONS OTHERS = 1.

FM_BUDGET_PERIOD_READ CALL FUNCTION 'FM_BUDGET_PERIOD_READ' EXPORTING i_budget_period = -budget_pd IMPORTING e_fmbudgetpdt = l_f_fmbudgetpdt EXCEPTIONS OTHERS = 1.

FM_COM_ITEM_READ_SINGLE_DATA CALL FUNCTION 'FM_COM_ITEM_READ_SINGLE_DATA' EXPORTING i_fikrs = u_fmarea i_gjahr = u_year i_fipex = -cmmtitem i_flg_text = 'X' IMPORTING e_f_fmcit = l_s_fmcit EXCEPTIONS OTHERS = 1.

BAPI_FUNC_AREA_GETDETAIL CALL FUNCTION 'BAPI_FUNC_AREA_GETDETAIL' EXPORTING functionalareaid = -funcarea IMPORTING functionalarea_detail = l_s_bapi0023_1 return = l_s_returncode.

FM_MEASURE_READ CALL FUNCTION 'FM_MEASURE_READ' EXPORTING i_fmarea = u_fmarea i_measure = -measure i_fisc_year = u_year i_flg_text = 'X' IMPORTING e_f_fmmeasuret = l_s_fmmeasuret EXCEPTIONS OTHERS = 1.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = u_tabname fieldname = u_fieldname lfieldname = l_lfieldname IMPORTING dfies_wa = l_f_fieldinfo EXCEPTIONS OTHERS = 1.

LVC_FIELDCATALOG_MERGE ** CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' ** EXPORTING *** I_BUFFER_ACTIVE = ** i_structure_name = 'BUKU_S_GENKEYPART' *** I_CLIENT_NEVER_DISPLAY = 'X' *** I_BYPASSING_BUFFER = *** I_INTERNAL_TABNAME = 'gt_dim_states' "doesnt work ** CHANGING ** ct_fieldcat = gt_fieldcat *** EXCEPTIONS *** INCONSISTENT_INTERFACE = 1 *** PROGRAM_ERROR = 2 *** OTHERS = 3 ** .

FMCU_CHECK_BUDCAT CALL FUNCTION 'FMCU_CHECK_BUDCAT' EXPORTING i_fm_area = u_fm_area i_budcat = u_budcat EXCEPTIONS OTHERS = 1.

FMCU_GET_BS_CONTROL CALL FUNCTION 'FMCU_GET_BS_CONTROL' EXPORTING im_fm_area = i_fikrs im_fiscyear = i_fyear im_version = '' IMPORTING e_ass_rule = l_ass_rule EXCEPTIONS OTHERS = 1.

FMCU_GET_BS_CONTROL CALL FUNCTION 'FMCU_GET_BS_CONTROL' EXPORTING im_fm_area = i_fikrs im_fiscyear = i_fyear im_version = i_vers IMPORTING e_ass_rule = l_ass_rule_version EXCEPTIONS OTHERS = 1.

FMAVC_RETRIEVE_GRANT_PO CALL FUNCTION 'FMAVC_RETRIEVE_GRANT_PO' EXPORTING i_fm_area = i_fikrs i_fiscyear = i_fyear i_pldnr = l_pldnr i_s_address = -s_address IMPORTING e_t_grant = l_t_grant EXCEPTIONS OTHERS = 1.

BUKU_GET_BUDCAT CALL FUNCTION 'BUKU_GET_BUDCAT' EXPORTING i_flg_with_texts = 'X' i_applic = con_applic_fm IMPORTING e_t_budcatt = l_t_budcatt[].



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