/AWS1/CL_GEPADDRESSCOMPONENT00¶
Indicates how well the entire input matches the returned. It is equal to 1 if all input tokens are recognized and matched.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_country TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The alpha-2 or alpha-3 character code for the country that the results will be present in.
iv_region TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The region or state results should be to be present in.
Example:
North Rhine-Westphalia.
iv_subregion TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The sub-region or county for which results should be present in.
iv_locality TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The city or locality results should be present in.
Example:
Vancouver.
iv_district TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The district or division of a city the results should be present in.
iv_subdistrict TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
A subdivision of a district.
Example:
Minden-Lübbecke
iv_postalcode TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
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/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
Name of the block.
Example:
Sunny Mansion 203 block: 2 Chome
iv_subblock TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
Name of sub-block.
Example:
Sunny Mansion 203 sub-block: 4
it_intersection TYPE /AWS1/CL_GEPMATCHSCORELIST_W=>TT_MATCHSCORELIST TT_MATCHSCORELIST¶
Name of the streets in the intersection.
Example:
["Friedrichstraße","Unter den Linden"]
iv_addressnumber TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The house number or address results should have.
iv_building TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The name of the building at the address.
it_secaddresscomponents TYPE /AWS1/CL_GEPSECADDRESSCOMPON01=>TT_SECADDRESSCOMPONENTMATCHS00 TT_SECADDRESSCOMPONENTMATCHS00¶
Match scores for the secondary address components in the result.
Coverage for this functionality is available in the following countries: AUS, AUT, BRA, CAN, ESP, FRA, GBR, IDN, IND, NZL, TUR, TWN, USA.
Queryable Attributes¶
Country¶
The alpha-2 or alpha-3 character code for the country that the results will be present in.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNTRY() |
Getter for COUNTRY |
ASK_COUNTRY() |
Getter for COUNTRY w/ exceptions if field has no value |
STR_COUNTRY() |
String format for COUNTRY |
Region¶
The region or state results should be to be present in.
Example:
North Rhine-Westphalia.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGION() |
Getter for REGION |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
STR_REGION() |
String format 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 |
ASK_SUBREGION() |
Getter for SUBREGION w/ exceptions if field has no value |
STR_SUBREGION() |
String format for SUBREGION |
Locality¶
The city or locality results should be present in.
Example:
Vancouver.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALITY() |
Getter for LOCALITY |
ASK_LOCALITY() |
Getter for LOCALITY w/ exceptions if field has no value |
STR_LOCALITY() |
String format for LOCALITY |
District¶
The district or division of a city the results should be present in.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISTRICT() |
Getter for DISTRICT |
ASK_DISTRICT() |
Getter for DISTRICT w/ exceptions if field has no value |
STR_DISTRICT() |
String format for DISTRICT |
SubDistrict¶
A subdivision of a district.
Example:
Minden-Lübbecke
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBDISTRICT() |
Getter for SUBDISTRICT |
ASK_SUBDISTRICT() |
Getter for SUBDISTRICT w/ exceptions if field has no value |
STR_SUBDISTRICT() |
String format for SUBDISTRICT |
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 |
ASK_POSTALCODE() |
Getter for POSTALCODE w/ exceptions if field has no value |
STR_POSTALCODE() |
String format for POSTALCODE |
Block¶
Name of the block.
Example:
Sunny Mansion 203 block: 2 Chome
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BLOCK() |
Getter for BLOCK |
ASK_BLOCK() |
Getter for BLOCK w/ exceptions if field has no value |
STR_BLOCK() |
String format for BLOCK |
SubBlock¶
Name of sub-block.
Example:
Sunny Mansion 203 sub-block: 4
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBBLOCK() |
Getter for SUBBLOCK |
ASK_SUBBLOCK() |
Getter for SUBBLOCK w/ exceptions if field has no value |
STR_SUBBLOCK() |
String format for SUBBLOCK |
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 |
AddressNumber¶
The house number or address results should have.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDRESSNUMBER() |
Getter for ADDRESSNUMBER |
ASK_ADDRESSNUMBER() |
Getter for ADDRESSNUMBER w/ exceptions if field has no value |
STR_ADDRESSNUMBER() |
String format for ADDRESSNUMBER |
Building¶
The name of the building at the address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUILDING() |
Getter for BUILDING |
ASK_BUILDING() |
Getter for BUILDING w/ exceptions if field has no value |
STR_BUILDING() |
String format for BUILDING |
SecondaryAddressComponents¶
Match scores for the secondary address components in the result.
Coverage for this functionality is available in the following countries: AUS, AUT, BRA, CAN, ESP, FRA, GBR, IDN, IND, NZL, TUR, TWN, USA.
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 |