/AWS1/CL_GEPADMINNAMES¶
The official administrative names for an address component, returned when AddressNamesMode is set to Administrative.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_names TYPE /AWS1/CL_GEPTRANSLATIONNAME=>TT_TRANSLATIONNAMELIST TT_TRANSLATIONNAMELIST¶
A list of translation names for the administrative address component, including name variants and translations in available languages.
Optional arguments:¶
iv_preference TYPE /AWS1/GEPADMINNAMESPREFERENCE /AWS1/GEPADMINNAMESPREFERENCE¶
Indicates the preference level of the administrative name. Valid values are
PrimaryandAlternative.
Queryable Attributes¶
Names¶
A list of translation names for the administrative address component, including name variants and translations in available languages.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAMES() |
Getter for NAMES, with configurable default |
ASK_NAMES() |
Getter for NAMES w/ exceptions if field has no value |
HAS_NAMES() |
Determine if NAMES has a value |
Preference¶
Indicates the preference level of the administrative name. Valid values are
PrimaryandAlternative.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREFERENCE() |
Getter for PREFERENCE, with configurable default |
ASK_PREFERENCE() |
Getter for PREFERENCE w/ exceptions if field has no value |
HAS_PREFERENCE() |
Determine if PREFERENCE 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_ADMINNAMESLIST¶
TYPES TT_ADMINNAMESLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GEPADMINNAMES WITH DEFAULT KEY
.