Hierarchy
⤷
⤷
Properties
| Class | CL_CRM_MCM_MAIL_MESSAGE | |
| Short Description | Message object handling one mail for parsing and composing | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | IC_CCS_MCM | IC Communication Channels Service Multi-Channel Management |
| Created | 20040119 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CRM_MCM_MAIL_MESSAGE has no forward declaration.
Interfaces
Class CL_CRM_MCM_MAIL_MESSAGE has no interface implemented.
Friends
Class CL_CRM_MCM_MAIL_MESSAGE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'Comments' | 20040123 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'Errors-To' | 20040123 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'X-SAP-IcWebClientItemId' | 20040123 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'Message-ID' | 20040123 | |||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'Mime-Version' | 20040123 | |||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'Reply-To' | 20040123 | |||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'X-Mailer' | 20040123 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | CRMT_IC_MCM_MAIL_ATTACHMENT | transfer table for mailattachments | 20040126 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | STRING | 20040119 | ||||
| 10 | Instance attribute | Private | Type reference (TYPE) | INT4 | Natural number | 20040119 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | STRING | 20040119 | ||||
| 12 | Instance attribute | Private | Type reference (TYPE) | STRING | 20040119 | ||||
| 13 | Instance attribute | Private | Type reference (TYPE) | STRING | 20040119 | ||||
| 14 | Instance attribute | Private | Type reference (TYPE) | STRING | 20040119 | ||||
| 15 | Instance attribute | Private | Type reference (TYPE) | STRING | 20040119 | ||||
| 16 | Instance attribute | Private | Type reference (TYPE) | STRING | 20040119 | ||||
| 17 | Instance attribute | Private | Type reference (TYPE) | STRING | 20040119 | ||||
| 18 | Instance attribute | Private | Type reference (TYPE) | STRING | 20040119 | ||||
| 19 | Instance attribute | Private | Type reference (TYPE) | STRING | 20040119 | ||||
| 20 | Instance attribute | Private | Type reference (TYPE) | STRING | 20040119 | ||||
| 21 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CRM_MCM_MAIL_SESSION | 20040119 | ||||
| 22 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_BCB_MIME_MESSAGE | Like parts of javax.mail. Wrapper for basis functionality. | 20040119 | |||
| 23 | Instance attribute | Private | Type reference (TYPE) | STRING | 20040119 | ||||
| 24 | Instance attribute | Private | Type reference (TYPE) | STRING | 20040119 | ||||
| 25 | Instance attribute | Private | Type reference (TYPE) | STRING | 20040119 |
Methods
Events
Class CL_CRM_MCM_MAIL_MESSAGE has no event.
Types
Class CL_CRM_MCM_MAIL_MESSAGE has no local type.
Method Signatures
Method ADD_ATTACHMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTACHMENT | Call by reference | Object reference (TYPE REF TO) | CL_CRM_MCM_MAIL_IC_ATTACHMENT | 20040202 | ||||
| 2 | ATTACHMENT_ID | Value transfer | Type reference (TYPE) | STRING | 20040301 |
Method ADD_ATTACHMENT on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method COMPOSE_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MESSAGE | Value transfer | Object reference (TYPE REF TO) | CL_BCB_MIME_MESSAGE | 20040119 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040119 |
Method CREATE_BY_BCB_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BCB_MESSAGE | Call by reference | Object reference (TYPE REF TO) | CL_BCB_MESSAGE | 20040119 | ||||
| 2 | BCB_MIME_MESSAGE | Call by reference | Object reference (TYPE REF TO) | CL_BCB_MIME_MESSAGE | 20120307 | ||||
| 3 | MAIL_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_CRM_MCM_MAIL_SESSION | 20040119 | ||||
| 4 | MCM_MAIL_MESSAGE | Value transfer | Object reference (TYPE REF TO) | CL_CRM_MCM_MAIL_MESSAGE | 20040119 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040120 |
Method CREATE_BY_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 | 20040119 | ||||
| 2 | MAIL_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_CRM_MCM_MAIL_SESSION | 20040119 | ||||
| 3 | MCM_MAIL_MESSAGE | Value transfer | Object reference (TYPE REF TO) | CL_CRM_MCM_MAIL_MESSAGE | 20040119 |
Method CREATE_BY_CONTENT on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method DECODE_ADDRESSES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ADDRESSES | Call by reference | Type reference (TYPE) | CRM_BCB_MAIL_INTERNET_ADDR_T | Transfertabelle für Internet-Adressen | 20040121 | |||
| 2 | SERIALIZED_ADDRESS | Value transfer | Type reference (TYPE) | STRING | 20040121 |
Method DECODE_ADDRESSES on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method DELETE_ATTACHMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTACHMENT_ID | Call by reference | Type reference (TYPE) | STRING | 20040121 |
Method DELETE_ATTACHMENT on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method DELETE_ATTACHMENTS Signature
Method DELETE_ATTACHMENTS on class CL_CRM_MCM_MAIL_MESSAGE has no parameter.
Method DELETE_ATTACHMENTS on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method ENCODE_ADDRESSES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ADDRESSES | Value transfer | Type reference (TYPE) | CRM_BCB_MAIL_INTERNET_ADDR_T | Transfertabelle für Internet-Adressen | 20040121 | |||
| 2 | SERIALIZED_ADDRESS | Call by reference | Type reference (TYPE) | STRING | 20040121 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Address is invalid (doesn't contain @) | 20120606 |
Method GET_ATTACHMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ATTACHMENT | Value transfer | Object reference (TYPE REF TO) | CL_CRM_MCM_MAIL_IC_ATTACHMENT | 20040202 | ||||
| 2 | ATTACHMENT_ID | Call by reference | Type reference (TYPE) | STRING | 20040121 |
Method GET_ATTACHMENT on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
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) | CRMT_IC_MCM_MAIL_ATTACHMENT | Transfertabelle für E-Mail-Anlagen | 20040202 |
Method GET_ATTACHMENTS on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method GET_BCC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BCC | Value transfer | Type reference (TYPE) | STRING | 20040119 |
Method GET_BCC on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method GET_CC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CC | Value transfer | Type reference (TYPE) | STRING | 20040119 |
Method GET_CC on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method GET_CHARSET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHARSET | Value transfer | Type reference (TYPE) | STRING | 20040119 |
Method GET_CHARSET on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method GET_CONTENT_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTENT_TYPE | Value transfer | Type reference (TYPE) | STRING | 20040119 |
Method GET_CONTENT_TYPE on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method GET_DATE_TIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATE_TIME | Value transfer | Type reference (TYPE) | STRING | 20040119 |
Method GET_DATE_TIME on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method GET_ENCODING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ENCODING | Value transfer | Type reference (TYPE) | STRING | 20040119 |
Method GET_ENCODING on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method GET_FROM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FROM | Value transfer | Type reference (TYPE) | STRING | 20040119 |
Method GET_FROM on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method GET_HTML_PART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HTML_PART | Value transfer | Type reference (TYPE) | STRING | 20040119 |
Method GET_HTML_PART on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method GET_INTERACTION_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INTERACTION_ID | Value transfer | Type reference (TYPE) | STRING | 20040119 |
Method GET_INTERACTION_ID on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method GET_RTF_PART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RTF_PART | Value transfer | Type reference (TYPE) | STRING | 20040119 |
Method GET_RTF_PART on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method GET_SUBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SUBJECT | Value transfer | Type reference (TYPE) | STRING | 20040119 |
Method GET_SUBJECT on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TEXT | Value transfer | Type reference (TYPE) | STRING | 20040119 |
Method GET_TEXT on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method GET_TO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TO | Value transfer | Type reference (TYPE) | STRING | 20040119 |
Method GET_TO on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method INITIALIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTENT | Call by reference | Type reference (TYPE) | STRING | 20040120 | ||||
| 2 | MAIL_SESSION | Call by reference | Object reference (TYPE REF TO) | CL_CRM_MCM_MAIL_SESSION | 20040120 | ||||
| 3 | MIME_MESSAGE | Call by reference | Object reference (TYPE REF TO) | CL_BCB_MIME_MESSAGE | 20040216 |
Method INITIALIZE on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method MODIFY_HEADER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | STRING | 20040119 | ||||
| 2 | VALUE | Call by reference | Type reference (TYPE) | STRING | 20040119 |
Method MODIFY_HEADER on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method PARSE_MESSAGE_PART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MESSAGE | Call by reference | Object reference (TYPE REF TO) | CL_BCB_MIME_MESSAGE | 20040202 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20040119 |
Method SCAN_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MIME_MESSAGE | Call by reference | Object reference (TYPE REF TO) | CL_BCB_MIME_MESSAGE | BCB Message | 20120307 |
Method SCAN_MESSAGE on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method SET_BCC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BCC | Call by reference | Type reference (TYPE) | STRING | 20040119 |
Method SET_BCC on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method SET_CC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CC | Call by reference | Type reference (TYPE) | STRING | 20040119 |
Method SET_CC on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method SET_CHARSET Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHARSET | Call by reference | Type reference (TYPE) | STRING | 20040119 |
Method SET_CHARSET on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method SET_CONTENT_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHARSET | Call by reference | Type reference (TYPE) | STRING | 20040130 | ||||
| 2 | CONTENT_TYPE | Call by reference | Type reference (TYPE) | STRING | 20040119 |
Method SET_CONTENT_TYPE on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method SET_DATE_TIME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATE_TIME | Call by reference | Type reference (TYPE) | STRING | 20040119 |
Method SET_DATE_TIME on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method SET_ENCODING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ENCODING | Call by reference | Type reference (TYPE) | STRING | 20040119 |
Method SET_ENCODING on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method SET_FROM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FROM | Call by reference | Type reference (TYPE) | STRING | 20040119 |
Method SET_FROM on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method SET_HTML_PART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HTML_PART | Call by reference | Type reference (TYPE) | STRING | 20040119 |
Method SET_HTML_PART on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method SET_INTERACTION_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INTERACTION_ID | Call by reference | Type reference (TYPE) | STRING | 20040119 |
Method SET_INTERACTION_ID on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method SET_RTF_PART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RTF_PART | Call by reference | Type reference (TYPE) | STRING | 20040119 |
Method SET_RTF_PART on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method SET_SUBJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SUBJECT | Call by reference | Type reference (TYPE) | STRING | 20040119 |
Method SET_SUBJECT on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method SET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TEXT | Call by reference | Type reference (TYPE) | STRING | 20040119 |
Method SET_TEXT on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
Method SET_TO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TO | Call by reference | Type reference (TYPE) | STRING | 20040119 |
Method SET_TO on class CL_CRM_MCM_MAIL_MESSAGE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 400 |