/AWS1/CL_GEPADDRESS¶
The place address.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_label TYPE /AWS1/GEPSENSITIVESTRING /AWS1/GEPSENSITIVESTRING¶
Assembled address value built out of the address components, according to the regional postal rules. This is the correctly formatted address.
io_country TYPE REF TO /AWS1/CL_GEPCOUNTRY /AWS1/CL_GEPCOUNTRY¶
The country component of the address.
io_region TYPE REF TO /AWS1/CL_GEPREGION /AWS1/CL_GEPREGION¶
The region or state results should be present in.
Example:
North Rhine-Westphalia.
io_subregion TYPE REF TO /AWS1/CL_GEPSUBREGION /AWS1/CL_GEPSUBREGION¶
The sub-region or county for which results should be present in.
iv_locality TYPE /AWS1/GEPSENSITIVESTRING /AWS1/GEPSENSITIVESTRING¶
The city or locality of the address.
Example:
Vancouver.
iv_district TYPE /AWS1/GEPSENSITIVESTRING /AWS1/GEPSENSITIVESTRING¶
The district or division of a locality associated with this address.
iv_subdistrict TYPE /AWS1/GEPSENSITIVESTRING /AWS1/GEPSENSITIVESTRING¶
A subdivision of a district.
Example:
Minden-Lübbecke.
iv_postalcode TYPE /AWS1/GEPSENSITIVESTRING /AWS1/GEPSENSITIVESTRING¶
An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code, for which the result should possess.
iv_block TYPE /AWS1/GEPSENSITIVESTRING /AWS1/GEPSENSITIVESTRING¶
Name of the block.
Example:
Sunny Mansion 203 block: 2 Chome
iv_subblock TYPE /AWS1/GEPSENSITIVESTRING /AWS1/GEPSENSITIVESTRING¶
Name of sub-block.
Example:
Sunny Mansion 203 sub-block: 4
it_intersection TYPE /AWS1/CL_GEPINTERSECTIONSTRE00=>TT_INTERSECTIONSTREETLIST TT_INTERSECTIONSTREETLIST¶
Name of the streets in the intersection.
Example:
["Friedrichstraße","Unter den Linden"]
iv_street TYPE /AWS1/GEPSENSITIVESTRING /AWS1/GEPSENSITIVESTRING¶
The name of the street results should be present in.
it_streetcomponents TYPE /AWS1/CL_GEPSTREETCOMPONENTS=>TT_STREETCOMPONENTSLIST TT_STREETCOMPONENTSLIST¶
Components of the street.
Example: Younge from the "Younge street".
iv_addressnumber TYPE /AWS1/GEPSENSITIVESTRING /AWS1/GEPSENSITIVESTRING¶
The number that identifies an address within a street.
iv_building TYPE /AWS1/GEPSENSITIVESTRING /AWS1/GEPSENSITIVESTRING¶
The name of the building at the address.
it_secaddresscomponents TYPE /AWS1/CL_GEPSECADDRESSCOMPON00=>TT_SECADDRESSCOMPONENTLIST TT_SECADDRESSCOMPONENTLIST¶
Components that correspond to secondary identifiers on an Address. Secondary address components include information such as Suite or Unit Number, Building, or Floor.
Queryable Attributes¶
Label¶
Assembled address value built out of the address components, according to the regional postal rules. This is the correctly formatted address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LABEL() |
Getter for LABEL, with configurable default |
ASK_LABEL() |
Getter for LABEL w/ exceptions if field has no value |
HAS_LABEL() |
Determine if LABEL has a value |
Country¶
The country component of the address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNTRY() |
Getter for COUNTRY |
Region¶
The region or state results should be present in.
Example:
North Rhine-Westphalia.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGION() |
Getter for REGION |
SubRegion¶
The sub-region or county for which results should be present in.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBREGION() |
Getter for SUBREGION |
Locality¶
The city or locality of the address.
Example:
Vancouver.
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 |
District¶
The district or division of a locality associated with this address.
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 |
SubDistrict¶
A subdivision of a district.
Example:
Minden-Lübbecke.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBDISTRICT() |
Getter for SUBDISTRICT, with configurable default |
ASK_SUBDISTRICT() |
Getter for SUBDISTRICT w/ exceptions if field has no value |
HAS_SUBDISTRICT() |
Determine if SUBDISTRICT has a value |
PostalCode¶
An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code, for which the result should possess.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POSTALCODE() |
Getter for POSTALCODE, with configurable default |
ASK_POSTALCODE() |
Getter for POSTALCODE w/ exceptions if field has no value |
HAS_POSTALCODE() |
Determine if POSTALCODE has a value |
Block¶
Name of the block.
Example:
Sunny Mansion 203 block: 2 Chome
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BLOCK() |
Getter for BLOCK, with configurable default |
ASK_BLOCK() |
Getter for BLOCK w/ exceptions if field has no value |
HAS_BLOCK() |
Determine if BLOCK has a value |
SubBlock¶
Name of sub-block.
Example:
Sunny Mansion 203 sub-block: 4
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBBLOCK() |
Getter for SUBBLOCK, with configurable default |
ASK_SUBBLOCK() |
Getter for SUBBLOCK w/ exceptions if field has no value |
HAS_SUBBLOCK() |
Determine if SUBBLOCK has a value |
Intersection¶
Name of the streets in the intersection.
Example:
["Friedrichstraße","Unter den Linden"]
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTERSECTION() |
Getter for INTERSECTION, with configurable default |
ASK_INTERSECTION() |
Getter for INTERSECTION w/ exceptions if field has no value |
HAS_INTERSECTION() |
Determine if INTERSECTION has a value |
Street¶
The name of the street results should be present in.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STREET() |
Getter for STREET, with configurable default |
ASK_STREET() |
Getter for STREET w/ exceptions if field has no value |
HAS_STREET() |
Determine if STREET has a value |
StreetComponents¶
Components of the street.
Example: Younge from the "Younge street".
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STREETCOMPONENTS() |
Getter for STREETCOMPONENTS, with configurable default |
ASK_STREETCOMPONENTS() |
Getter for STREETCOMPONENTS w/ exceptions if field has no va |
HAS_STREETCOMPONENTS() |
Determine if STREETCOMPONENTS has a value |
AddressNumber¶
The number that identifies an address within a street.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDRESSNUMBER() |
Getter for ADDRESSNUMBER, with configurable default |
ASK_ADDRESSNUMBER() |
Getter for ADDRESSNUMBER w/ exceptions if field has no value |
HAS_ADDRESSNUMBER() |
Determine if ADDRESSNUMBER has a value |
Building¶
The name of the building at the address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUILDING() |
Getter for BUILDING, with configurable default |
ASK_BUILDING() |
Getter for BUILDING w/ exceptions if field has no value |
HAS_BUILDING() |
Determine if BUILDING has a value |
SecondaryAddressComponents¶
Components that correspond to secondary identifiers on an Address. Secondary address components include information such as Suite or Unit Number, Building, or Floor.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SECADDRESSCOMPONENTS() |
Getter for SECONDARYADDRESSCOMPONENTS, with configurable def |
ASK_SECADDRESSCOMPONENTS() |
Getter for SECONDARYADDRESSCOMPONENTS w/ exceptions if field |
HAS_SECADDRESSCOMPONENTS() |
Determine if SECONDARYADDRESSCOMPONENTS has a value |