SAP ABAP Class CL_CRM_IC_ACTIVE_ALERTS (To maintain the list of triggered alerts)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-GTF-IC-ALT (Application Component) Alert
⤷
CRM_IC_APPL_ALERTS (Package) CRM Interaction Center: Alerts

⤷

⤷

Properties
Class | CL_CRM_IC_ACTIVE_ALERTS | |
Short Description | To maintain the list of triggered alerts | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | CRM_IC_APPL_ALERTS | CRM Interaction Center: Alerts |
Created | 20060113 | SAP |
Last change | 20081007 | 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
Class CL_CRM_IC_ACTIVE_ALERTS has no interface implemented.
Friends
Class CL_CRM_IC_ACTIVE_ALERTS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Public | Type reference (TYPE) | CRMT_IC_ALERT_SRC | 'CUSTOM' | Source of alert message | 20060116 | |
2 | ![]() |
Constant | Public | Type reference (TYPE) | CRMT_IC_ALERT_SRC | 'EXTERN' | Source of alert message | 20060116 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | CRMT_IC_ALERT_SRC | 'RULE' | Source of alert message | 20060116 | |
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CRMT_IC_TRIGGERED_ALERT_T | Table of triggered alerts and events that caused it | 20060113 | ||
5 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_CRM_IC_ACTIVE_ALERTS | To maintain the list of triggered alerts | 20060113 | ||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | INT4 | 1 | Natural number | 20060116 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Add to the list of active alerts | 20060113 |
2 | ![]() |
Instance method | Public | Method | Delete the alert from the table | 20060203 |
3 | ![]() |
Static method | Public | Method | Return the instance of this class | 20060113 |
4 | ![]() |
Instance method | Public | Method | Check if the alert is already triggered | 20060113 |
5 | ![]() |
Instance method | Public | Method | Initialize the alert-event table | 20060113 |
Events
Class CL_CRM_IC_ACTIVE_ALERTS has no event.
Types
Class CL_CRM_IC_ACTIVE_ALERTS has no local type.
Method Signatures
Method ADD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ALERT_ID | Call by reference | Type reference (TYPE) | CRM_IC_ALERT_ID | Alert ID | 20060113 | ||
2 | ![]() |
IV_EVENT_NAME | Call by reference | Type reference (TYPE) | CRM_IC_EVENT | Table for events | 20060113 | ||
3 | ![]() |
IV_SOURCE | Call by reference | Type reference (TYPE) | CRMT_IC_ALERT_SRC | Source of alert message | 20060116 | ||
4 | ![]() |
IV_TEXT | Call by reference | Type reference (TYPE) | STRING | alert text | 20060116 |
Method ADD on class CL_CRM_IC_ACTIVE_ALERTS has no exception.
Method DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ALERT_ID | Call by reference | Type reference (TYPE) | CRM_IC_ALERT_ID | Alert ID | 20060203 | ||
2 | ![]() |
IV_EVENT_NAME | Call by reference | Type reference (TYPE) | CRM_IC_EVENT | Event in the Interaction Center WebClient | 20060203 |
Method DELETE on class CL_CRM_IC_ACTIVE_ALERTS has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RV_RESULT | Value transfer | Object reference (TYPE REF TO) | CL_CRM_IC_ACTIVE_ALERTS | To maintain the list of triggered alerts | 20060113 |
Method GET_INSTANCE on class CL_CRM_IC_ACTIVE_ALERTS has no exception.
Method IS_TRIGGERED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ALERT_ID | Call by reference | Type reference (TYPE) | CRM_IC_ALERT_ID | Alert ID | 20060113 | ||
2 | ![]() |
IV_EVENT_NAME | Call by reference | Type reference (TYPE) | CRM_IC_EVENT | Event in the Interaction Center WebClient | 20060113 | ||
3 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20060113 |
Method IS_TRIGGERED on class CL_CRM_IC_ACTIVE_ALERTS has no exception.
Method RESET Signature
Method RESET on class CL_CRM_IC_ACTIVE_ALERTS has no parameter.
Method RESET on class CL_CRM_IC_ACTIVE_ALERTS has no exception.
History
Last changed by/on | SAP | 20081007 |
SAP Release Created in |