/AWS1/CL_GEPTRANSLATIONDETAILS¶
Translation details for the address, including alternative names and translations in available languages.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_locality TYPE /AWS1/CL_GEPADMINNAMES=>TT_ADMINNAMESLIST TT_ADMINNAMESLIST¶
A list of administrative names and translations for the locality address component.
it_region TYPE /AWS1/CL_GEPADMINNAMES=>TT_ADMINNAMESLIST TT_ADMINNAMESLIST¶
A list of administrative names and translations for the region address component.
it_district TYPE /AWS1/CL_GEPADMINNAMES=>TT_ADMINNAMESLIST TT_ADMINNAMESLIST¶
A list of administrative names and translations for the district address component.
it_subregion TYPE /AWS1/CL_GEPADMINNAMES=>TT_ADMINNAMESLIST TT_ADMINNAMESLIST¶
A list of administrative names and translations for the sub-region address component.
Queryable Attributes¶
Locality¶
A list of administrative names and translations for the locality address component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALITY() |
Getter for LOCALITY, with configurable default |
ASK_LOCALITY() |
Getter for LOCALITY w/ exceptions if field has no value |
HAS_LOCALITY() |
Determine if LOCALITY has a value |
Region¶
A list of administrative names and translations for the region address component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGION() |
Getter for REGION, with configurable default |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
HAS_REGION() |
Determine if REGION has a value |
District¶
A list of administrative names and translations for the district address component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISTRICT() |
Getter for DISTRICT, with configurable default |
ASK_DISTRICT() |
Getter for DISTRICT w/ exceptions if field has no value |
HAS_DISTRICT() |
Determine if DISTRICT has a value |
SubRegion¶
A list of administrative names and translations for the sub-region address component.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBREGION() |
Getter for SUBREGION, with configurable default |
ASK_SUBREGION() |
Getter for SUBREGION w/ exceptions if field has no value |
HAS_SUBREGION() |
Determine if SUBREGION has a value |