SAP ABAP Class CL_PPH_KPI_SIMULATION (Class for supporting availability test)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
PP-MRP (Application Component) Material Requirements Planning
⤷
PPH_SUPPORT (Package) PP on HANA: Test Entities
⤷
⤷
Properties
| Class | CL_PPH_KPI_SIMULATION | |
| Short Description | Class for supporting availability test | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PPH_SUPPORT | PP on HANA: Test Entities |
| Created | 20121129 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_PPH_KPI_SIMULATION has no forward declaration.
Interfaces
Class CL_PPH_KPI_SIMULATION has no interface implemented.
Friends
Class CL_PPH_KPI_SIMULATION has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_PPH_HANA_ACCESS | Access HANA functions for PP | 20121129 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Calculates output | 20121129 | |
| 2 | Instance method | Private | Method | Coverage | 20121129 | |
| 3 | Instance method | Private | Method | To date singel | 20121129 | |
| 4 | Instance method | Private | Method | cumulate | 20121129 | |
| 5 | Instance method | Private | Method | reads key figures for KPI | 20121129 | |
| 6 | Instance method | Private | Method | 20121129 |
Events
Class CL_PPH_KPI_SIMULATION has no event.
Types
Class CL_PPH_KPI_SIMULATION has no local type.
Method Signatures
Method CALCULATE_KPI_OUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_BUCKETS | Call by reference | Type reference (TYPE) | PPH_KPI_VIEW_BUCKET_TAB | Table type for ZTA_KPI_VIEW_BUCKET | 20121129 | |||
| 2 | ET_HEADER_OUT | Call by reference | Type reference (TYPE) | PPH_KPI_VIEW_KEY_FIG_UI_TAB | Table type for ZTA_KPI_VIEW_KEY_FIG | 20121129 | |||
| 3 | IV_DISPO | Call by reference | Type reference (TYPE) | DISPO | MRP controller | 20121129 | |||
| 4 | IV_EVAL_HOR | Call by reference | Type reference (TYPE) | INT4 | 30 | Natural number | 20130218 | ||
| 5 | IV_MANDT | Call by reference | Type reference (TYPE) | MANDT | SY-MANDT | Client | 20121129 | ||
| 6 | IV_WERKS | Call by reference | Type reference (TYPE) | PLWRK | Planning Plant | 20121129 |
Method CALCULATE_KPI_OUT on class CL_PPH_KPI_SIMULATION has no exception.
Method PPH_KPI_COVERAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_COVERAGE | Call by reference | Type reference (TYPE) | PPH_KPI_COVERAGE_OUT_TAB | Table type for ZTA_KPI_COVERAGE_OUT | 20121129 | |||
| 2 | ET_CUMULATED | Call by reference | Type reference (TYPE) | PPH_KPI_CUMULATE_OUT_TAB | KPI cumulate structure output | 20121129 | |||
| 3 | IT_DATA | Call by reference | Type reference (TYPE) | PPH_KPI_COVERAGE_EL_IN_TAB | Table type for ZTA_KPI_COVERAGE_EL_IN | 20121129 | |||
| 4 | IV_MANDT | Call by reference | Type reference (TYPE) | MANDT | Client | 20121129 |
Method PPH_KPI_COVERAGE on class CL_PPH_KPI_SIMULATION has no exception.
Method PPH_KPI_COVERAGE_TO_DATE_SINGL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_COVERAGE | Call by reference | Type reference (TYPE) | PPH_KPI_COVERAGE_SINGLE_OUT_TA | Table type for ZTA_KPI_COVERAGE_SINGLE_OUT | 20121129 | |||
| 2 | ET_CUMULATED | Call by reference | Type reference (TYPE) | PPH_KPI_CUMULATE_OUT_TAB | Table type for ZTA_KPI_CUMULATE_OUT | 20121129 | |||
| 3 | IT_ELEMENTS | Call by reference | Type reference (TYPE) | PPH_KPI_COVERAGE_IN_TAB | Table type for ZTA_KPI_COVERAGE_IN | 20121129 |
Method PPH_KPI_COVERAGE_TO_DATE_SINGL on class CL_PPH_KPI_SIMULATION has no exception.
Method PPH_KPI_CUMULATE1 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CUMULATED | Call by reference | Type reference (TYPE) | PPH_KPI_CUMULATE_OUT_TAB | Table type for ZTA_KPI_CUMULATE_OUT | 20121129 | |||
| 2 | IT_ELEMENTS | Call by reference | Type reference (TYPE) | PPH_KPI_CUMULATE_IN_TAB | Table type for ZTA_KPI_CUMULATE_IN | 20121129 |
Method PPH_KPI_CUMULATE1 on class CL_PPH_KPI_SIMULATION has no exception.
Method PPH_KPI_KEY_FIGURES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_BUCKET_OUT | Call by reference | Type reference (TYPE) | PPH_KPI_VIEW_BUCKET_TAB | Bucket structure for KPI view | 20121129 | |||
| 2 | ET_HEADER_OUT | Call by reference | Type reference (TYPE) | PPH_KPI_VIEW_KEY_FIG_TAB | Table type for ZTA_KPI_VIEW_KEY_FIG | 20121129 | |||
| 3 | IV_DISPO | Call by reference | Type reference (TYPE) | DISPO | MRP controller | 20121129 | |||
| 4 | IV_MANDT | Call by reference | Type reference (TYPE) | MANDT | Client | 20121129 | |||
| 5 | IV_WERKS | Call by reference | Type reference (TYPE) | PLWRK | Planning Plant | 20121129 |
Method PPH_KPI_KEY_FIGURES on class CL_PPH_KPI_SIMULATION has no exception.
Method READ_HDB_UNION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CTRL | Call by reference | Type reference (TYPE) | PPH_CTRL_FINALIZE_AGG_KPI_TAB | Table type for ZTA_CTRL_FINALIZE_AGG_KPI | 20121129 | |||
| 2 | ET_MDPS | Call by reference | Type reference (TYPE) | PPH_KPI_COVERAGE_EL_IN_TAB | Table type for ZTA_MDPS_FINALIZE_AGG_KPI | 20121129 | |||
| 3 | IT_SEL | Call by reference | Type reference (TYPE) | PPH_MATNR_WERKS_BERID_SEL_TAB | Global temporary table for selecting from HANA (PP) | 20121129 |
Method READ_HDB_UNION on class CL_PPH_KPI_SIMULATION has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 616 |