/AWS1/CL_PPTSIMPLECONDITION¶
Specifies a condition to evaluate for an activity in a journey.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_eventcondition TYPE REF TO /AWS1/CL_PPTEVENTCONDITION /AWS1/CL_PPTEVENTCONDITION¶
The dimension settings for the event that's associated with the activity.
io_segmentcondition TYPE REF TO /AWS1/CL_PPTSEGMENTCONDITION /AWS1/CL_PPTSEGMENTCONDITION¶
The segment that's associated with the activity.
io_segmentdimensions TYPE REF TO /AWS1/CL_PPTSEGMENTDIMENSIONS /AWS1/CL_PPTSEGMENTDIMENSIONS¶
The dimension settings for the segment that's associated with the activity.
Queryable Attributes¶
EventCondition¶
The dimension settings for the event that's associated with the activity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTCONDITION() |
Getter for EVENTCONDITION |
SegmentCondition¶
The segment that's associated with the activity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEGMENTCONDITION() |
Getter for SEGMENTCONDITION |
SegmentDimensions¶
The dimension settings for the segment that's associated with the activity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEGMENTDIMENSIONS() |
Getter for SEGMENTDIMENSIONS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LISTOFSIMPLECONDITION¶
TYPES TT_LISTOFSIMPLECONDITION TYPE STANDARD TABLE OF REF TO /AWS1/CL_PPTSIMPLECONDITION WITH DEFAULT KEY
.