/AWS1/CL_FISEXPERIMENTACTSTATE¶
Describes the state of an action.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/FISEXPERIMENTACTSTATUS /AWS1/FISEXPERIMENTACTSTATUS¶
The state of the action.
iv_reason TYPE /AWS1/FISEXPERIMENTACTSTATRSN /AWS1/FISEXPERIMENTACTSTATRSN¶
The reason for the state.
Queryable Attributes¶
status¶
The state of the action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
reason¶
The reason for the state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REASON() |
Getter for REASON, with configurable default |
ASK_REASON() |
Getter for REASON w/ exceptions if field has no value |
HAS_REASON() |
Determine if REASON has a value |