/AWS1/CL_DZNMETFORMREFERENCE¶
The reference of a metadata form.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_typeidentifier TYPE /AWS1/DZNFORMTYPEIDENTIFIER /AWS1/DZNFORMTYPEIDENTIFIER¶
The type ID of the metadata form reference.
iv_typerevision TYPE /AWS1/DZNREVISION /AWS1/DZNREVISION¶
The type revision of the metadata form reference.
Queryable Attributes¶
typeIdentifier¶
The type ID of the metadata form reference.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPEIDENTIFIER() |
Getter for TYPEIDENTIFIER, with configurable default |
ASK_TYPEIDENTIFIER() |
Getter for TYPEIDENTIFIER w/ exceptions if field has no valu |
HAS_TYPEIDENTIFIER() |
Determine if TYPEIDENTIFIER has a value |
typeRevision¶
The type revision of the metadata form reference.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPEREVISION() |
Getter for TYPEREVISION, with configurable default |
ASK_TYPEREVISION() |
Getter for TYPEREVISION w/ exceptions if field has no value |
HAS_TYPEREVISION() |
Determine if TYPEREVISION 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_REQUIREDMETADATAFORMLIST¶
TYPES TT_REQUIREDMETADATAFORMLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNMETFORMREFERENCE WITH DEFAULT KEY
.