SAP Reports / Programs

FMKF_REPORT01 SAP ABAP Report - Key Figures Reporting Tool







FMKF_REPORT01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this report, you can display key figures for a selected range of FM account assignments...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter FMKF_REPORT01 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FMKFR01 - Display budget data


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. "Basic submit
SUBMIT FMKF_REPORT01 AND RETURN. "Return to original report after report execution complete
SUBMIT FMKF_REPORT01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_BUDCAT = Budget Category
Selection Text: P_DBCON = D .
Selection Text: P_FMAREA = D .
Selection Text: P_KEYF_1 = D .
Selection Text: P_KEYF_2 = D .
Selection Text: P_KEYF_3 = D .
Selection Text: P_KEYF_4 = D .
Selection Text: P_KEYF_5 = D .
Selection Text: P_NOHANA = No Hana
Selection Text: P_SELVAR = D .
Selection Text: P_VARI = D .
Selection Text: P_VERS = D .
Selection Text: P_YEAR = D .
Selection Text: S_BUDPER = D .
Selection Text: S_FAREA = D .
Selection Text: S_FICTR = D .
Selection Text: S_FIPEX = D .
Selection Text: S_FONDS = D .
Selection Text: S_GRANT = D .
Selection Text: S_MEASR = D .
Title: Key Figures Reporting Tool
Text Symbol: P01 = HANA setting
Text Symbol: 240 = Budget Category
Text Symbol: 230 = Display also lines equal to zero
Text Symbol: 210 = Year of Cash Effectivity
Text Symbol: 180 = Key Figure5
Text Symbol: 170 = Key Figure4
Text Symbol: 160 = Key Figure3
Text Symbol: 150 = Key Figure2
Text Symbol: 001 = Header Data
Text Symbol: 002 = FM Area
Text Symbol: 003 = Fiscal Year
Text Symbol: 004 = Budget Category
Text Symbol: 005 = Version
Text Symbol: 006 = FM Account Assigment Element
Text Symbol: 007 = Fund
Text Symbol: 008 = Funds Center
Text Symbol: 009 = Commitment Item





Text Symbol: 010 = Functional Area
Text Symbol: 011 = User Dimension
Text Symbol: 012 = Grant Number
Text Symbol: 013 = Funded Program
Text Symbol: 017 = Key Figures to be displayed for FM Account Assignments
Text Symbol: 018 = Budget Period
Text Symbol: 021 = FM Budgeting - Key Figures report
Text Symbol: 022 = Page
Text Symbol: 024 = Layout selection
Text Symbol: 101 = Confirmation of continue
Text Symbol: 102 = You have to decide on which datasource you would like to execute the drilldown report
Text Symbol: 103 = Budgeting
Text Symbol: 104 = Posting
Text Symbol: 105 = Selection of Budget Adresses
Text Symbol: 106 = Selection of Budget Object
Text Symbol: 110 = Display Budget Text
Text Symbol: 120 = Convert sign to user interface for Line Items Drilldown report
Text Symbol: 130 = Key Figure1
Text Symbol: 140 = Budget Type


INCLUDES used within this REPORT FMKF_REPORT01

INCLUDE LFMKU_AUTHORITY_CHECKEQU.
INCLUDE IFMBS_LDNR_SELECTION_FOR_MP.
INCLUDE FMKF_REPORT01_CLASSES_DEF.
INCLUDE FMKF_REPORT01_TOP.
INCLUDE FMMP_GET_CEFFYEAR.
INCLUDE FMKF_REPORT01_SELSCREEN.
INCLUDE FMKF_REPORT01_SCREEN_0020.
INCLUDE FMKF_REPORT01_SCREEN_0100.
INCLUDE FMKF_REPORT01_FORMS.
INCLUDE FMKF_REPORT01_FORMS_AUTH_CHECK.
INCLUDE FMKF_REPORT01_CLASSES_IMP.
INCLUDE RKASMAWF.


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_FYC_SELSCR_STATUS_SET CALL FUNCTION 'FM_FYC_SELSCR_STATUS_SET' IMPORTING e_text_block_fma = bltxtfma e_text_block_mass = bltxtmss e_text_button = pbfmsele e_title_selvar_f4 = g_selvar_f4_title.

GUID_CREATE * CALL FUNCTION 'GUID_CREATE' * IMPORTING * ev_guid_16 = g_blanck_id.

BUBAS_CREATE_UID CALL FUNCTION 'BUBAS_CREATE_UID' IMPORTING e_uid_x16 = g_blanck_id.






FM_GET_EXPERT_MODE CALL FUNCTION 'FM_GET_EXPERT_MODE' EXPORTING i_uname = sy-uname i_programm = g_repid IMPORTING e_exception_active = g_expert_mode.

FM_FYC_SCHEDMAN_INIT CALL FUNCTION 'FM_FYC_SCHEDMAN_INIT' EXPORTING i_repid = 'FMKF_REPORT01' i_tcode = 'FMKFR01' i_wfitem = wf_witem i_wflist = wf_wlist * i_flg_test = p_test IMPORTING e_f_schedman_key = g_f_schedman_key.

FM_FYC_SCHEDMAN_CLOSE CALL FUNCTION 'FM_FYC_SCHEDMAN_CLOSE' EXPORTING i_f_schedman_key = g_f_schedman_key i_wfitem = wf_witem i_wfokey = wf_okey i_aplstat = g_aplstat.



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