Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BCB_ITEM | Bcb Item | 20031126 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BCB_ITEM_CONSTANTS | Bcb Item Constants | 20031126 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BCB_ITEM_PROPS_ACCESS | BCB Item Properties Access | 20031218 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_BCB_ACTION_SESSION | 20060323 | |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_BCB_CHAT_SESSION | BCB Chat Session | 20031113 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_BCB_MESSAGE | BCB Message | 20031113 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_BCB_PHONE_CALL | BCB Phone Call | 20031113 |
Properties
| Class | CL_BCB_ITEM | |
| Short Description | BCB Item | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| 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_ITEM | Bcb Item | 20031126 | ||
| 2 | IF_BCB_ITEM_CONSTANTS | Bcb Item Constants | 20031126 | ||
| 3 | IF_BCB_ITEM_PROPS_ACCESS | BCB Item Properties Access | 20031218 |
Friends
Class CL_BCB_ITEM has no friend class.
Attributes
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Accept processing of this item | 20031126 | |
| 2 | Static method | Public | Method | Check capability value is valid for a BCB item | 20031201 | |
| 3 | Static method | Public | Method | Check Item Status | 20031126 | |
| 4 | Static method | Public | Method | Check Item Processing Status | 20031209 | |
| 5 | Instance method | Public | Method | Compate 2 capability lists | 20031209 | |
| 6 | Instance method | Public | Constructor | CONSTRUCTOR | 20031117 | |
| 7 | Instance method | Public | Method | Delete attached data | 20031209 | |
| 8 | Instance method | Public | Method | Forward the item to another user | 20031126 | |
| 9 | Instance method | Public | Method | Return the item's attached data | 20031210 | |
| 10 | Instance method | Public | Method | Returns the list of valid operations in the current status | 20031210 | |
| 11 | Instance method | Public | Method | 20031210 | ||
| 12 | Instance method | Public | Method | Returns the current status of this item | 20031210 | |
| 13 | Instance method | Public | Method | Returns the item ID (e.g. call handle if item is phone call) | 20031113 | |
| 14 | Instance method | Public | Method | Phone call capabilities | 20031208 | |
| 15 | Instance method | Public | Method | Returns the previous status of this item | 20031210 | |
| 16 | Instance method | Public | Method | Returns the current processing status of this item | 20031210 | |
| 17 | Instance method | Private | Method | Initialize phone call instance | 20031208 | |
| 18 | Static method | Private | Method | Initialize static members | 20040202 | |
| 19 | Instance method | Public | Method | Returns whether the ICI message has status ended | 20110708 | |
| 20 | Instance method | Public | Method | Reroute item to a different user | 20031126 | |
| 21 | Instance method | Public | Method | Set attached data for an item | 20031210 | |
| 22 | Instance method | Public | Method | Wrap up has been finished | 20031210 | |
| 23 | Instance method | Public | Method | Wrap up has been finished | 20031210 |
Events
Class CL_BCB_ITEM has no event.
Types
Class CL_BCB_ITEM has no local type.
Method Signatures
Method ACCEPT Signature
Method ACCEPT on class CL_BCB_ITEM has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20031126 |
Method CHECK_ITEM_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 value to be checked | 20031201 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BCB Fehler aufgetreten | 20031201 |
Method CHECK_ITEM_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 | 20031126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BCB Fehler aufgetreten | 20031126 |
Method CHECK_PROCESSING_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PROCESSING_STATUS | Value transfer | Type reference (TYPE) | STRING | Status to be checked | 20031209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BCB Fehler aufgetreten | 20031209 |
Method COMPARE_CAPABILITIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ARE_EQUAL | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20031209 | ||||
| 2 | CAPABILITIES_1 | Value transfer | Type reference (TYPE) | BCB_CAPABILITY_T | 20031209 | ||||
| 3 | CAPABILITIES_2 | Value transfer | Type reference (TYPE) | BCB_CAPABILITY_T | 20031209 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BCB Fehler aufgetreten | 20031209 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_BCB_CONTAINER | BCB Container | 20031117 | |||
| 2 | ID | Value transfer | Type reference (TYPE) | STRING | BCB Item ID | 20031117 | |||
| 3 | SESSION | Value transfer | Object reference (TYPE REF TO) | CL_BCB_SESSION | BCB Session | 20031117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BCB Fehler aufgetreten | 20031117 |
Method DELETE_ATTACHED_DATA Signature
Method DELETE_ATTACHED_DATA on class CL_BCB_ITEM has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20031209 |
Method FORWARD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESTINATION | Call by reference | Type reference (TYPE) | STRING | 20031126 | ||||
| 2 | DESTINATION_TYPE | Call by reference | Type reference (TYPE) | STRING | 20031126 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20031126 |
Method GET_ATTACHED_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTACHED_DATA | Value transfer | Type reference (TYPE) | STRING | Anrufbezogene Daten | 20031210 |
Method GET_ATTACHED_DATA on class CL_BCB_ITEM has no exception.
Method GET_CAPABILITIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CAPABILITIES | Value transfer | Type reference (TYPE) | BCB_CAPABILITY_T | Array of Capabilities | 20031210 |
Method GET_CAPABILITIES on class CL_BCB_ITEM has no exception.
Method GET_CAPABILITY_STRING Signature
Method GET_CAPABILITY_STRING on class CL_BCB_ITEM has no parameter.
Method GET_CAPABILITY_STRING on class CL_BCB_ITEM has no exception.
Method GET_CURRENT_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATUS | Value transfer | Type reference (TYPE) | BCB_TEXT_ELEMENT | Positionsstatus | 20031210 |
Method GET_CURRENT_STATUS on class CL_BCB_ITEM has no exception.
Method GET_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Value transfer | Type reference (TYPE) | STRING | Aufgaben-ID | 20031113 |
Method GET_ID on class CL_BCB_ITEM has no exception.
Method GET_ITEM_CAPABILITY_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CAPABILITY | Value transfer | Type reference (TYPE) | INT2 | Capability ID | 20031208 | |||
| 2 | CAPABILITY_STRING | Value transfer | Type reference (TYPE) | STRING | Capability Text | 20031208 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BCB Fehler aufgetreten | 20031208 |
Method GET_PREVIOUS_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATUS | Value transfer | Type reference (TYPE) | BCB_TEXT_ELEMENT | Positionsstatus | 20031210 |
Method GET_PREVIOUS_STATUS on class CL_BCB_ITEM has no exception.
Method GET_PROCESSING_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | STATUS | Value transfer | Type reference (TYPE) | BCB_TEXT_ELEMENT | Positionsstatus | 20031210 |
Method GET_PROCESSING_STATUS on class CL_BCB_ITEM has no exception.
Method INITIALIZE Signature
Method INITIALIZE on class CL_BCB_ITEM has no parameter.
Method INITIALIZE on class CL_BCB_ITEM has no exception.
Method INITIALIZE_STATICS Signature
Method INITIALIZE_STATICS on class CL_BCB_ITEM has no parameter.
Method INITIALIZE_STATICS on class CL_BCB_ITEM has no exception.
Method IS_CURRENTSTATUS_ENDED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_ENDED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110708 |
Method IS_CURRENTSTATUS_ENDED on class CL_BCB_ITEM has no exception.
Method REROUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | REASON_CODE | Value transfer | Type reference (TYPE) | STRING | 20130204 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20031126 |
Method SET_ATTACHED_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Value transfer | Type reference (TYPE) | STRING | Data String to be attached | 20031210 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | BCB Fehler aufgetreten | 20031210 |
Method WRAP_UP_ENDED Signature
Method WRAP_UP_ENDED on class CL_BCB_ITEM has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20031210 |
Method WRAP_UP_REQUIRED Signature
Method WRAP_UP_REQUIRED on class CL_BCB_ITEM has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20031210 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |