/AWS1/CL_BDOINDEXEDKEY¶
A metadata key indexed for filtering.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_key TYPE /AWS1/BDOMETADATAKEY /AWS1/BDOMETADATAKEY¶
The metadata key name to index.
iv_type TYPE /AWS1/BDOMETADATAVALUETYPE /AWS1/BDOMETADATAVALUETYPE¶
The data type of the indexed key.
Queryable Attributes¶
key¶
The metadata key name to index.
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 |
type¶
The data type of the indexed key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE 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_INDEXEDKEYSLIST¶
TYPES TT_INDEXEDKEYSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOINDEXEDKEY WITH DEFAULT KEY
.