/AWS1/CL_BDAMETADATAATTRIBUTE¶
Contains information about a metadata attribute.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_key
TYPE /AWS1/BDAKEY
/AWS1/BDAKEY
¶
The key of the metadata attribute.
io_value
TYPE REF TO /AWS1/CL_BDAMETADATAATTRVALUE
/AWS1/CL_BDAMETADATAATTRVALUE
¶
Contains the value of the metadata attribute.
Queryable Attributes¶
key¶
The key of the metadata attribute.
Accessible with the following methods¶
Method | Description |
---|---|
GET_KEY() |
Getter for KEY, with configurable default |
ASK_KEY() |
Getter for KEY w/ exceptions if field has no value |
HAS_KEY() |
Determine if KEY has a value |
value¶
Contains the value of the metadata attribute.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALUE() |
Getter for VALUE |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_METADATAATTRIBUTES
¶
TYPES TT_METADATAATTRIBUTES TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDAMETADATAATTRIBUTE WITH DEFAULT KEY
.