/AWS1/CL_IOSBTCGETASTPRPAGGR05¶
Contains information for an entry that has been processed by the previous BatchGetAssetPropertyAggregates request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_entryid TYPE /AWS1/IOSENTRYID /AWS1/IOSENTRYID¶
The ID of the entry.
iv_completionstatus TYPE /AWS1/IOSBTCENTRCOMPLETIONSTAT /AWS1/IOSBTCENTRCOMPLETIONSTAT¶
The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.
Optional arguments:¶
io_errorinfo TYPE REF TO /AWS1/CL_IOSBTCGETASTPRPAGGR06 /AWS1/CL_IOSBTCGETASTPRPAGGR06¶
The error information, such as the error code and the timestamp.
Queryable Attributes¶
entryId¶
The ID of the entry.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENTRYID() |
Getter for ENTRYID, with configurable default |
ASK_ENTRYID() |
Getter for ENTRYID w/ exceptions if field has no value |
HAS_ENTRYID() |
Determine if ENTRYID has a value |
completionStatus¶
The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COMPLETIONSTATUS() |
Getter for COMPLETIONSTATUS, with configurable default |
ASK_COMPLETIONSTATUS() |
Getter for COMPLETIONSTATUS w/ exceptions if field has no va |
HAS_COMPLETIONSTATUS() |
Determine if COMPLETIONSTATUS has a value |
errorInfo¶
The error information, such as the error code and the timestamp.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORINFO() |
Getter for ERRORINFO |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BTCGETASTPRPAGGREGATESSKI00¶
TYPES TT_BTCGETASTPRPAGGREGATESSKI00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOSBTCGETASTPRPAGGR05 WITH DEFAULT KEY
.