SAP Reports / Programs

FMKF_DEF SAP ABAP Report - Key Figures - Tool for Key Figures definition







FMKF_DEF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For further information, see the IMG documentation of 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_DEF 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

RPKFDEF - Reporting Key Figures definition
FMKFDEF - FM Definition of Key Figures


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


Text pool values


Title: Key Figures - Tool for Key Figures definition
Text Symbol: 332 = Define the key figure starting with YY... or ZZ... .
Text Symbol: 333 = Give a name, a heading (used for headers of columns in reporting),
Text Symbol: 334 = a description.
Text Symbol: 335 = To add terms, first you have to select one datasource.
Text Symbol: 336 = Fields of term support standard values
Text Symbol: 337 = like 1999, 2000 (...) for years
Text Symbol: 338 = but also meta-values like
Text Symbol: 339 = # : same value as in parameter (input required)
Text Symbol: 340 = * : all values added together
Text Symbol: 341 = -1, +1, -2, (...) : relative values
Text Symbol: 342 =
Text Symbol: 343 = Depending on the Fund, some budget types are considered as consumable and others
Text Symbol: 344 = as not available for consumption. Only budget values which are assigned
Text Symbol: 345 = with consumable budget type are totaled up for the curent processed fund.
Text Symbol: 346 =
Text Symbol: 347 = & : aggregation depending on customizing. Only valid for fields "Budget Type" and "Fiscal Year".
Text Symbol: 348 =
Text Symbol: 349 = Create
Text Symbol: 401 = All values
Text Symbol: 402 = Input Parameter
Text Symbol: 403 = Relative values
Text Symbol: 404 = Value SPACE
Text Symbol: 405 = Overall
Text Symbol: 406 = Consumable
Text Symbol: 407 = # or aggregation on last BCS YCE defined in time horizon
Text Symbol: 408 = Consumable and eligible Budget Types
Text Symbol: 409 = All values for Eligible Budget Types
Text Symbol: 410 = Posted database values (P) + Input value (P + R + E)
Text Symbol: 500 = Key Figures Selection
Text Symbol: 510 = Variable
Text Symbol: 001 = Yes
Text Symbol: 002 = No
Text Symbol: 003 = Saved
Text Symbol: 004 = Not saved
Text Symbol: 005 = All categories
Text Symbol: 006 = Search Key Figure Category
Text Symbol: 010 = Select data sources





Text Symbol: 100 = Confirmation of saving
Text Symbol: 101 = Confirmation of deletion
Text Symbol: 102 = Confirmation of edition
Text Symbol: 200 = Do you want to save it?
Text Symbol: 201 = Do you want to continue?
Text Symbol: 301 = Key Figures Information
Text Symbol: 302 = What is a Key Figure?
Text Symbol: 303 = A key figure defines a formula to aggregate values.
Text Symbol: 304 = Key figures are used for reporting purposes,
Text Symbol: 305 = consistency checks ...
Text Symbol: 306 =
Text Symbol: 310 = What is a Category?
Text Symbol: 311 = A category defines a working area for the key figure.
Text Symbol: 312 = It is used to restrict the list of available key figures.
Text Symbol: 313 = only the key figures with the flag "Consistency checks" set
Text Symbol: 314 = can be used in the consistency check tool.
Text Symbol: 315 =
Text Symbol: 320 = What is a Datasource?
Text Symbol: 321 = Each term of a key figure is related to one datasource.
Text Symbol: 322 = A datasource is the source on which the term definition
Text Symbol: 323 = will act as a filter for data selection.
Text Symbol: 324 =
Text Symbol: 330 = How to Create a Key Figure?
Text Symbol: 331 = Click the button


INCLUDES used within this REPORT FMKF_DEF

INCLUDE FMKF_DEF_VAR.
INCLUDE FMKF_DEF_TERM_F4_HELP.
INCLUDE FMKF_DEF_EVENTS_TERM_GRID.
INCLUDE FMKF_DEF_EVENTS_TERM_LOG.
INCLUDE FMKF_DEF_EVENTS_KF_GRID.
INCLUDE FMKF_DEF_KF_GRID_HEADER.
INCLUDE FMKF_DEF_UTILS.
INCLUDE FMKF_DEF_KF_UTILS.
INCLUDE FMKF_DEF_INIT.
INCLUDE FMKF_DEF_SCREEN_UTILS.
INCLUDE FMKF_DEF_SCREEN_1000.
INCLUDE FMKF_DEF_SCREEN_1110.
INCLUDE FMKF_DEF_SCREEN_1120.
INCLUDE FMKF_DEF_SCREEN_2100.
INCLUDE FMKF_DEF_SCREEN_2110.





INCLUDE FMKF_DEF_SCREEN_2120.
INCLUDE FMKF_DEF_SCREEN_2130.
INCLUDE FMKF_DEF_SCREEN_2140.
INCLUDE FMKF_DEF_SCREEN_2200.
INCLUDE FMKF_DEF_SCREEN_2210.
INCLUDE FMKF_DEF_SCREEN_2250.


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:

No SAP FUNCTION MODULES are executed within this report code!



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