/AWS1/CL_TBDBATCHGETSTEPRSP¶
BatchGetStepResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_steps TYPE /AWS1/CL_TBDBATCHGETSTEPITEM=>TT_BATCHGETSTEPITEMS TT_BATCHGETSTEPITEMS¶
A list of steps that were successfully retrieved.
it_errors TYPE /AWS1/CL_TBDBATCHGETSTEPERROR=>TT_BATCHGETSTEPERRORS TT_BATCHGETSTEPERRORS¶
A list of errors for steps that could not be retrieved.
Queryable Attributes¶
steps¶
A list of steps that were successfully retrieved.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STEPS() |
Getter for STEPS, with configurable default |
ASK_STEPS() |
Getter for STEPS w/ exceptions if field has no value |
HAS_STEPS() |
Determine if STEPS has a value |
errors¶
A list of errors for steps that could not be retrieved.
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 |