SAP ABAP Interface IF_ICI_CCS_DB_ITEM (CCS Item DB access layer interface)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-GTF-IC-CHA (Application Component) Communication Channel
⤷
ICI_CCS_SIMULATOR (Package) Communication Management Software Simulator

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ICI_CCS_DB | CCS General DB access class | 20051213 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ICI_CCS_DB_ACTION | CCS Action Item DB Access | 20060424 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ICI_CCS_DB_CALL | CCS CALLS DB access class | 20051214 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ICI_CCS_DB_CHAT | CCS CHAT DB access class | 20051215 |
5 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_ICI_CCS_DB_MESSAGE | CCS MESSAGES DB access class | 20051214 |
Properties
Interface | IF_ICI_CCS_DB_ITEM | |
Short Description | CCS Item DB access layer interface |
General Data
Package | ICI_CCS_SIMULATOR | Communication Management Software Simulator |
Created | 20051213 | SAP |
Last changed | 20081007 | SAP |
Unicode checks active |
Forward declarations
Interface IF_ICI_CCS_DB_ITEM has no forward declaration.
Interfaces
Interface IF_ICI_CCS_DB_ITEM has no interface.
Friends
Interface IF_ICI_CCS_DB_ITEM has no friend.
Attributes
Interface IF_ICI_CCS_DB_ITEM has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Accept an assigned Item | 20051213 |
2 | ![]() |
Instance method | Public | Method | Check Item Capability | 20051213 |
3 | ![]() |
Instance method | Public | Method | Create an Item | 20051213 |
4 | ![]() |
Instance method | Public | Method | Delete Attached Data | 20051213 |
5 | ![]() |
Instance method | Public | Method | Forward an Item | 20051213 |
6 | ![]() |
Instance method | Public | Method | Get Attached Data | 20051213 |
7 | ![]() |
Instance method | Public | Method | Reroute an Item | 20051213 |
8 | ![]() |
Instance method | Public | Method | Set Attached Data | 20051213 |
9 | ![]() |
Instance method | Public | Method | Finish Wrap Up | 20051213 |
10 | ![]() |
Instance method | Public | Method | Wrap Up is Required | 20051213 |
Events
Interface IF_ICI_CCS_DB_ITEM has no event.
Types
Interface IF_ICI_CCS_DB_ITEM has no local type.
Method Signatures
Method ACCEPT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTAINERID | Call by reference | Type reference (TYPE) | STRING | 20051213 | |||
2 | ![]() |
ITEMID | Call by reference | Type reference (TYPE) | STRING | 20051213 | |||
3 | ![]() |
USERID | Call by reference | Type reference (TYPE) | CHAR32 | Character field, length 32 | 20051213 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CCS Exceptions | 20051213 |
Method CHECK_CAPABILITY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CAPABILITY | Call by reference | Type reference (TYPE) | STRING | 20051213 | |||
2 | ![]() |
CONTAINERID | Call by reference | Type reference (TYPE) | STRING | 20051213 | |||
3 | ![]() |
ITEMID | Call by reference | Type reference (TYPE) | STRING | 20051213 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CCS Exceptions | 20051213 |
Method CREATE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CHANNELTYPE | Call by reference | Type reference (TYPE) | STRING | 20051213 | |||
2 | ![]() |
CONTAINERID | Call by reference | Type reference (TYPE) | STRING | 20051213 | |||
3 | ![]() |
INBOUND | Call by reference | Type reference (TYPE) | STRING | 20051213 | |||
4 | ![]() |
ITEMID | Call by reference | Type reference (TYPE) | STRING | 20051213 | |||
5 | ![]() |
RESPONSE_T | Value transfer | Type reference (TYPE) | ICI_CCS_ITEM | complex type: item | 20051213 | ||
6 | ![]() |
STATUS | Call by reference | Type reference (TYPE) | STRING | 20051213 | |||
7 | ![]() |
TITLE | Call by reference | Type reference (TYPE) | STRING | 20051213 | |||
8 | ![]() |
USERID | Call by reference | Type reference (TYPE) | CHAR32 | Character field, length 32 | 20051213 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CCS Exceptions | 20051213 |
Method DELETE_ATTACHED_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITEMID | Call by reference | Type reference (TYPE) | STRING | 20051213 | |||
2 | ![]() |
USERID | Call by reference | Type reference (TYPE) | CHAR32 | Character field, length 32 | 20051213 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CCS Exceptions | 20051213 |
Method FORWARD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTAINERID | Call by reference | Type reference (TYPE) | STRING | Originating Container ID | 20051213 | ||
2 | ![]() |
DESTINATION | Call by reference | Type reference (TYPE) | STRING | Target Container ID or Queue ID | 20051213 | ||
3 | ![]() |
DESTTYPE | Call by reference | Type reference (TYPE) | STRING | 1=tel 2=msg 3=chat 4=AI 5=Queue | 20051213 | ||
4 | ![]() |
ITEMID | Call by reference | Type reference (TYPE) | STRING | Originating Session ID | 20051213 | ||
5 | ![]() |
USERID | Call by reference | Type reference (TYPE) | CHAR32 | Originating User ID | 20051213 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CCS Exceptions | 20051213 |
Method GET_ATTACHED_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ATTACHEDDATA | Value transfer | Type reference (TYPE) | STRING | 20051213 | |||
2 | ![]() |
ITEMID | Call by reference | Type reference (TYPE) | STRING | 20051213 | |||
3 | ![]() |
USERID | Call by reference | Type reference (TYPE) | CHAR32 | Character field, length 32 | 20051213 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CCS Exceptions | 20051213 |
Method REROUTE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTAINERID | Call by reference | Type reference (TYPE) | STRING | 20051213 | |||
2 | ![]() |
ITEMID | Call by reference | Type reference (TYPE) | STRING | 20051213 | |||
3 | ![]() |
USERID | Call by reference | Type reference (TYPE) | CHAR32 | Character field, length 32 | 20051213 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CCS Exceptions | 20051213 |
Method SET_ATTACHED_DATA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ATTACHEDDATA | Call by reference | Type reference (TYPE) | STRING | 20051213 | |||
2 | ![]() |
ITEMID | Call by reference | Type reference (TYPE) | STRING | 20051213 | |||
3 | ![]() |
USERID | Call by reference | Type reference (TYPE) | CHAR32 | Character field, length 32 | 20051213 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CCS Exceptions | 20051213 |
Method WRAPUPENDED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITEMID | Call by reference | Type reference (TYPE) | STRING | 20051213 | |||
2 | ![]() |
USERID | Call by reference | Type reference (TYPE) | CHAR32 | Character field, length 32 | 20051213 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CCS Exceptions | 20051213 |
Method WRAPUPREQUIRED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ITEMID | Call by reference | Type reference (TYPE) | STRING | 20051213 | |||
2 | ![]() |
USERID | Call by reference | Type reference (TYPE) | CHAR32 | Character field, length 32 | 20051213 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CCS Exceptions | 20051213 |
History
Last changed by/on | SAP | 20081007 |
SAP Release Created in | 700 |