/AWS1/CL_TBDBATCHGETWORKERID¶
The identifiers for a worker.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_farmid TYPE /AWS1/TBDFARMID /AWS1/TBDFARMID¶
The farm ID of the worker.
iv_fleetid TYPE /AWS1/TBDFLEETID /AWS1/TBDFLEETID¶
The fleet ID of the worker.
iv_workerid TYPE /AWS1/TBDWORKERID /AWS1/TBDWORKERID¶
The worker ID.
Queryable Attributes¶
farmId¶
The farm ID of the worker.
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.
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.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BATCHGETWORKERIDENTIFIERS¶
TYPES TT_BATCHGETWORKERIDENTIFIERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_TBDBATCHGETWORKERID WITH DEFAULT KEY
.