/AWS1/CL_GLUCHXCHVRSVALIDITY01¶
CheckSchemaVersionValidityResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_valid TYPE /AWS1/GLUISVERSIONVALID /AWS1/GLUISVERSIONVALID¶
Return true, if the schema is valid and false otherwise.
iv_error TYPE /AWS1/GLUSCHEMAVALIDATIONERROR /AWS1/GLUSCHEMAVALIDATIONERROR¶
A validation failure error message.
Queryable Attributes¶
Valid¶
Return true, if the schema is valid and false otherwise.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALID() |
Getter for VALID |
Error¶
A validation failure error message.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR, with configurable default |
ASK_ERROR() |
Getter for ERROR w/ exceptions if field has no value |
HAS_ERROR() |
Determine if ERROR has a value |