SAP ABAP Interface IF_ICI_CCS_DB_MESSAGE (CCS MESSAGE 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_MESSAGE | CCS MESSAGES DB access class | 20051214 |
Properties
Interface | IF_ICI_CCS_DB_MESSAGE | |
Short Description | CCS MESSAGE DB access layer interface |
General Data
Package | ICI_CCS_SIMULATOR | Communication Management Software Simulator |
Created | 20051214 | SAP |
Last changed | 20081007 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | CICI | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_ICI_CCS_DB_MESSAGE has no interface.
Friends
Interface IF_ICI_CCS_DB_MESSAGE has no friend.
Attributes
Interface IF_ICI_CCS_DB_MESSAGE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Creates Recipient Message | 20051214 |
2 | ![]() |
Instance method | Public | Method | Deletes an existing message | 20051214 |
3 | ![]() |
Instance method | Public | Method | get names of attachments | 20060407 |
4 | ![]() |
Instance method | Public | Method | Get Message Attribute | 20051214 |
5 | ![]() |
Instance method | Public | Method | Get message content | 20051214 |
6 | ![]() |
Instance method | Public | Method | Get Messages | 20051214 |
7 | ![]() |
Instance method | Public | Method | Creates Message with attachment | 20051214 |
8 | ![]() |
Instance method | Public | Method | Creates Simple Text Message | 20051214 |
9 | ![]() |
Instance method | Public | Method | Send Message Changed event | 20051214 |
10 | ![]() |
Instance method | Public | Method | Parse Message Content | 20051214 |
11 | ![]() |
Instance method | Public | Method | Send the message | 20051214 |
12 | ![]() |
Instance method | Public | Method | Send Notification | 20051214 |
13 | ![]() |
Instance method | Public | Method | Set Flags | 20051214 |
14 | ![]() |
Instance method | Public | Method | Set message content | 20051214 |
Events
Interface IF_ICI_CCS_DB_MESSAGE has no event.
Types
Interface IF_ICI_CCS_DB_MESSAGE has no local type.
Method Signatures
Method CREATE_RECIPIENT_MSG Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FROM_USERID | Call by reference | Type reference (TYPE) | CHAR32 | Character field, length 32 | 20051214 | ||
2 | ![]() |
MESSAGEID | Call by reference | Type reference (TYPE) | STRING | 20051214 | |||
3 | ![]() |
NEW_MESSAGE_ID | Value transfer | Type reference (TYPE) | STRING | 20051214 | |||
4 | ![]() |
NOEVENT | Call by reference | Type reference (TYPE) | FLAG | General Flag | 20051214 | ||
5 | ![]() |
PATCH | Call by reference | Type reference (TYPE) | FLAG | General Flag | 20051214 | ||
6 | ![]() |
TO_RECIPIENT | Call by reference | Type reference (TYPE) | STRING | 20051214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CCS Exceptions | 20051214 |
Method DELETE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MESSAGEID | Call by reference | Type reference (TYPE) | STRING | 20051214 | |||
2 | ![]() |
NOCAPCHECK | Call by reference | Type reference (TYPE) | FLAG | General Flag | 20051214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CCS Exceptions | 20051214 |
Method GET_ATTACHMENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ATTACHMENTS | Value transfer | Type reference (TYPE) | STRING | 20060407 | |||
2 | ![]() |
ITEMID | Call by reference | Type reference (TYPE) | STRING | 20060407 | |||
3 | ![]() |
USERID | Call by reference | Type reference (TYPE) | CHAR32 | Character field, length 32 | 20060407 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CCS Exceptions | 20060407 |
Method GET_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MESSAGEID | Call by reference | Type reference (TYPE) | STRING | 20051214 | |||
2 | ![]() |
RESULT | Value transfer | Type reference (TYPE) | ICI_CCS_MESSAGE_S | complex type from ICI specification: message | 20051214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CCS Exceptions | 20051214 |
Method GET_CONTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTENT | Value transfer | Type reference (TYPE) | STRING | 20051214 | |||
2 | ![]() |
MESSAGEID | Call by reference | Type reference (TYPE) | STRING | 20051214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CCS Exceptions | 20051214 |
Method GET_MESSAGES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
FOLDER | Call by reference | Type reference (TYPE) | STRING | 20051214 | |||
2 | ![]() |
MESSAGES | Call by reference | Type reference (TYPE) | ICI_CCS_MESSAGE_T | transfer table: messages (emails) | 20051214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CCS Exceptions | 20051214 |
Method MAKEMIMEATTACHMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTENT | Value transfer | Type reference (TYPE) | STRING | 20051214 | |||
2 | ![]() |
FROM | Call by reference | Type reference (TYPE) | STRING | 20051214 | |||
3 | ![]() |
NAMEATTACHMENT | Call by reference | Type reference (TYPE) | STRING | 20051214 | |||
4 | ![]() |
SUBJECT | Call by reference | Type reference (TYPE) | STRING | 20051214 | |||
5 | ![]() |
TEXTATTACHMENT | Call by reference | Type reference (TYPE) | STRING | 20051214 | |||
6 | ![]() |
TEXTBODY | Call by reference | Type reference (TYPE) | STRING | 20051214 | |||
7 | ![]() |
TO | Call by reference | Type reference (TYPE) | STRING | 20051214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CCS Exceptions | 20051214 |
Method MAKEMIMESIMPLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTENT | Value transfer | Type reference (TYPE) | STRING | 20051214 | |||
2 | ![]() |
FROM | Call by reference | Type reference (TYPE) | STRING | 20051214 | |||
3 | ![]() |
SUBJECT | Call by reference | Type reference (TYPE) | STRING | 20051214 | |||
4 | ![]() |
TEXT | Call by reference | Type reference (TYPE) | STRING | 20051214 | |||
5 | ![]() |
TO | Call by reference | Type reference (TYPE) | STRING | 20051214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CCS Exceptions | 20051214 |
Method MESSAGE_CHANGED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MESSAGEID | Call by reference | Type reference (TYPE) | STRING | 20051214 | |||
2 | ![]() |
TASKID | Call by reference | Type reference (TYPE) | STRING | 20051214 |
Method MESSAGE_CHANGED on Interface IF_ICI_CCS_DB_MESSAGE has no exception.
Method PARSE_CONTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTENT | Call by reference | Type reference (TYPE) | STRING | 20051214 | |||
2 | ![]() |
MESSAGEID | Call by reference | Type reference (TYPE) | STRING | 20051214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CCS Exceptions | 20051214 |
Method SEND Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
MESSAGEID | Call by reference | Type reference (TYPE) | STRING | 20051214 | |||
2 | ![]() |
REQUEST_FAILURE_NOTIFICATION | Call by reference | Type reference (TYPE) | STRING | 20051214 | |||
3 | ![]() |
REQUEST_SUCCESS_NOTIFICATION | Call by reference | Type reference (TYPE) | STRING | 20051214 | |||
4 | ![]() |
USERID | Call by reference | Type reference (TYPE) | CHAR32 | Character field, length 32 | 20051214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CCS Exceptions | 20051214 |
Method SENDNOTIFICATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
DIAGNOSE | Call by reference | Type reference (TYPE) | STRING | 20051214 | |||
2 | ![]() |
MESSAGEID | Call by reference | Type reference (TYPE) | STRING | 20051214 | |||
3 | ![]() |
RECIPIENT | Call by reference | Type reference (TYPE) | STRING | 20051214 | |||
4 | ![]() |
TYPE | Call by reference | Type reference (TYPE) | STRING | 20051214 | |||
5 | ![]() |
USERID | Call by reference | Type reference (TYPE) | CHAR32 | Character field, length 32 | 20051214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CCS Exceptions | 20051214 |
Method SET_ACTION_FLAGS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ANSWERED | Call by reference | Type reference (TYPE) | STRING | General Flag | 20051214 | ||
2 | ![]() |
FORWARDED | Call by reference | Type reference (TYPE) | STRING | General Flag | 20051214 | ||
3 | ![]() |
MESSAGEID | Call by reference | Type reference (TYPE) | STRING | 20051214 | |||
4 | ![]() |
READ | Call by reference | Type reference (TYPE) | STRING | General Flag | 20051214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CCS Exceptions | 20051214 |
Method SET_CONTENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CONTENT | Call by reference | Type reference (TYPE) | STRING | 20051214 | |||
2 | ![]() |
MESSAGEID | Call by reference | Type reference (TYPE) | STRING | 20051214 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
CCS Exceptions | 20051214 |
History
Last changed by/on | SAP | 20081007 |
SAP Release Created in | 700 |