/AWS1/CL_IOSBTCGETASTPRPVALS01¶
Contains information for an entry that has been processed by the previous BatchGetAssetPropertyValue 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 BatchGetAssetPropertyValue request.
Optional arguments:¶
io_errorinfo TYPE REF TO /AWS1/CL_IOSBTCGETASTPRPVALE01 /AWS1/CL_IOSBTCGETASTPRPVALE01¶
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 BatchGetAssetPropertyValue request.
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_BTCGETASTPRPVALSKIPPEDENT00¶
TYPES TT_BTCGETASTPRPVALSKIPPEDENT00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOSBTCGETASTPRPVALS01 WITH DEFAULT KEY
.