/AWS1/CL_TBDBATCHGETWORKERRSP¶
BatchGetWorkerResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_workers TYPE /AWS1/CL_TBDBATCHGETWORKERITEM=>TT_BATCHGETWORKERITEMS TT_BATCHGETWORKERITEMS¶
A list of workers that were successfully retrieved.
it_errors TYPE /AWS1/CL_TBDBATCHGETWORKRERROR=>TT_BATCHGETWORKERERRORS TT_BATCHGETWORKERERRORS¶
A list of errors for workers that could not be retrieved.
Queryable Attributes¶
workers¶
A list of workers that were successfully retrieved.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKERS() |
Getter for WORKERS, with configurable default |
ASK_WORKERS() |
Getter for WORKERS w/ exceptions if field has no value |
HAS_WORKERS() |
Determine if WORKERS has a value |
errors¶
A list of errors for workers 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 |