/AWS1/CL_DZNMETFORMSUMMARY¶
The summary of the metadata form.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_typename TYPE /AWS1/DZNFORMTYPENAME /AWS1/DZNFORMTYPENAME¶
The type name of the metadata form.
iv_typerevision TYPE /AWS1/DZNREVISION /AWS1/DZNREVISION¶
The type revision of the metadata form.
Optional arguments:¶
iv_formname TYPE /AWS1/DZNFORMNAME /AWS1/DZNFORMNAME¶
The form name of the metadata form.
Queryable Attributes¶
formName¶
The form name of the metadata form.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORMNAME() |
Getter for FORMNAME, with configurable default |
ASK_FORMNAME() |
Getter for FORMNAME w/ exceptions if field has no value |
HAS_FORMNAME() |
Determine if FORMNAME has a value |
typeName¶
The type name of the metadata form.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPENAME() |
Getter for TYPENAME, with configurable default |
ASK_TYPENAME() |
Getter for TYPENAME w/ exceptions if field has no value |
HAS_TYPENAME() |
Determine if TYPENAME has a value |
typeRevision¶
The type revision of the metadata form.
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_METADATAFORMSSUMMARY¶
TYPES TT_METADATAFORMSSUMMARY TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNMETFORMSUMMARY WITH DEFAULT KEY
.