KFM_LT600_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_LT600_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: P_TARGET = Key Figure Managing System
Selection Text: P_UPDATE = Update Key Figure
Title: Example of a Key Figure Generating Report for Releases < ECC600
INCLUDE KFM_LT600_TOP.
INCLUDE KFM_LT600_PARAMETERS.
INCLUDE KFM_LT600_INITIALIZATION.
INCLUDE KFM_LT600_SELSCREEN_OUTPUT.
INCLUDE KFM_LT600_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_LT600_REPORT_EXAMPLE - Example of a Key Figure Generating Report for Releases < ECC600 KFM_LT600_REPORT_EXAMPLE - Example of a Key Figure Generating Report for Releases < ECC600 KFM_LT600_PARAMETERS - KFMLT600PARAMETERS KFM_LT600_INSERT_KF_DATA - KFMLT600INSERTKFDATA KFM_LT600_INITIALIZATION - KFMLT600INITIALIZATION KFM_LT600_GET_KF_INFO - KFMLT600GETKFINFO