SAP ABAP Class CL_CTS_E_MAIL (An email in CTS)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CTS-TMS-CTR (Application Component) Central CTS # Transport Management
⤷
SCTS_DIST_CTL_QA (Package) Central CTS: Quality Approval
⤷
⤷
Properties
| Class | CL_CTS_E_MAIL | |
| Short Description | An email in CTS | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SCTS_DIST_CTL_QA | Central CTS: Quality Approval |
| Created | 20091211 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CTS_E_MAIL has no forward declaration.
Interfaces
Class CL_CTS_E_MAIL has no interface implemented.
Friends
Class CL_CTS_E_MAIL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | SO_OBJ_DES | Short description of contents | 20091211 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | STRING | 20091211 | ||||
| 3 | Instance attribute | Private | Type reference (TYPE) | ADR6-SMTP_ADDR | E-Mail Address | 20091211 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | The constructor | 20091211 | |
| 2 | Static method | Public | Method | Create an instance | 20091211 | |
| 3 | Instance method | Public | Method | send the text in the mail | 20091211 |
Events
Class CL_CTS_E_MAIL has no event.
Types
Class CL_CTS_E_MAIL has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MAILHEADER | Call by reference | Type reference (TYPE) | SO_OBJ_DES | Short description of contents | 20091211 | |||
| 2 | MAILTEXT | Call by reference | Type reference (TYPE) | STRING | 20091211 | ||||
| 3 | TO | Call by reference | Type reference (TYPE) | ADR6-SMTP_ADDR | E-Mail Address | 20091211 |
Method CONSTRUCTOR on class CL_CTS_E_MAIL has no exception.
Method CREATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Value transfer | Object reference (TYPE REF TO) | CL_CTS_E_MAIL | An email in CTS | 20091211 | ||||
| 2 | MAILHEADER | Call by reference | Type reference (TYPE) | SO_OBJ_DES | Short description of contents | 20091211 | |||
| 3 | MAILTEXT | Call by reference | Type reference (TYPE) | STRING | 20091211 | ||||
| 4 | TO | Call by reference | Type reference (TYPE) | ADR6-SMTP_ADDR | E-Mail Address | 20091211 |
Method CREATE on class CL_CTS_E_MAIL has no exception.
Method SEND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MAILHEADER | Call by reference | Type reference (TYPE) | SO_OBJ_DES | Short description of contents | 20091211 | |||
| 2 | MAILTEXT | Call by reference | Type reference (TYPE) | STRING | 20091211 | ||||
| 3 | TO | Call by reference | Type reference (TYPE) | ADR6-SMTP_ADDR | E-Mail Address | 20091211 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | An error during the sending of an email occured | 20091215 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 702 |