SAP ABAP Class IF_CRM_IC_ALERT_SERVICE (Interface for alert service implementation)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CRM_IC_ABAP_ALERT | alert service implementation | 20040122 |
Properties
| Class | IF_CRM_IC_ALERT_SERVICE | |
| Short Description | Interface for alert service implementation | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20040122 | SAP |
| Last change | 20100303 | 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 IF_CRM_IC_ALERT_SERVICE has no interface implemented.
Friends
Class IF_CRM_IC_ALERT_SERVICE has no friend class.
Attributes
Class IF_CRM_IC_ALERT_SERVICE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add to alert message history | 20040127 | |
| 2 | Instance method | Public | Method | Sets the value of sam agent session queue | 20040127 | |
| 3 | Instance method | Public | Method | Sets the value of SAM sender. | 20040213 | |
| 4 | Instance method | Public | Method | compose alert message text | 20040125 | |
| 5 | Instance method | Public | Method | Get all alerts defined for the event | 20040122 | |
| 6 | Instance method | Public | Method | Get message history list | 20040122 | |
| 7 | Instance method | Public | Method | Get SAM agent session queue. | 20040127 | |
| 8 | Instance method | Public | Method | Initialization | 20040122 | |
| 9 | Instance method | Public | Method | Sends alert cancel message to browser | 20040213 | |
| 10 | Instance method | Public | Method | Send alert message to browser | 20040127 | |
| 11 | Instance method | Public | Method | Un-initialization | 20040122 |
Events
Class IF_CRM_IC_ALERT_SERVICE has no event.
Types
Class IF_CRM_IC_ALERT_SERVICE has no local type.
Method Signatures
Method ADDTO_MESSAGE_HISTORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ALERTID | Call by reference | Type reference (TYPE) | CRM_IC_ALERT_ID | Alert-ID | 20040213 | |||
| 2 | EVENTS | Call by reference | Type reference (TYPE) | CRMT_IC_EVENT | Tabelle für Ereignisse | 20040127 | |||
| 3 | MESSAGE | Call by reference | Type reference (TYPE) | CRMT_IC_ALERT_MSG | Nachrichttext Alert | 20040127 | |||
| 4 | TIMER | Call by reference | Type reference (TYPE) | I | 0 | 20040203 |
Method ADDTO_MESSAGE_HISTORY on class IF_CRM_IC_ALERT_SERVICE has no exception.
Method ASSIGN_SAM_AGENT_QUEUE Signature
Method ASSIGN_SAM_AGENT_QUEUE on class IF_CRM_IC_ALERT_SERVICE has no parameter.
Method ASSIGN_SAM_AGENT_QUEUE on class IF_CRM_IC_ALERT_SERVICE has no exception.
Method ASSIGN_SAM_SENDER Signature
Method ASSIGN_SAM_SENDER on class IF_CRM_IC_ALERT_SERVICE has no parameter.
Method ASSIGN_SAM_SENDER on class IF_CRM_IC_ALERT_SERVICE has no exception.
Method COMPOSE_MESSAGE_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ALERTOBJ | Call by reference | Object reference (TYPE REF TO) | CL_CRM_IC_ALERT | 20040125 | ||||
| 2 | ALERTRETURN | Call by reference | Object reference (TYPE REF TO) | CL_CRM_IC_ALERT_RETURN | 20040202 | ||||
| 3 | MESSAGE | Value transfer | Type reference (TYPE) | CRMT_IC_ALERT_MSG | Nachrichttext Alert | 20040125 |
Method COMPOSE_MESSAGE_TEXT on class IF_CRM_IC_ALERT_SERVICE has no exception.
Method GET_ALERTS_FOR_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ALERTS | Value transfer | Type reference (TYPE) | CRMT_IC_ALERTOBJ_TABLE | Tabelle für Alert-Objekte | 20040122 | |||
| 2 | EVENTNAME | Call by reference | Type reference (TYPE) | STRING | Ereignis im Interaction Center WebClient | 20040122 |
Method GET_ALERTS_FOR_EVENT on class IF_CRM_IC_ALERT_SERVICE has no exception.
Method GET_MESSAGE_HISTORY Signature
Method GET_MESSAGE_HISTORY on class IF_CRM_IC_ALERT_SERVICE has no parameter.
Method GET_MESSAGE_HISTORY on class IF_CRM_IC_ALERT_SERVICE has no exception.
Method GET_SAM_AGENT_QUEUE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | AGENT_QUEUE | Value transfer | Type reference (TYPE) | STRING | 20040127 |
Method GET_SAM_AGENT_QUEUE on class IF_CRM_IC_ALERT_SERVICE has no exception.
Method INITIALIZE Signature
Method INITIALIZE on class IF_CRM_IC_ALERT_SERVICE has no parameter.
Method INITIALIZE on class IF_CRM_IC_ALERT_SERVICE has no exception.
Method SEND_ALERT_CANCEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ALERTID | Call by reference | Type reference (TYPE) | CRM_IC_ALERT_ID | Alert-ID | 20040213 | |||
| 2 | SAM_SEND | Call by reference | Type reference (TYPE) | ABAP_BOOL | 'X' | Flag for the mode used to send alert | 20090218 | ||
| 3 | SESSION_ID | Call by reference | Type reference (TYPE) | STRING | '' | Session ID for multi session mode | 20090610 |
Method SEND_ALERT_CANCEL on class IF_CRM_IC_ALERT_SERVICE has no exception.
Method SEND_ALERT_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ALERT_ID | Call by reference | Type reference (TYPE) | CRM_IC_ALERT_ID | Alert-ID | 20040226 | |||
| 2 | MESSAGE | Call by reference | Type reference (TYPE) | CRMT_IC_ALERT_MSG | 20040226 | ||||
| 3 | SAM_SEND | Call by reference | Type reference (TYPE) | ABAP_BOOL | 'X' | Flag for the mode used to send alert | 20090108 | ||
| 4 | SESSION_ID | Call by reference | Type reference (TYPE) | STRING | '' | Session ID for multi session mode | 20090326 | ||
| 5 | TIMER | Call by reference | Type reference (TYPE) | I | 20040226 |
Method SEND_ALERT_MESSAGE on class IF_CRM_IC_ALERT_SERVICE has no exception.
Method UNINIT Signature
Method UNINIT on class IF_CRM_IC_ALERT_SERVICE has no parameter.
Method UNINIT on class IF_CRM_IC_ALERT_SERVICE has no exception.
History
| Last changed by/on | SAP | 20100303 |
| SAP Release Created in |