SAP ABAP Class IF_ICI_CCS_DB_MESSAGE (CCS MESSAGE DB access layer interface)
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
| Class | IF_ICI_CCS_DB_MESSAGE | |
| Short Description | CCS MESSAGE DB access layer interface | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20051214 | 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
Class IF_ICI_CCS_DB_MESSAGE has no interface implemented.
Friends
Class IF_ICI_CCS_DB_MESSAGE has no friend class.
Attributes
Class 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
Class IF_ICI_CCS_DB_MESSAGE has no event.
Types
Class 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 class 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 |