/AWS1/CL_FDTBTCGETVARIABLERSLT¶
BatchGetVariableResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_variables TYPE /AWS1/CL_FDTVARIABLE=>TT_VARIABLELIST TT_VARIABLELIST¶
The returned variables.
it_errors TYPE /AWS1/CL_FDTBTCGETVARIABLEERR=>TT_BATCHGETVARIABLEERRORLIST TT_BATCHGETVARIABLEERRORLIST¶
The errors from the request.
Queryable Attributes¶
variables¶
The returned variables.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VARIABLES() |
Getter for VARIABLES, with configurable default |
ASK_VARIABLES() |
Getter for VARIABLES w/ exceptions if field has no value |
HAS_VARIABLES() |
Determine if VARIABLES has a value |
errors¶
The errors from the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORS() |
Getter for ERRORS, with configurable default |
ASK_ERRORS() |
Getter for ERRORS w/ exceptions if field has no value |
HAS_ERRORS() |
Determine if ERRORS has a value |