/AWS1/CL_OMXVERSIONDELETEERROR¶
The error preventing deletion of the annotation store version.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_versionname TYPE /AWS1/OMXVERSIONNAME /AWS1/OMXVERSIONNAME¶
The name given to an annotation store version.
iv_message TYPE /AWS1/OMXSTRING /AWS1/OMXSTRING¶
The message explaining the error in annotation store deletion.
Queryable Attributes¶
versionName¶
The name given to an annotation store version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONNAME() |
Getter for VERSIONNAME, with configurable default |
ASK_VERSIONNAME() |
Getter for VERSIONNAME w/ exceptions if field has no value |
HAS_VERSIONNAME() |
Determine if VERSIONNAME has a value |
message¶
The message explaining the error in annotation store deletion.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE 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_VERSIONDELETEERRORLIST¶
TYPES TT_VERSIONDELETEERRORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_OMXVERSIONDELETEERROR WITH DEFAULT KEY
.