Skip to content

/AWS1/CL_SEBRULESET

A rule set contains a list of rules that are evaluated in order. Each rule is evaluated sequentially for each email.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_rulesetid TYPE /AWS1/SEBRULESETID /AWS1/SEBRULESETID

The identifier of the rule set.

iv_rulesetname TYPE /AWS1/SEBRULESETNAME /AWS1/SEBRULESETNAME

A user-friendly name for the rule set.

iv_lastmodificationdate TYPE /AWS1/SEBTIMESTAMP /AWS1/SEBTIMESTAMP

The last modification date of the rule set.


Queryable Attributes

RuleSetId

The identifier of the rule set.

Accessible with the following methods

Method Description
GET_RULESETID() Getter for RULESETID, with configurable default
ASK_RULESETID() Getter for RULESETID w/ exceptions if field has no value
HAS_RULESETID() Determine if RULESETID has a value

RuleSetName

A user-friendly name for the rule set.

Accessible with the following methods

Method Description
GET_RULESETNAME() Getter for RULESETNAME, with configurable default
ASK_RULESETNAME() Getter for RULESETNAME w/ exceptions if field has no value
HAS_RULESETNAME() Determine if RULESETNAME has a value

LastModificationDate

The last modification date of the rule set.

Accessible with the following methods

Method Description
GET_LASTMODIFICATIONDATE() Getter for LASTMODIFICATIONDATE, with configurable default
ASK_LASTMODIFICATIONDATE() Getter for LASTMODIFICATIONDATE w/ exceptions if field has n
HAS_LASTMODIFICATIONDATE() Determine if LASTMODIFICATIONDATE 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_RULESETS

TYPES TT_RULESETS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SEBRULESET WITH DEFAULT KEY
.