SAP ABAP Class CL_RSIM_HC_PC_PERF (Process Chain Performance HealthCheck)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-WHM-MTD (Application Component) Metadata (Repository)
⤷
RSIM (Package) BI Monitoring Integration into NWA and BYD.
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_RSIM_HC | Health Check's Generic functionality | 20071203 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_RSIM_HC_INCIDENT_RESOLVER | Health Check Incident resolver generic functionality | 20090130 |
Properties
| Class | CL_RSIM_HC_PC_PERF | |
| Short Description | Process Chain Performance HealthCheck | |
| Super Class | CL_RSIM_HC | Health Check's Generic functionality |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSIM | BI Monitoring Integration into NWA and BYD. |
| Created | 20071203 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_RSIM_HC_INCIDENT_RESOLVER | Health Check Incident resolver generic functionality | 20090130 |
Friends
Class CL_RSIM_HC_PC_PERF has no friend class.
Attributes
Class CL_RSIM_HC_PC_PERF has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Get the default deviation for Process chain runtimes | 20090130 | |
| 2 | Instance method | Public | Method | Get the runtimes of process chains from RSPC tables | 20090130 | |
| 3 | Instance method | Public | Method | update the KPI values maintained in CCMS | 20071203 | |
| 4 | Instance method | Public | Method | Prepare the dataprovider for process chain statistics | 20071203 | |
| 5 | Instance method | Public | Method | Prepare the list of Incidents | 20071203 | |
| 6 | Instance method | Public | Method | Collect the process chains with deviation more than Threshol | 20071203 | |
| 7 | Instance method | Public | Method | If threshold dev = 0, sets the value to default value 10%(?) | 20080220 |
Events
Class CL_RSIM_HC_PC_PERF has no event.
Types
Class CL_RSIM_HC_PC_PERF has no local type.
Method Signatures
Method GET_DEFAULT_DEVIATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_DEV_IN_PERC | Call by reference | Type reference (TYPE) | INT4 | Natural number | 20090130 |
Method GET_DEFAULT_DEVIATION on class CL_RSIM_HC_PC_PERF has no exception.
Method GET_PC_RUNTIMES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_PC_RUNTIMES | Call by reference | Type reference (TYPE) | RSIM_T_PC_EXEC | Table type for Process Chain Execution times | 20090130 |
Method GET_PC_RUNTIMES on class CL_RSIM_HC_PC_PERF has no exception.
Method POST_KPI_VALUES Signature
Method POST_KPI_VALUES on class CL_RSIM_HC_PC_PERF has no parameter.
Method POST_KPI_VALUES on class CL_RSIM_HC_PC_PERF has no exception.
Method PREPARE_DATA_PROVIDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | C_S_QUERY_ELEM | Call by reference | Type reference (TYPE) | RSIM_S_QUERY_ELEM | Query and its elements. | 20071203 | |||
| 2 | C_T_PARAMETER | Call by reference | Type reference (TYPE) | RRXW3TQUERY | Query Table | 20071203 |
Method PREPARE_DATA_PROVIDER on class CL_RSIM_HC_PC_PERF has no exception.
Method PREPARE_INCIDENTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_T_IC | Call by reference | Type reference (TYPE) | RSIM_T_HC_INCIDENT | List of Incidents and their context details | 20071203 | |||
| 2 | I_THR_DEV | Call by reference | Type reference (TYPE) | RSIM_PC_DUR | Process Chain deviation | 20080220 | |||
| 3 | I_T_PC | Call by reference | Type reference (TYPE) | RSIM_T_PC_EXEC | Table type for Process Chain Execution times | 20071203 | |||
| 4 | I_T_PC_RANGE | Call by reference | Type reference (TYPE) | RSIMT_T_PC_RANGE | 20071203 |
Method PREPARE_INCIDENTS on class CL_RSIM_HC_PC_PERF has no exception.
Method READ_PC_EXCEEDING_DEV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_KPI_VALUE | Call by reference | Type reference (TYPE) | I | % of process chains exceeding threshold | 20071203 | |||
| 2 | E_THRESHOLD_DEVIATION | Call by reference | Type reference (TYPE) | RSIM_PC_DUR | Process Chain duration | 20071203 | |||
| 3 | E_T_PC | Call by reference | Type reference (TYPE) | RSIM_T_PC_EXEC | Table type for Process Chain Execution times | 20071203 | |||
| 4 | E_T_PC_RANGE | Call by reference | Type reference (TYPE) | RSIMT_T_PC_RANGE | 20071203 | ||||
| 5 | I_S_QUERY_ELEM | Call by reference | Type reference (TYPE) | RSIM_S_QUERY_ELEM | Query and its elements. | 20071203 | |||
| 6 | I_T_PARAMETER | Call by reference | Type reference (TYPE) | RRXW3TQUERY | Query Table | 20071203 |
Method READ_PC_EXCEEDING_DEV on class CL_RSIM_HC_PC_PERF has no exception.
Method SET_DEFAULT_DEVIATION Signature
Method SET_DEFAULT_DEVIATION on class CL_RSIM_HC_PC_PERF has no parameter.
Method SET_DEFAULT_DEVIATION on class CL_RSIM_HC_PC_PERF has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 711 |