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 NameDescriptionVisability
CALCULATEPrivate
CALL METHOD /xppm/eva_kpi_engine=>CALCULATE...more details

CLASS_CONSTRUCTORCLASS_CONSTRUCTORPrivate
CALL METHOD /xppm/eva_kpi_engine=>CLASS_CONSTRUCTOR...more details

CREATEPrivate
CALL METHOD /xppm/eva_kpi_engine=>CREATE...more details

CREATE_KPI_RECORDSPrivate
CALL METHOD /xppm/eva_kpi_engine=>CREATE_KPI_RECORDS...more details

FREEPrivate
CALL METHOD /xppm/eva_kpi_engine=>FREE...more details

GET_CO_DATA_FOR_OBJNRPrivate
CALL METHOD /xppm/eva_kpi_engine=>GET_CO_DATA_FOR_OBJNR...more details

GET_CO_DATA_FOR_PROJECTPrivate
CALL METHOD /xppm/eva_kpi_engine=>GET_CO_DATA_FOR_PROJECT...more details

GET_INSTANCEPrivate
CALL METHOD /xppm/eva_kpi_engine=>GET_INSTANCE...more details

GET_RFC_DESTINATIONPrivate
CALL METHOD /xppm/eva_kpi_engine=>GET_RFC_DESTINATION...more details

INITPrivate
CALL METHOD /xppm/eva_kpi_engine=>INIT...more details

SET_PROJECTSPrivate
CALL METHOD /xppm/eva_kpi_engine=>SET_PROJECTS...more details

WRITE_KPI_VALUESPrivate
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_POC_ACTUALInstance AttributeIndicator: Use method for planned POC or act. POCLIKE
Private
GC_POC_PLANNEDInstance AttributeIndicator: Use method for planned POC or act. POCLIKE
Private
GC_TAB_ACOBInstance AttributeNot More Closely Defined Area, Possibly Used for PatchlevelsLIKE
Private
GC_TAB_CPOBInstance AttributeNot More Closely Defined Area, Possibly Used for PatchlevelsLIKE
Private
GC_TAB_TSKNInstance AttributeNot More Closely Defined Area, Possibly Used for PatchlevelsLIKE
Private
GR_INSTANCEInstance AttributeHelper class for EVA KPI calculationLIKE
Private
GS_C_GLOBInstance AttributePPM CS EVA: Global Customizing tableLIKE
Private
GT_ACOBInstance AttributeTable type for /XPPM/EVA_ACOBLIKE
Private
GT_CO_DATAInstance Attributetable type for /XPPM/EVA_CO_DATALIKE
Private
GT_CPOBInstance Attributetable type for structure /xppm/eva_cpobLIKE
Private
GT_KACOBInstance Attributetable type for /XPPM/EVA_KACOBLIKE
Private
GT_KCPOBInstance Attributetable type for /XPPM/EVA_KcpobLIKE
Private
GT_KPI_OBJECTSInstance AttributeTable type for /XPPM/EVA_KPI_OBJECTSLIKE
Private
GT_KPI_REFInstance Attributetable type for /XPPM/EVA_C_KPILIKE
Private
GT_KTSKNInstance AttributeTabletype for /XPPM/EVA_KTSKNLIKE
Private
GT_PROJECTSInstance AttributeGUID Table (Sorted, Unique)LIKE
Private
GT_TSKNInstance AttributeTable type for /XPPM/EVA_TSKNLIKE
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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!