/AWS1/CL_WA2RELEASESUMMARY¶
High level information for an SDK release.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_releaseversion TYPE /AWS1/WA2VERSIONKEYSTRING /AWS1/WA2VERSIONKEYSTRING¶
The release version.
iv_timestamp TYPE /AWS1/WA2TIMESTAMP /AWS1/WA2TIMESTAMP¶
The timestamp of the release.
Queryable Attributes¶
ReleaseVersion¶
The release version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RELEASEVERSION() |
Getter for RELEASEVERSION, with configurable default |
ASK_RELEASEVERSION() |
Getter for RELEASEVERSION w/ exceptions if field has no valu |
HAS_RELEASEVERSION() |
Determine if RELEASEVERSION has a value |
Timestamp¶
The timestamp of the release.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESTAMP() |
Getter for TIMESTAMP, with configurable default |
ASK_TIMESTAMP() |
Getter for TIMESTAMP w/ exceptions if field has no value |
HAS_TIMESTAMP() |
Determine if TIMESTAMP 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_RELEASESUMMARIES¶
TYPES TT_RELEASESUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_WA2RELEASESUMMARY WITH DEFAULT KEY
.