/AWS1/CL_CNTEVALFRMITEMENBME00¶
An item enablement configuration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_condition TYPE REF TO /AWS1/CL_CNTEVALFRMITEMENBME01 /AWS1/CL_CNTEVALFRMITEMENBME01¶
A condition for item enablement configuration.
iv_action TYPE /AWS1/CNTEVALFRMITEMENBMENTACT /AWS1/CNTEVALFRMITEMENBMENTACT¶
An enablement action that if condition is satisfied.
Optional arguments:¶
iv_defaultaction TYPE /AWS1/CNTEVALFRMITEMENBMENTACT /AWS1/CNTEVALFRMITEMENBMENTACT¶
An enablement action that if condition is not satisfied.
Queryable Attributes¶
Condition¶
A condition for item enablement configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONDITION() |
Getter for CONDITION |
Action¶
An enablement action that if condition is satisfied.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTION() |
Getter for ACTION, with configurable default |
ASK_ACTION() |
Getter for ACTION w/ exceptions if field has no value |
HAS_ACTION() |
Determine if ACTION has a value |
DefaultAction¶
An enablement action that if condition is not satisfied.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEFAULTACTION() |
Getter for DEFAULTACTION, with configurable default |
ASK_DEFAULTACTION() |
Getter for DEFAULTACTION w/ exceptions if field has no value |
HAS_DEFAULTACTION() |
Determine if DEFAULTACTION has a value |