KFM_KF_REPORT_EXAMPLE is a standard Executable ABAP Report 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 KFM_KF_REPORT_EXAMPLE 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.
Selection Text: KPIVALUE = Key Figure Value
Selection Text: P_KF_ID = Key Figure ID
Selection Text: P_TARGET = Key-Figure-Managing System
Selection Text: P_UPDATE = Update Key Figure
Title: Example: Key Figure-Generating Report for Generic Key Figure Monitor
INCLUDE KFM_KF_REPORT_TOP.
INCLUDE KFM_KF_REPORT_PARAMETERS.
INCLUDE KFM_KF_REPORT_INITIALIZATION.
INCLUDE KFM_KF_REPORT_SELSCREEN_OUTPUT.
INCLUDE KFM_KF_REPORT_AT_SEL_SCREEN.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
KFM_KF_REPORT_EXAMPLE - Example: Key Figure-Generating Report for Generic Key Figure Monitor KFM_KF_REPORT_EXAMPLE - Example: Key Figure-Generating Report for Generic Key Figure Monitor KFM_KF_REPORT_DETAIL_PARAMSF01 - KFMKFREPORTDETAILPARAMSF01 KFM_KF_REPORT_DETAIL - Program KFM_KF_REPORT_DETAIL KFM_KF_REPORT_DETAIL - Program KFM_KF_REPORT_DETAIL KFM_KF_REPORT_BW_QUERY - Program KFM_KF_REPORT_BW_QUERY: Read Key Figures from SAP BW