Skip to content

/AWS1/CL_SE2TOPIC

An interest group, theme, or label within a list. Lists can have multiple topics.

CONSTRUCTOR

IMPORTING

Required arguments:

IV_TOPICNAME TYPE /AWS1/SE2TOPICNAME /AWS1/SE2TOPICNAME

The name of the topic.

IV_DISPLAYNAME TYPE /AWS1/SE2DISPLAYNAME /AWS1/SE2DISPLAYNAME

The name of the topic the contact will see.

IV_DEFAULTSUBSCRIPTIONSTATUS TYPE /AWS1/SE2SUBSCRIPTIONSTATUS /AWS1/SE2SUBSCRIPTIONSTATUS

The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.

Optional arguments:

IV_DESCRIPTION TYPE /AWS1/SE2DESCRIPTION /AWS1/SE2DESCRIPTION

A description of what the topic is about, which the contact will see.


Queryable Attributes

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

DisplayName

The name of the topic the contact will see.

Accessible with the following methods

Method Description
GET_DISPLAYNAME() Getter for DISPLAYNAME, with configurable default
ASK_DISPLAYNAME() Getter for DISPLAYNAME w/ exceptions if field has no value
HAS_DISPLAYNAME() Determine if DISPLAYNAME has a value

Description

A description of what the topic is about, which the contact will see.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

DefaultSubscriptionStatus

The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.

Accessible with the following methods

Method Description
GET_DEFSUBSCRIPTIONSTATUS() Getter for DEFAULTSUBSCRIPTIONSTATUS, with configurable defa
ASK_DEFSUBSCRIPTIONSTATUS() Getter for DEFAULTSUBSCRIPTIONSTATUS w/ exceptions if field
HAS_DEFSUBSCRIPTIONSTATUS() Determine if DEFAULTSUBSCRIPTIONSTATUS has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_TOPICS

TYPES TT_TOPICS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SE2TOPIC WITH DEFAULT KEY
.