/AWS1/CL_CUSEVENTTRIGGERCOND¶
Specifies the circumstances under which the event should trigger the destination.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_eventtriggerdimensions TYPE /AWS1/CL_CUSEVTTRIGGERDIMENS00=>TT_EVENTTRIGGERDIMENSIONS TT_EVENTTRIGGERDIMENSIONS¶
A list of dimensions to be evaluated for the event.
iv_logicaloperator TYPE /AWS1/CUSEVENTTRIGGERLOGICALOP /AWS1/CUSEVENTTRIGGERLOGICALOP¶
The operator used to combine multiple dimensions.
Queryable Attributes¶
EventTriggerDimensions¶
A list of dimensions to be evaluated for the event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTTRIGGERDIMENSIONS() |
Getter for EVENTTRIGGERDIMENSIONS, with configurable default |
ASK_EVENTTRIGGERDIMENSIONS() |
Getter for EVENTTRIGGERDIMENSIONS w/ exceptions if field has |
HAS_EVENTTRIGGERDIMENSIONS() |
Determine if EVENTTRIGGERDIMENSIONS has a value |
LogicalOperator¶
The operator used to combine multiple dimensions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGICALOPERATOR() |
Getter for LOGICALOPERATOR, with configurable default |
ASK_LOGICALOPERATOR() |
Getter for LOGICALOPERATOR w/ exceptions if field has no val |
HAS_LOGICALOPERATOR() |
Determine if LOGICALOPERATOR 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_EVENTTRIGGERCONDITIONS¶
TYPES TT_EVENTTRIGGERCONDITIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CUSEVENTTRIGGERCOND WITH DEFAULT KEY
.