SAP ABAP Class CL_CRM_IC_CHATCHANNELCUCO_IMPL (CL_CRM_IC_CHATCHANNELCUCO_IMPL)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-GTF-IC-CHA (Application Component) Communication Channel
⤷
IC_CCS_APP (Package) IC Communication Channels Service Application
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CRM_IC_CHATCHANNELCUCO | CL_CRM_IC_CHATCHANNELCUCO | 20021205 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CRM_IC_EVENT_LISTENER | IC event service interface | 20041202 |
Properties
| Class | CL_CRM_IC_CHATCHANNELCUCO_IMPL | |
| Short Description | CL_CRM_IC_CHATCHANNELCUCO_IMPL | |
| Super Class | CL_CRM_IC_CHATCHANNELCUCO | CL_CRM_IC_CHATCHANNELCUCO |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | IC_CCS_APP | IC Communication Channels Service Application |
| Created | 20021205 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CRM_IC_EVENT_LISTENER | IC event service interface | 20041202 |
Friends
Class CL_CRM_IC_CHATCHANNELCUCO_IMPL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_BSP_WD_CONTEXT | WD Context | 20041213 | |||
| 2 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_BSP_WD_CONTROLLER | Basis Class for WD Controller | 20050512 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | ABAP_BOOL | manual save enabled | 20050225 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | STRING | Text in the Chat Client Input Area | 20021206 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | MCMCONTACT_LIST | 20041210 | ||||
| 6 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CRM_IC_MCM_CHATSESSION | IC MCM Chat Session | 20021206 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CRM_IC_MCMSESSIONCUCO_IMPL | CL_CRM_IC_MCMSESSIONCUCO_IMPL | 20021206 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Add chat to Activity Clipboard | 20050512 | |
| 2 | Instance method | Public | Method | Get BPnumber | 20041220 | |
| 3 | Instance method | Public | Method | Get Chat Client Input Area Text | 20021205 | |
| 4 | Instance method | Public | Method | Get Current Chat Session | 20021206 | |
| 5 | Instance method | Public | Method | Set Chat Client Input Area Text | 20021205 | |
| 6 | Instance method | Public | Method | Set Chat Client Not Visible | 20021205 | |
| 7 | Instance method | Public | Method | Set Current Chat Session | 20021206 |
Events
Class CL_CRM_IC_CHATCHANNELCUCO_IMPL has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MCMCONTACT | Private | See coding | 20041210 | BEGIN OF mcmcontact,
id TYPE string,
instance TYPE REF TO CL_CRM_IC_MCM_CONTACT,
END OF mcmcontact
|
||
| 2 | MCMCONTACT_LIST | Private | See coding | 20041210 | mcmcontact_list TYPE STANDARD TABLE OF mcmcontact
WITH KEY id
|
Method Signatures
Method ADD_TO_ACLIPBOARD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ENTITY | Call by reference | Object reference (TYPE REF TO) | CL_CRM_BOL_ENTITY | Entität (4st. num,; gener.) | 20050512 |
Method ADD_TO_ACLIPBOARD on class CL_CRM_IC_CHATCHANNELCUCO_IMPL has no exception.
Method GET_BPNUMBER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BP_NUMBER | Value transfer | Type reference (TYPE) | BU_PARTNER | Geschäftspartnernummer | 20041220 |
Method GET_BPNUMBER on class CL_CRM_IC_CHATCHANNELCUCO_IMPL has no exception.
Method GET_CLIENTINPUTTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_TEXT | Value transfer | Type reference (TYPE) | STRING | Text im Eingabebereich des Chat-Mandanten | 20021205 |
Method GET_CLIENTINPUTTEXT on class CL_CRM_IC_CHATCHANNELCUCO_IMPL has no exception.
Method GET_CURRENTSESSION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_REF_CURRENTCHATSESSION | Value transfer | Object reference (TYPE REF TO) | CL_CRM_IC_MCM_CHATSESSION | IC MCM Chat-Session | 20021210 |
Method GET_CURRENTSESSION on class CL_CRM_IC_CHATCHANNELCUCO_IMPL has no exception.
Method SET_CLIENTINPUTTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPEND | Call by reference | Type reference (TYPE) | C | Anhängen ('X' - Yes, ' ' No) | 20021205 | |||
| 2 | IV_TEXT | Call by reference | Type reference (TYPE) | STRING | Text im Eingabebereich des Chat-Mandanten | 20021205 |
Method SET_CLIENTINPUTTEXT on class CL_CRM_IC_CHATCHANNELCUCO_IMPL has no exception.
Method SET_CLIENTNOTVISIBLE Signature
Method SET_CLIENTNOTVISIBLE on class CL_CRM_IC_CHATCHANNELCUCO_IMPL has no parameter.
Method SET_CLIENTNOTVISIBLE on class CL_CRM_IC_CHATCHANNELCUCO_IMPL has no exception.
Method SET_CURRENTSESSION Signature
Method SET_CURRENTSESSION on class CL_CRM_IC_CHATCHANNELCUCO_IMPL has no parameter.
Method SET_CURRENTSESSION on class CL_CRM_IC_CHATCHANNELCUCO_IMPL has no exception.
History
| Last changed by/on | SAP | 20081007 |
| SAP Release Created in | 400 |