SAP ABAP Data Element VBI_GC_SERVICE_URL (Service Uniform Resource Locator (URL))
Hierarchy
SAP_UI (Software Component) User Interface Technology
   CA-UI2-VBZ (Application Component) Visual Business -> please use CA-GTF-VBZ
     VBI_DATABASE (Package) Visual Business Database Layer
Basic Data
Data Element VBI_GC_SERVICE_URL
Short Description Service Uniform Resource Locator (URL)  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type VBI_URL    
Data Type CHAR   Character String 
Length 255    
Decimal Places 0    
Output Length 255    
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  20130604 
SAP Release Created in 100