/AWS1/CL_MDTFUNCTIONREF¶
A reference to a child function within a SEQUENTIAL_EXECUTOR function.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_runcondition TYPE /AWS1/MDT__STRING /AWS1/MDT__STRING¶
An optional expression that evaluates to a boolean. MediaTailor evaluates this expression immediately before running the step, using the accumulated state at that point in the sequence. If the expression evaluates to
false, MediaTailor skips the step and moves to the next one. If omitted, the step always runs.
iv_functionid TYPE /AWS1/MDT__STRING /AWS1/MDT__STRING¶
The identifier of the child function to execute in this step.
Queryable Attributes¶
RunCondition¶
An optional expression that evaluates to a boolean. MediaTailor evaluates this expression immediately before running the step, using the accumulated state at that point in the sequence. If the expression evaluates to
false, MediaTailor skips the step and moves to the next one. If omitted, the step always runs.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RUNCONDITION() |
Getter for RUNCONDITION, with configurable default |
ASK_RUNCONDITION() |
Getter for RUNCONDITION w/ exceptions if field has no value |
HAS_RUNCONDITION() |
Determine if RUNCONDITION has a value |
FunctionId¶
The identifier of the child function to execute in this step.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FUNCTIONID() |
Getter for FUNCTIONID, with configurable default |
ASK_FUNCTIONID() |
Getter for FUNCTIONID w/ exceptions if field has no value |
HAS_FUNCTIONID() |
Determine if FUNCTIONID 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___LISTOFFUNCTIONSREF¶
TYPES TT___LISTOFFUNCTIONSREF TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDTFUNCTIONREF WITH DEFAULT KEY
.