Skip to content

/AWS1/CL_ECPTAG

The metadata that you apply to a resource to help you categorize and organize them. Each tag consists of a key and an optional value. You define both. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_KEY TYPE /AWS1/ECPTAGKEY /AWS1/ECPTAGKEY

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

IV_VALUE TYPE /AWS1/ECPTAGVALUE /AWS1/ECPTAGVALUE

The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).


Queryable Attributes

Key

One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.

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 optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).

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_TAGLIST

TYPES TT_TAGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ECPTAG WITH DEFAULT KEY
.