/AWS1/CL_SE2LISTMANAGEMENTOPTS¶
An object used to specify a list or topic to which an email belongs, which will be used when a contact chooses to unsubscribe.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_contactlistname TYPE /AWS1/SE2CONTACTLISTNAME /AWS1/SE2CONTACTLISTNAME¶
The name of the contact list.
Optional arguments:¶
iv_topicname TYPE /AWS1/SE2TOPICNAME /AWS1/SE2TOPICNAME¶
The name of the topic.
Queryable Attributes¶
ContactListName¶
The name of the contact list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTACTLISTNAME() |
Getter for CONTACTLISTNAME, with configurable default |
ASK_CONTACTLISTNAME() |
Getter for CONTACTLISTNAME w/ exceptions if field has no val |
HAS_CONTACTLISTNAME() |
Determine if CONTACTLISTNAME has a value |
TopicName¶
The name of the topic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOPICNAME() |
Getter for TOPICNAME, with configurable default |
ASK_TOPICNAME() |
Getter for TOPICNAME w/ exceptions if field has no value |
HAS_TOPICNAME() |
Determine if TOPICNAME has a value |