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 GO_THRESHOLD_MANAGER 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 EVALUATE_CLS_THRESHOLD Instance method Public Method Evaluate the Classification threshold 20110711
2 EVALUATE_COUNT_THRESHOLD Instance method Public Method Evaluate the Count threshold 20110711
3 EVALUATE_DURA_THRESHOLD Instance method Public Method Evaluate the Duration threshold 20110711
4 GET_INSTANCE Static method Public Method Gets the instance of the class CL_POC_THR_MANAGER 20110711
5 SEGREGATE_INS_AND_UPD_THR Instance method Public Method Segregate the Thresholds which are updates and insert 20110719
6 SEND_BOR_NOTIFICATION Instance method Public Method Raise the BOR event 20110711
7 UPDATE_CLS_THRESHOLD Instance method Private Method Updates the classfication threshold 20110711
8 UPDATE_COUNT_THRESHOLD Instance method Private Method Updates the count threshold 20110711
9 UPDATE_DURA_THRESHOLD Instance method Private Method Updates the duration threshold 20110711
10 UPDATE_THRESHOLDS 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 Exporting ET_THRESHOLD_UPD Call by reference Type reference (TYPE) POC_T_THR_TRACK Table type for Threshold tracking 20110713
2 Importing IT_BA_INFO Call by reference Type reference (TYPE) POC_T_PRC_STEP_KPI Activity Metrics Interface 20110720
3 Importing IT_CTG_THRESHOLD Call by reference Type reference (TYPE) POC_T_THR_TRACK Table type for Threshold tracking 20110720
4 Importing 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 Exporting ET_THRESHOLD_UPD Call by reference Type reference (TYPE) POC_T_THR_TRACK Table type for Threshold tracking 20110713
2 Importing IT_BA_INFO Call by reference Type reference (TYPE) POC_T_PRC_STEP_KPI Activity Metrics Interface 20110713
3 Importing IT_COUNT_KPI Call by reference Type reference (TYPE) POC_T_KPI_LOG KPI Log Entry 20110713
4 Importing 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 Exporting ET_THRESHOLD_UPD Call by reference Type reference (TYPE) POC_T_THR_TRACK Table type for Threshold tracking 20110713
2 Importing IT_BA_INFO Call by reference Type reference (TYPE) POC_T_PRC_STEP_KPI Activity Metrics Interface 20110718
3 Importing IT_DURA_THRESHOLD Call by reference Type reference (TYPE) POC_T_THR_TRACK Table type for Threshold tracking 20110717
4 Importing 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 Exporting 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 Exporting ET_COUNT_THR_INS Call by reference Type reference (TYPE) POC_T_THR_TRACK Count Thresholds for insertion 20110719
2 Exporting ET_COUNT_THR_UPD Call by reference Type reference (TYPE) POC_T_THR_TRACK Count Thresholds for Updation 20110719
3 Exporting ET_CTG_THR_INS Call by reference Type reference (TYPE) POC_T_THR_TRACK Classification Thresholds for insertion 20110719
4 Exporting ET_CTG_THR_UPD Call by reference Type reference (TYPE) POC_T_THR_TRACK Classification Thresholds for Updation 20110719
5 Exporting ET_DUR_THR_INS Call by reference Type reference (TYPE) POC_T_THR_TRACK Duration Thresholds for insertion 20110719
6 Exporting ET_DUR_THR_UPD Call by reference Type reference (TYPE) POC_T_THR_TRACK Duration Thresholds for Updation 20110719
7 Importing IT_COUNT_THR Call by reference Type reference (TYPE) POC_T_THR_TRACK Count Thresholds which are new or changed 20110719
8 Importing IT_CTG_THR Call by reference Type reference (TYPE) POC_T_THR_TRACK Classification Thresholds which are new or changed 20110719
9 Importing IT_DUR_THR Call by reference Type reference (TYPE) POC_T_THR_TRACK Duration Thresholds which are new or changed 20110719
10 Importing IT_THRESHOLDS_ORI Call by reference Type reference (TYPE) POC_T_THR_TRACK Original Thresholds derived from customizing (All t 3 types) 20110719
11 Importing 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 Exporting ES_THRESHOLD_UPD Call by reference Type reference (TYPE) POC_D_TRACK_THR Threshold Tracking table 20110713
2 Importing IS_BA_INFO Call by reference Type reference (TYPE) POC_S_PRC_STEP_KPI Activity Metrics Interface 20110713
3 Importing IS_KPI_INFO Call by reference Type reference (TYPE) POC_D_KPI_LOG Task Log KPI Values 20110718
4 Importing IS_THRESHOLD Call by reference Type reference (TYPE) POC_D_TRACK_THR Threshold Tracking table 20110713
# Exception Resumable Description Created on
1 CONT_ACCESS_DENIED Container Access Denied 20110728
2 ELEM_ACCESS_DENIED Element Access Denied 20110728

Method UPDATE_CLS_THRESHOLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CTG_THR_INS Call by reference Type reference (TYPE) POC_T_THR_TRACK Table type for Threshold tracking 20110713
2 Importing 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 Importing IT_COUNT_THR_INS Call by reference Type reference (TYPE) POC_T_THR_TRACK Table type for Threshold tracking 20110713
2 Importing 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 Importing IT_DUR_THR_DEL Call by reference Type reference (TYPE) POC_T_THR_TRACK Table type for Threshold tracking 20110721
2 Importing IT_DUR_THR_INS Call by reference Type reference (TYPE) POC_T_THR_TRACK Table type for Threshold tracking 20110713
3 Importing 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 Importing IT_COUNT_THR_INS Call by reference Type reference (TYPE) POC_T_THR_TRACK Table type for Threshold tracking 20110713
2 Importing IT_COUNT_THR_UPD Call by reference Type reference (TYPE) POC_T_THR_TRACK Table type for Threshold tracking 20110713
3 Importing IT_CTG_THR_INS Call by reference Type reference (TYPE) POC_T_THR_TRACK Table type for Threshold tracking 20110713
4 Importing IT_CTG_THR_UPD Call by reference Type reference (TYPE) POC_T_THR_TRACK Table type for Threshold tracking 20110713
5 Importing IT_DUR_THR_DEL Call by reference Type reference (TYPE) POC_T_THR_TRACK Deletion values 20110721
6 Importing IT_DUR_THR_INS Call by reference Type reference (TYPE) POC_T_THR_TRACK Table type for Threshold tracking 20110713
7 Importing 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