SAP ABAP Class CL_POC_THR_MANAGER (Threshold Manager Class)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-POC (Application Component) Process Orchestration for Built-In Processes
⤷
BS_POC_MAIN (Package) Process Orchestration - Runtime
⤷
⤷
Properties
| Class | CL_POC_THR_MANAGER | |
| Short Description | Threshold Manager Class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | BS_POC_MAIN | Process Orchestration - Runtime |
| Created | 20110711 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_POC_THR_MANAGER has no forward declaration.
Interfaces
Class CL_POC_THR_MANAGER has no interface implemented.
Friends
Class CL_POC_THR_MANAGER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_POC_THR_MANAGER | Threshold Manager Class | 20110711 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Evaluate the Classification threshold | 20110711 | |
| 2 | Instance method | Public | Method | Evaluate the Count threshold | 20110711 | |
| 3 | Instance method | Public | Method | Evaluate the Duration threshold | 20110711 | |
| 4 | Static method | Public | Method | Gets the instance of the class CL_POC_THR_MANAGER | 20110711 | |
| 5 | Instance method | Public | Method | Segregate the Thresholds which are updates and insert | 20110719 | |
| 6 | Instance method | Public | Method | Raise the BOR event | 20110711 | |
| 7 | Instance method | Private | Method | Updates the classfication threshold | 20110711 | |
| 8 | Instance method | Private | Method | Updates the count threshold | 20110711 | |
| 9 | Instance method | Private | Method | Updates the duration threshold | 20110711 | |
| 10 | Instance method | Public | Method | Updates the count, duration and classification KPIs | 20110711 |
Events
Class CL_POC_THR_MANAGER has no event.
Types
Class CL_POC_THR_MANAGER has no local type.
Method Signatures
Method EVALUATE_CLS_THRESHOLD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_THRESHOLD_UPD | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Table type for Threshold tracking | 20110713 | |||
| 2 | IT_BA_INFO | Call by reference | Type reference (TYPE) | POC_T_PRC_STEP_KPI | Activity Metrics Interface | 20110720 | |||
| 3 | IT_CTG_THRESHOLD | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Table type for Threshold tracking | 20110720 | |||
| 4 | IT_KPI_INFO | Call by reference | Type reference (TYPE) | POC_T_KPI_LOG | KPI Log Entry | 20110720 |
Method EVALUATE_CLS_THRESHOLD on class CL_POC_THR_MANAGER has no exception.
Method EVALUATE_COUNT_THRESHOLD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_THRESHOLD_UPD | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Table type for Threshold tracking | 20110713 | |||
| 2 | IT_BA_INFO | Call by reference | Type reference (TYPE) | POC_T_PRC_STEP_KPI | Activity Metrics Interface | 20110713 | |||
| 3 | IT_COUNT_KPI | Call by reference | Type reference (TYPE) | POC_T_KPI_LOG | KPI Log Entry | 20110713 | |||
| 4 | IT_COUNT_THRESHOLD | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Table type for Threshold tracking | 20110713 |
Method EVALUATE_COUNT_THRESHOLD on class CL_POC_THR_MANAGER has no exception.
Method EVALUATE_DURA_THRESHOLD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_THRESHOLD_UPD | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Table type for Threshold tracking | 20110713 | |||
| 2 | IT_BA_INFO | Call by reference | Type reference (TYPE) | POC_T_PRC_STEP_KPI | Activity Metrics Interface | 20110718 | |||
| 3 | IT_DURA_THRESHOLD | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Table type for Threshold tracking | 20110717 | |||
| 4 | IT_KPI_INFO | Call by reference | Type reference (TYPE) | POC_T_KPI_LOG | KPI Log metrics | 20110719 |
Method EVALUATE_DURA_THRESHOLD on class CL_POC_THR_MANAGER has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_THRESHOLD_MANAGER | Call by reference | Object reference (TYPE REF TO) | CL_POC_THR_MANAGER | Threshold Manager Class | 20110711 |
Method GET_INSTANCE on class CL_POC_THR_MANAGER has no exception.
Method SEGREGATE_INS_AND_UPD_THR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_COUNT_THR_INS | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Count Thresholds for insertion | 20110719 | |||
| 2 | ET_COUNT_THR_UPD | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Count Thresholds for Updation | 20110719 | |||
| 3 | ET_CTG_THR_INS | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Classification Thresholds for insertion | 20110719 | |||
| 4 | ET_CTG_THR_UPD | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Classification Thresholds for Updation | 20110719 | |||
| 5 | ET_DUR_THR_INS | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Duration Thresholds for insertion | 20110719 | |||
| 6 | ET_DUR_THR_UPD | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Duration Thresholds for Updation | 20110719 | |||
| 7 | IT_COUNT_THR | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Count Thresholds which are new or changed | 20110719 | |||
| 8 | IT_CTG_THR | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Classification Thresholds which are new or changed | 20110719 | |||
| 9 | IT_DUR_THR | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Duration Thresholds which are new or changed | 20110719 | |||
| 10 | IT_THRESHOLDS_ORI | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Original Thresholds derived from customizing (All t 3 types) | 20110719 | |||
| 11 | IT_THRESHOLD_DB | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Thresholds Already in the DB | 20121228 |
Method SEGREGATE_INS_AND_UPD_THR on class CL_POC_THR_MANAGER has no exception.
Method SEND_BOR_NOTIFICATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_THRESHOLD_UPD | Call by reference | Type reference (TYPE) | POC_D_TRACK_THR | Threshold Tracking table | 20110713 | |||
| 2 | IS_BA_INFO | Call by reference | Type reference (TYPE) | POC_S_PRC_STEP_KPI | Activity Metrics Interface | 20110713 | |||
| 3 | IS_KPI_INFO | Call by reference | Type reference (TYPE) | POC_D_KPI_LOG | Task Log KPI Values | 20110718 | |||
| 4 | IS_THRESHOLD | Call by reference | Type reference (TYPE) | POC_D_TRACK_THR | Threshold Tracking table | 20110713 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Container Access Denied | 20110728 | ||
| 2 | Element Access Denied | 20110728 |
Method UPDATE_CLS_THRESHOLD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_CTG_THR_INS | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Table type for Threshold tracking | 20110713 | |||
| 2 | IT_CTG_THR_UPD | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Table type for Threshold tracking | 20110713 |
Method UPDATE_CLS_THRESHOLD on class CL_POC_THR_MANAGER has no exception.
Method UPDATE_COUNT_THRESHOLD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_COUNT_THR_INS | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Table type for Threshold tracking | 20110713 | |||
| 2 | IT_COUNT_THR_UPD | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Table type for Threshold tracking | 20110713 |
Method UPDATE_COUNT_THRESHOLD on class CL_POC_THR_MANAGER has no exception.
Method UPDATE_DURA_THRESHOLD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DUR_THR_DEL | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Table type for Threshold tracking | 20110721 | |||
| 2 | IT_DUR_THR_INS | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Table type for Threshold tracking | 20110713 | |||
| 3 | IT_DUR_THR_UPD | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Table type for Threshold tracking | 20110713 |
Method UPDATE_DURA_THRESHOLD on class CL_POC_THR_MANAGER has no exception.
Method UPDATE_THRESHOLDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_COUNT_THR_INS | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Table type for Threshold tracking | 20110713 | |||
| 2 | IT_COUNT_THR_UPD | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Table type for Threshold tracking | 20110713 | |||
| 3 | IT_CTG_THR_INS | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Table type for Threshold tracking | 20110713 | |||
| 4 | IT_CTG_THR_UPD | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Table type for Threshold tracking | 20110713 | |||
| 5 | IT_DUR_THR_DEL | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Deletion values | 20110721 | |||
| 6 | IT_DUR_THR_INS | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Table type for Threshold tracking | 20110713 | |||
| 7 | IT_DUR_THR_UPD | Call by reference | Type reference (TYPE) | POC_T_THR_TRACK | Table type for Threshold tracking | 20110713 |
Method UPDATE_THRESHOLDS on class CL_POC_THR_MANAGER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |