SAP ABAP Class CL_CRM_MCM_PHONE_CHANNEL (MCM telephone channel)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-GTF-IC-CHA (Application Component) Communication Channel
⤷
IC_CCS_MCM (Package) IC Communication Channels Service Multi-Channel Management
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CRM_MCM_CHANNEL | MCM Channel (telephone, mail and chat) | 20031024 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BCB_ITEM_CONSTANTS | Bcb Item Constants | 20031212 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BCB_PHONE_CALL_CONSTANTS | BCB Phone Call Constants | 20031211 |
| 4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CRM_MCM_ACTIONS | MCM Actions | 20031211 |
| 5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CRM_MCM_PHONE_ACTION | MCM Telephone Actions | 20031211 |
Properties
| Class | CL_CRM_MCM_PHONE_CHANNEL | |
| Short Description | MCM telephone channel | |
| Super Class | CL_CRM_MCM_CHANNEL | MCM Channel (telephone, mail and chat) |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | IC_CCS_MCM | IC Communication Channels Service Multi-Channel Management |
| Created | 20031024 | SAP |
| Last change | 20130531 | 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_BCB_ITEM_CONSTANTS | Bcb Item Constants | 20031212 | ||
| 2 | IF_BCB_PHONE_CALL_CONSTANTS | BCB Phone Call Constants | 20031211 | ||
| 3 | IF_CRM_MCM_ACTIONS | MCM Actions | 20031211 | ||
| 4 | IF_CRM_MCM_PHONE_ACTION | MCM Telephone Actions | 20031211 |
Friends
Class CL_CRM_MCM_PHONE_CHANNEL has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | adjust and check phone number | 20031211 | |
| 2 | Instance method | Public | Method | attached data update handler | 20031215 | |
| 3 | Instance method | Public | Constructor | 20031106 | ||
| 4 | Instance method | Private | Method | consult handler | 20031215 | |
| 5 | Instance method | Private | Method | consult request | 20031212 | |
| 6 | Static method | Public | Method | check for valid address | 20031211 | |
| 7 | Instance method | Public | Method | save attached date veto request | 20040204 | |
| 8 | Instance method | Public | Method | 20060426 | ||
| 9 | Instance method | Public | Method | set isCADCopiedBack attribute | 20040519 | |
| 10 | Instance method | Public | Method | set isCADInherited attribute | 20040519 | |
| 11 | Instance method | Private | Method | transfer handler | 20040525 | |
| 12 | Instance method | Private | Method | transfer request | 20040525 |
Events
Class CL_CRM_MCM_PHONE_CHANNEL has no event.
Types
Class CL_CRM_MCM_PHONE_CHANNEL has no local type.
Method Signatures
Method ADD_PLUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NUMBER | Call by reference | Type reference (TYPE) | STRING | 20031211 | ||||
| 2 | R_NUMBER | Value transfer | Type reference (TYPE) | STRING | 20031211 |
Method ADD_PLUS on class CL_CRM_MCM_PHONE_CHANNEL has no exception.
Method AD_UPDATED_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MCM_CONTACT | Call by reference | Object reference (TYPE REF TO) | CL_CRM_MCM_CONTACT | MCM Contact | 20031215 | |||
| 2 | REASON | Call by reference | Type reference (TYPE) | STRING | AD Updated Reason | 20040525 |
Method AD_UPDATED_HANDLER on class CL_CRM_MCM_PHONE_CHANNEL has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MCM_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_CRM_MCM_SESSION | MCM Session | 20031106 |
Method CONSTRUCTOR on class CL_CRM_MCM_PHONE_CHANNEL has no exception.
Method CONSULT_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESTINATION | Call by reference | Type reference (TYPE) | STRING | 20031215 | ||||
| 2 | MCM_PHONE_CALL | Call by reference | Object reference (TYPE REF TO) | CL_CRM_MCM_PHONE_CALL | MCM Phone Call | 20031215 | |||
| 3 | NEXT_STEP | Call by reference | Type reference (TYPE) | STRING | 20031215 |
Method CONSULT_HANDLER on class CL_CRM_MCM_PHONE_CHANNEL has no exception.
Method CONSULT_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESTINATION | Call by reference | Type reference (TYPE) | STRING | Zieladresse | 20031212 | |||
| 2 | MCM_PHONE_CALL | Call by reference | Object reference (TYPE REF TO) | CL_CRM_MCM_PHONE_CALL | MCM Phone Call | 20031212 | |||
| 3 | NEXT_STEP | Call by reference | Type reference (TYPE) | STRING | 20031212 |
Method CONSULT_REQUEST on class CL_CRM_MCM_PHONE_CHANNEL has no exception.
Method IS_VALID_ADDRESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ADDRESS | Call by reference | Type reference (TYPE) | STRING | 20031211 | ||||
| 2 | IS_VALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20031211 |
Method IS_VALID_ADDRESS on class CL_CRM_MCM_PHONE_CHANNEL has no exception.
Method REQUEST_SAVEAD_VETOED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTACT | Call by reference | Object reference (TYPE REF TO) | CL_CRM_MCM_CONTACT | MCM Kontakt | 20040204 |
Method REQUEST_SAVEAD_VETOED on class CL_CRM_MCM_PHONE_CHANNEL has no exception.
Method SEND_DTMF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DTMF_TONE | Value transfer | Type reference (TYPE) | STRING | 20060426 |
Method SEND_DTMF on class CL_CRM_MCM_PHONE_CHANNEL has no exception.
Method SET_ISCADCOPIEDBACK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20040519 |
Method SET_ISCADCOPIEDBACK on class CL_CRM_MCM_PHONE_CHANNEL has no exception.
Method SET_ISCADINHERITED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VALUE | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20040519 |
Method SET_ISCADINHERITED on class CL_CRM_MCM_PHONE_CHANNEL has no exception.
Method TRANSFER_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MCM_PHONE_CALL | Call by reference | Object reference (TYPE REF TO) | CL_CRM_MCM_PHONE_CALL | MCM phone call | 20040525 |
Method TRANSFER_HANDLER on class CL_CRM_MCM_PHONE_CHANNEL has no exception.
Method TRANSFER_REQUEST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MCM_PHONE_CALL | Call by reference | Object reference (TYPE REF TO) | CL_CRM_MCM_PHONE_CALL | MCM phone call | 20040525 | |||
| 2 | NEXT_ACTION | Call by reference | Type reference (TYPE) | STRING | 20050517 |
Method TRANSFER_REQUEST on class CL_CRM_MCM_PHONE_CHANNEL has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |