/AWS1/CL_TBDBATCHGETWORKRERROR¶
The error details for a worker that could not be retrieved in a batch get operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_farmid TYPE /AWS1/TBDFARMID /AWS1/TBDFARMID¶
The farm ID of the worker that could not be retrieved.
iv_fleetid TYPE /AWS1/TBDFLEETID /AWS1/TBDFLEETID¶
The fleet ID of the worker that could not be retrieved.
iv_workerid TYPE /AWS1/TBDWORKERID /AWS1/TBDWORKERID¶
The worker ID of the worker that could not be retrieved.
iv_code TYPE /AWS1/TBDBTCGETWORKRERRORCODE /AWS1/TBDBTCGETWORKRERRORCODE¶
The error code.
iv_message TYPE /AWS1/TBDSTRING /AWS1/TBDSTRING¶
The error message.
Queryable Attributes¶
farmId¶
The farm ID of the worker that could not be retrieved.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FARMID() |
Getter for FARMID, with configurable default |
ASK_FARMID() |
Getter for FARMID w/ exceptions if field has no value |
HAS_FARMID() |
Determine if FARMID has a value |
fleetId¶
The fleet ID of the worker that could not be retrieved.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLEETID() |
Getter for FLEETID, with configurable default |
ASK_FLEETID() |
Getter for FLEETID w/ exceptions if field has no value |
HAS_FLEETID() |
Determine if FLEETID has a value |
workerId¶
The worker ID of the worker that could not be retrieved.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WORKERID() |
Getter for WORKERID, with configurable default |
ASK_WORKERID() |
Getter for WORKERID w/ exceptions if field has no value |
HAS_WORKERID() |
Determine if WORKERID has a value |
code¶
The error code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODE() |
Getter for CODE, with configurable default |
ASK_CODE() |
Getter for CODE w/ exceptions if field has no value |
HAS_CODE() |
Determine if CODE has a value |
message¶
The error message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BATCHGETWORKERERRORS¶
TYPES TT_BATCHGETWORKERERRORS TYPE STANDARD TABLE OF REF TO /AWS1/CL_TBDBATCHGETWORKRERROR WITH DEFAULT KEY
.