SAP /XPPM/EVA_KPI_ENGINE OO Class - Helper class for EVA KPI calculation
/XPPM/EVA_KPI_ENGINE is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /XPPM/EVA_KPI_ENGINE including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /XPPM/EVA_KPI_ENGINE SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| CALCULATE | Private | |
| CALL METHOD /xppm/eva_kpi_engine=>CALCULATE...more details | ||
| CLASS_CONSTRUCTOR | CLASS_CONSTRUCTOR | Private |
| CALL METHOD /xppm/eva_kpi_engine=>CLASS_CONSTRUCTOR...more details | ||
| CREATE | Private | |
| CALL METHOD /xppm/eva_kpi_engine=>CREATE...more details | ||
| CREATE_KPI_RECORDS | Private | |
| CALL METHOD /xppm/eva_kpi_engine=>CREATE_KPI_RECORDS...more details | ||
| FREE | Private | |
| CALL METHOD /xppm/eva_kpi_engine=>FREE...more details | ||
| GET_CO_DATA_FOR_OBJNR | Private | |
| CALL METHOD /xppm/eva_kpi_engine=>GET_CO_DATA_FOR_OBJNR...more details | ||
|
| ||
| GET_CO_DATA_FOR_PROJECT | Private | |
| CALL METHOD /xppm/eva_kpi_engine=>GET_CO_DATA_FOR_PROJECT...more details | ||
| GET_INSTANCE | Private | |
| CALL METHOD /xppm/eva_kpi_engine=>GET_INSTANCE...more details | ||
| GET_RFC_DESTINATION | Private | |
| CALL METHOD /xppm/eva_kpi_engine=>GET_RFC_DESTINATION...more details | ||
| INIT | Private | |
| CALL METHOD /xppm/eva_kpi_engine=>INIT...more details | ||
| SET_PROJECTS | Private | |
| CALL METHOD /xppm/eva_kpi_engine=>SET_PROJECTS...more details | ||
| WRITE_KPI_VALUES | Private | |
| CALL METHOD /xppm/eva_kpi_engine=>WRITE_KPI_VALUES...more details | ||
/XPPM/EVA_KPI_ENGINE attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_POC_ACTUAL | Instance Attribute | Indicator: Use method for planned POC or act. POC | LIKE | Private | |
| GC_POC_PLANNED | Instance Attribute | Indicator: Use method for planned POC or act. POC | LIKE | Private | |
| GC_TAB_ACOB | Instance Attribute | Not More Closely Defined Area, Possibly Used for Patchlevels | LIKE | Private | |
| GC_TAB_CPOB | Instance Attribute | Not More Closely Defined Area, Possibly Used for Patchlevels | LIKE | Private | |
| GC_TAB_TSKN | Instance Attribute | Not More Closely Defined Area, Possibly Used for Patchlevels | LIKE | Private | |
| GR_INSTANCE | Instance Attribute | Helper class for EVA KPI calculation | LIKE | Private | |
| GS_C_GLOB | Instance Attribute | PPM CS EVA: Global Customizing table | LIKE | Private | |
| GT_ACOB | Instance Attribute | Table type for /XPPM/EVA_ACOB | LIKE | Private | |
| GT_CO_DATA | Instance Attribute | table type for /XPPM/EVA_CO_DATA | LIKE | Private | |
| GT_CPOB | Instance Attribute | table type for structure /xppm/eva_cpob | LIKE | Private | |
| GT_KACOB | Instance Attribute | table type for /XPPM/EVA_KACOB | LIKE | Private | |
| GT_KCPOB | Instance Attribute | table type for /XPPM/EVA_Kcpob | LIKE | Private | |
| GT_KPI_OBJECTS | Instance Attribute | Table type for /XPPM/EVA_KPI_OBJECTS | LIKE | Private | |
| GT_KPI_REF | Instance Attribute | table type for /XPPM/EVA_C_KPI | LIKE | Private | |
| GT_KTSKN | Instance Attribute | Tabletype for /XPPM/EVA_KTSKN | LIKE | Private | |
| GT_PROJECTS | Instance Attribute | GUID Table (Sorted, Unique) | LIKE | Private | |
| GT_TSKN | Instance Attribute | Table type for /XPPM/EVA_TSKN | LIKE | Private |
Links to Related Class(s)
/XPPM/EV...Full list of available SAP object classes
Search for further information about these or an SAP related objects