/AWS1/CL_SE2GETEMAILTMPLRSP¶
The following element is returned by the service.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_templatename TYPE /AWS1/SE2EMAILTEMPLATENAME /AWS1/SE2EMAILTEMPLATENAME¶
The name of the template.
io_templatecontent TYPE REF TO /AWS1/CL_SE2EMAILTMPLCONTENT /AWS1/CL_SE2EMAILTMPLCONTENT¶
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
Optional arguments:¶
it_tags TYPE /AWS1/CL_SE2TAG=>TT_TAGLIST TT_TAGLIST¶
An array of objects that define the tags (keys and values) that are associated with the email template.
Queryable Attributes¶
TemplateName¶
The name of the template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATENAME() |
Getter for TEMPLATENAME, with configurable default |
ASK_TEMPLATENAME() |
Getter for TEMPLATENAME w/ exceptions if field has no value |
HAS_TEMPLATENAME() |
Determine if TEMPLATENAME has a value |
TemplateContent¶
The content of the email template, composed of a subject line, an HTML part, and a text-only part.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATECONTENT() |
Getter for TEMPLATECONTENT |
Tags¶
An array of objects that define the tags (keys and values) that are associated with the email template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |