/AWS1/CL_GLUSCHEMAVRSERRORITEM¶
An object that contains the error details for an operation on a schema version.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_versionnumber TYPE /AWS1/GLUVERSIONLONGNUMBER /AWS1/GLUVERSIONLONGNUMBER¶
The version number of the schema.
io_errordetails TYPE REF TO /AWS1/CL_GLUERRORDETAILS /AWS1/CL_GLUERRORDETAILS¶
The details of the error for the schema version.
Queryable Attributes¶
VersionNumber¶
The version number of the schema.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONNUMBER() |
Getter for VERSIONNUMBER, with configurable default |
ASK_VERSIONNUMBER() |
Getter for VERSIONNUMBER w/ exceptions if field has no value |
HAS_VERSIONNUMBER() |
Determine if VERSIONNUMBER has a value |
ErrorDetails¶
The details of the error for the schema version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORDETAILS() |
Getter for ERRORDETAILS |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_SCHEMAVERSIONERRORLIST¶
TYPES TT_SCHEMAVERSIONERRORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GLUSCHEMAVRSERRORITEM WITH DEFAULT KEY
.