Skip to content

/AWS1/CL_GLUREGSCHEMAVRSRSP

RegisterSchemaVersionResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_schemaversionid TYPE /AWS1/GLUSCHEMAVERSIONIDSTRING /AWS1/GLUSCHEMAVERSIONIDSTRING

The unique ID that represents the version of this schema.

iv_versionnumber TYPE /AWS1/GLUVERSIONLONGNUMBER /AWS1/GLUVERSIONLONGNUMBER

The version of this schema (for sync flow only, in case this is the first version).

iv_status TYPE /AWS1/GLUSCHEMAVERSIONSTATUS /AWS1/GLUSCHEMAVERSIONSTATUS

The status of the schema version.


Queryable Attributes

SchemaVersionId

The unique ID that represents the version of this schema.

Accessible with the following methods

Method Description
GET_SCHEMAVERSIONID() Getter for SCHEMAVERSIONID, with configurable default
ASK_SCHEMAVERSIONID() Getter for SCHEMAVERSIONID w/ exceptions if field has no val
HAS_SCHEMAVERSIONID() Determine if SCHEMAVERSIONID has a value

VersionNumber

The version of this schema (for sync flow only, in case this is the first version).

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

Status

The status of the schema version.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value