/AWS1/CL_LOCBTCGETDEVPOSITIO02¶
Contains error details for each device that didn't return a position.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_deviceid TYPE /AWS1/LOCID /AWS1/LOCID¶
The ID of the device that didn't return a position.
io_error TYPE REF TO /AWS1/CL_LOCBATCHITEMERROR /AWS1/CL_LOCBATCHITEMERROR¶
Contains details related to the error code.
Queryable Attributes¶
DeviceId¶
The ID of the device that didn't return a position.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DEVICEID() |
Getter for DEVICEID, with configurable default |
ASK_DEVICEID() |
Getter for DEVICEID w/ exceptions if field has no value |
HAS_DEVICEID() |
Determine if DEVICEID has a value |
Error¶
Contains details related to the error code.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BTCGETDEVPOSITIONERRORLIST¶
TYPES TT_BTCGETDEVPOSITIONERRORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LOCBTCGETDEVPOSITIO02 WITH DEFAULT KEY
.