SAP ABAP IMG Activity SIMG_EPM_KPI_EX_R3 (ERP Key Figures)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO (Application Component) Logistics - General
     PLANT_MANAGER (Package) Plant Manager
IMG Activity
ID SIMG_EPM_KPI_EX_R3 ERP Key Figures  
Transaction Code S_PL0_86000164   (empty) 
Created on 20040311    
Customizing Attributes SIMG_EPM_KPI_EX_R3   ERP Key Figures 
Customizing Activity    
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name PLANTMGR_EXAMPLE_R3    

Use

With the Plant Manager role, you can determine key figure indicators (KPI) from the SAP R/3 system and display these in the portal. SAP provides examples for KPIs from SAP R/3 that show you how these KPIs are determined in the system.

SAP provides the reports Evaluation for Capacity Load Utilization (EPM_CAPLOAD_KPI) and Production Quantity Evaluation (EPM_ORDER_KPI) as examples. To call these reports, choose Tools -> ABAP Workbench -> Development -> ABAP Editor (transaction SE38).

For more information, see the report documentation:

Requirements

So that KPI values are transferred to the data store relevant for the KPI watch list, all KPI-relevant R/3 reports with the assigned variants must be executed using transaction EPM_REPORT_START, either directly or during background processing.

For customer-specific KPI programs, the standard delivery offers the following INCLUDE modules. These can be included in the existing program using the INCLUDE statement, for example. This would minimize the work required for implementation.

  • include epm_report_top
  • include epm_report_parameters
  • include epm_report_initialization
  • include epm_report_sel_screen_output
  • include epm_report_at_selection_screen
  • include epm_report_get_kpi_info
  • include epm_report_insert_kpi_data

These function modules are also used in the standard reports described above.

Standard settings

Activities

If you wish to determine KPI values from R/3 systems in releases older than ECC 500, and transfer these to the KPI managing system, you must use the function module EPM_KPI_GET to obtain information about the KPI, as well as the function module EPM_KPI_DATA_INSERT to add a new KPI value to a KPI. Note parameter I_NO_CHECK_OF_INSERT_CODE.

Example

The example program EPM_REPORT_EXAMPLE provides a syntactical and correct basis structure that can be used as a template for new KPI reports.

Business Attributes
ASAP Roadmap ID 204   Establish Functions and Processes 
Mandatory / Optional 2   Optional activity 
Critical / Non-Critical 2   Non-critical 
Country-Dependency A   Valid for all countries 
Maintenance Objects
Maintenance object type    
History
Last changed by/on SAP  20050725 
SAP Release Created in 500