/AWS1/CL_PPTMULTICONDALBRANCH¶
Specifies a condition to evaluate for an activity path in a journey.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_condition
TYPE REF TO /AWS1/CL_PPTSIMPLECONDITION
/AWS1/CL_PPTSIMPLECONDITION
¶
The condition to evaluate for the activity path.
iv_nextactivity
TYPE /AWS1/PPT__STRING
/AWS1/PPT__STRING
¶
The unique identifier for the next activity to perform, after completing the activity for the path.
Queryable Attributes¶
Condition¶
The condition to evaluate for the activity path.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONDITION() |
Getter for CONDITION |
NextActivity¶
The unique identifier for the next activity to perform, after completing the activity for the path.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NEXTACTIVITY() |
Getter for NEXTACTIVITY, with configurable default |
ASK_NEXTACTIVITY() |
Getter for NEXTACTIVITY w/ exceptions if field has no value |
HAS_NEXTACTIVITY() |
Determine if NEXTACTIVITY 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_LISTOFMULTICONDALBRANCH
¶
TYPES TT_LISTOFMULTICONDALBRANCH TYPE STANDARD TABLE OF REF TO /AWS1/CL_PPTMULTICONDALBRANCH WITH DEFAULT KEY
.