/AWS1/CL_TBDBATCHGETJOBRSP¶
BatchGetJobResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_jobs TYPE /AWS1/CL_TBDBATCHGETJOBITEM=>TT_BATCHGETJOBITEMS TT_BATCHGETJOBITEMS¶
A list of jobs that were successfully retrieved.
it_errors TYPE /AWS1/CL_TBDBATCHGETJOBERROR=>TT_BATCHGETJOBERRORS TT_BATCHGETJOBERRORS¶
A list of errors for jobs that could not be retrieved.
Queryable Attributes¶
jobs¶
A list of jobs that were successfully retrieved.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBS() |
Getter for JOBS, with configurable default |
ASK_JOBS() |
Getter for JOBS w/ exceptions if field has no value |
HAS_JOBS() |
Determine if JOBS has a value |
errors¶
A list of errors for jobs 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 |