Hierarchy
⤷
⤷
Basic Data
| Data Element | VBI_GC_SERVICE_URL_STRING |
| Short Description | Service Uniform Resource Locator (URL) |
Data Type
| Category of Dictionary Type | Direct Type Entry | |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | ||
| Data Type | STRG | Character String of Variable Length |
| Length | 0 | |
| Decimal Places | 0 | |
| Output Length | 0 | |
| Value Table |
Further Characteristics
| Search Help: Name | ||
| Search Help: Parameters | ||
| Parameter ID | ||
| Default Component name | ||
| Change document | ||
| No Input History | ||
| Basic direction is set to LTR | ||
| No BIDI Filtering |
Field Label
| Length | Field Label | |
| Short | 10 | Serv URL |
| Medium | 15 | Service URL |
| Long | 20 | Service URL |
| Heading | 55 | Service URL |
Documentation
Definition
URL to Geo Coding service
Use
Maintain the URL template for a given geo-coding service type. Geocoding services are expected to be provided as REST services. The following placeholders in the URL are supported:
{LANG} Language for input and result data
{LOCA} (Start) Address string for service
{LOCB} Destination Address string (for route calculation)
{LON0} Longitude for reverse geo-coding or first waypoint in route calculation
{LAT0} Latitude for reverse geo-coding or first waypoint in route calculation
{LON1} Longitude for second waypoint in route calculation
{LAT1} Latitude for second waypoint in route calculation
Note: Special characters like comma or semicolon might need to be entered in their escaped format:
',' = %2C
';' = %3B
Dependencies
Example
http://prd.geocode.org/services/search.xml?address={LOCA} }&language={LANG}
http://prd.geocode.org/services/calcroute.xml?waypoint0={LAT0}%2C{LON0}&waypoint1={LAT1}%2C{LON1}
History
| Last changed by/on | SAP | 20140802 |
| SAP Release Created in | 100 |