SAP ABAP Class CL_BCB_CHAT_SESSION (BCB Chat Session)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-GTF-IC-CHA (Application Component) Communication Channel
⤷
ICI_BCB (Package) Business Communication Broker

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_BCB_ITEM | BCB Item | 20031113 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BCB_CHAT_CONSTANTS | BCB Chat Session Constants | 20040126 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BCB_CHAT_SESSN_PROPS_ACCESS | BCB Chat Session Properties Access | 20040126 |
Properties
Class | CL_BCB_CHAT_SESSION | |
Short Description | BCB Chat Session | |
Super Class | CL_BCB_ITEM | BCB Item |
Instantiability of a Class | 1 | Protected |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ICI_BCB | Business Communication Broker |
Created | 20031113 | 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) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_BCB_CHAT_CONSTANTS | BCB Chat Session Constants | 20040126 | ||
2 | IF_BCB_CHAT_SESSN_PROPS_ACCESS | BCB Chat Session Properties Access | 20040126 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | IF_BCB_CHAT_SESSION_ACCESS | 20040126 | BCB Chat Session Access |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20040126 | ||||
2 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20040126 | ||||
3 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20040126 | ||||
4 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20040126 | ||||
5 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20040126 | ||||
6 | ![]() |
Instance attribute | Public | Attribute reference (LIKE) | 20081126 | ||||
7 | ![]() |
Constant | Private | Type reference (TYPE) | INT2 | 300 | 2 byte integer (signed) | 20040202 | |
8 | ![]() |
Static Attribute | Private | Type reference (TYPE) | STRING_TABLE | Capabilities Texts | 20040126 | ||
9 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_ICI_CHAT_SESSION | ICI Outbount interface | 20040126 | ||
10 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | BCB_CHAT_ADDRESS_REF_T | List of participants' addresses | 20040126 | ||
11 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | STRING | Title of the chat session | 20040126 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Check capability value is a valid chat session capability | 20031209 |
2 | ![]() |
Static method | Public | Method | Check Chat Session Status | 20031209 |
3 | ![]() |
Instance method | Public | Method | Includes another user into this chat session | 20040126 |
4 | ![]() |
Static method | Public | Method | Create a chat session for a given chat line | 20081010 |
5 | ![]() |
Static method | Protected | Method | Creates a chat session within a given chat line container | 20040126 |
6 | ![]() |
Static method | Public | Method | Create a chat session for a given chat line | 20040126 |
7 | ![]() |
Instance method | Public | Method | Get chat line | 20040122 |
8 | ![]() |
Instance method | Public | Method | get chat posting dialog | 20040122 |
9 | ![]() |
Instance method | Private | Method | Returns the number of participants in the chat | 20040126 |
10 | ![]() |
Instance method | Public | Method | Get participants of the chat session | 20040122 |
11 | ![]() |
Instance method | Public | Method | get chat session title | 20040123 |
12 | ![]() |
Instance method | Private | Method | Initialize phone call instance | 20040126 |
13 | ![]() |
Static method | Private | Method | Initialize static members | 20040202 |
14 | ![]() |
Instance method | Public | Method | Initiates a chat session with other participants | 20081107 |
15 | ![]() |
Instance method | Public | Method | Includes another user into this chat session | 20040126 |
16 | ![]() |
Instance method | Public | Method | Ends a chat participation on a chat session | 20040122 |
17 | ![]() |
Instance method | Public | Method | Sends a text message to all other chat participants | 20040122 |
18 | ![]() |
Instance method | Public | Method | Check equality of a list of participants' addresses | 20040126 |
19 | ![]() |
Instance method | Public | Method | Update Chat Session Attributes | 20040126 |
Events
Class CL_BCB_CHAT_SESSION has no event.
Types
Class CL_BCB_CHAT_SESSION has no local type.
Method Signatures
Method CHECK_CAPABILITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CAPABILITY | Value transfer | Type reference (TYPE) | INT2 | Capability to be checked | 20031209 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BCB Fehler aufgetreten | 20031209 |
Method CHECK_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
STATUS | Value transfer | Type reference (TYPE) | STRING | Status to be checked | 20031209 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BCB Fehler aufgetreten | 20031209 |
Method CONFERENCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NEW_PARTICIPANT | Value transfer | Object reference (TYPE REF TO) | CL_BCB_CHAT_ADDRESS | The new user's address | 20040126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BCB Fehler aufgetreten | 20040126 |
Method CREATE_BY_CHAT_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHAT_LINE | Value transfer | Object reference (TYPE REF TO) | CL_BCB_CHAT_LINE | BCB Chat Line | 20081010 | ||
2 | ![]() |
CHAT_SESSION | Value transfer | Object reference (TYPE REF TO) | CL_BCB_CHAT_SESSION | BCB Chat Session | 20081010 | ||
3 | ![]() |
SESSION | Value transfer | Object reference (TYPE REF TO) | CL_BCB_SESSION | BCB Session | 20081010 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BCB Fehler aufgetreten | 20081010 |
Method CREATE_BY_CHAT_LINE_AND_PROPS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHAT_LINE | Value transfer | Object reference (TYPE REF TO) | CL_BCB_CHAT_LINE | BCB Chat Line | 20040126 | ||
2 | ![]() |
CHAT_SESSION | Value transfer | Object reference (TYPE REF TO) | CL_BCB_CHAT_SESSION | BCB Chat Session | 20040126 | ||
3 | ![]() |
CHAT_SESSION_PROPS | Value transfer | Object reference (TYPE REF TO) | CL_BCB_CHAT_SESSION_PROPS | BCB Chat Session Properties | 20040126 | ||
4 | ![]() |
SESSION | Value transfer | Object reference (TYPE REF TO) | CL_BCB_SESSION | BCB Session | 20040126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BCB Fehler aufgetreten | 20040126 |
Method CREATE_BY_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHAT_SESSION | Value transfer | Object reference (TYPE REF TO) | CL_BCB_CHAT_SESSION | BCB Chat Session | 20040126 | ||
2 | ![]() |
ID | Value transfer | Type reference (TYPE) | STRING | BCB Item ID | 20040126 | ||
3 | ![]() |
SESSION | Value transfer | Object reference (TYPE REF TO) | CL_BCB_SESSION | BCB Session | 20040126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BCB Fehler aufgetreten | 20040126 |
Method GET_CHAT_LINE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHAT_LINE | Value transfer | Object reference (TYPE REF TO) | CL_BCB_CHAT_ADDRESS | 20040122 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040122 |
Method GET_DIALOG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
POSTINGS | Value transfer | Type reference (TYPE) | BCB_CHAT_POSTING_REF_T | 20040122 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040122 |
Method GET_NUMBER_OF_PARTICIPANTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NUMBER_OF_PARTICIPANTS | Value transfer | Type reference (TYPE) | I | 20040126 |
Method GET_NUMBER_OF_PARTICIPANTS on class CL_BCB_CHAT_SESSION has no exception.
Method GET_PARTICIPANTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PARTICIPANTS | Value transfer | Type reference (TYPE) | BCB_CHAT_ADDRESS_REF_T | 20040122 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040122 |
Method GET_TITLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TITLE | Value transfer | Type reference (TYPE) | STRING | 20040123 |
Method GET_TITLE on class CL_BCB_CHAT_SESSION has no exception.
Method INITIALIZE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CREATE_MODE | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20081126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BCB Fehler aufgetreten | 20040126 |
Method INITIALIZE_STATICS Signature
Method INITIALIZE_STATICS on class CL_BCB_CHAT_SESSION has no parameter.
Method INITIALIZE_STATICS on class CL_BCB_CHAT_SESSION has no exception.
Method INVITE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CHAT_PARTICIPANTS | Call by reference | Type reference (TYPE) | STRING_TABLE | Chat Participants | 20081107 | ||
2 | ![]() |
IV_CHAT_TITLE | Call by reference | Type reference (TYPE) | STRING | Chat Subject | 20081107 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BCB Fehler aufgetreten | 20081107 |
Method JOIN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
NEW_PARTICIPANT | Value transfer | Object reference (TYPE REF TO) | CL_BCB_CHAT_ADDRESS | The new user's address | 20040126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BCB Fehler aufgetreten | 20040126 |
Method LEAVE Signature
Method LEAVE on class CL_BCB_CHAT_SESSION has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040122 |
Method POST_MESSAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
TEXT | Call by reference | Type reference (TYPE) | STRING | 20040122 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20040122 |
Method SAME_PARTICIPANTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
PARTICIPANTS_TO_BE_CHECKED | Value transfer | Type reference (TYPE) | STRING_TABLE | Participants to be checked | 20040126 | ||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | True if numbers are equal | 20040126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BCB Fehler aufgetreten | 20040126 |
Method UPDATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHAT_SESSION_CHANGES | Value transfer | Object reference (TYPE REF TO) | CL_BCB_CHAT_SESSION_CHANGES | Phone Call Changes | 20040126 | ||
2 | ![]() |
CHAT_SESSION_PROPS | Value transfer | Object reference (TYPE REF TO) | CL_BCB_CHAT_SESSION_PROPS | ICI Phone Call | 20040126 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BCB Fehler aufgetreten | 20040126 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in |