/AWS1/CL_IOESETVARIABLEACTION¶
Information about the variable and its new value.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_variablename
TYPE /AWS1/IOEVARIABLENAME
/AWS1/IOEVARIABLENAME
¶
The name of the variable.
iv_value
TYPE /AWS1/IOEVARIABLEVALUE
/AWS1/IOEVARIABLEVALUE
¶
The new value of the variable.
Queryable Attributes¶
variableName¶
The name of the variable.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VARIABLENAME() |
Getter for VARIABLENAME, with configurable default |
ASK_VARIABLENAME() |
Getter for VARIABLENAME w/ exceptions if field has no value |
HAS_VARIABLENAME() |
Determine if VARIABLENAME has a value |
value¶
The new value of the variable.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE has a value |