/AWS1/CL_BUPKEYVALUE¶
Pair of two related strings. Allowed characters
are letters, white space, and numbers that can be
represented in UTF-8 and the following characters:
+ - = . _ : /
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_key
TYPE /AWS1/BUPSTRING00
/AWS1/BUPSTRING00
¶
The tag key (String). The key can't start with
aws:
.Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
^(?![aA]{1}[wW]{1}[sS]{1}:)([\p{L}\p{Z}\p{N}_.:/=+-@]+)$
iv_value
TYPE /AWS1/BUPSTRING00
/AWS1/BUPSTRING00
¶
The value of the key.
Length Constraints: Maximum length of 256.
Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+-@]*)$
Queryable Attributes¶
Key¶
The tag key (String). The key can't start with
aws:
.Length Constraints: Minimum length of 1. Maximum length of 128.
Pattern:
^(?![aA]{1}[wW]{1}[sS]{1}:)([\p{L}\p{Z}\p{N}_.:/=+-@]+)$
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¶
The value of the key.
Length Constraints: Maximum length of 256.
Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+-@]*)$
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALUE() |
Getter for VALUE, with configurable default |
ASK_VALUE() |
Getter for VALUE w/ exceptions if field has no value |
HAS_VALUE() |
Determine if VALUE 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_KEYVALUELIST
¶
TYPES TT_KEYVALUELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BUPKEYVALUE WITH DEFAULT KEY
.