SAP ABAP Data Element VBI_URL2_STRING (Uniform Resource Locator (URL) for RESTful Map services)
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_URL2_STRING
Short Description Uniform Resource Locator (URL) for RESTful Map services  
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 Map URL 
Medium 15 Map Service URL 
Long 20 Map Service URL 
Heading 55 Map Service URL 
Documentation

Definition

URL to Map service

Use

Maintain the URL for the map service you want to use. Map data is expected as tiles, where the whole map is represented by 2^LOD times 2^LOD tiles. The following placeholders in the URL are supported:

Tile addressing:

{X} Row of tile (0 based index)

{Y} Column of tile (0 based index)

{LOD} Level of detail

{QUAD} Quadkey

{NUMT} Enumerated tiles: Tiles for all LODs are consecutively numbered

Single Bitmap Mode:

{LU_LONG} Longitude value of Left Upper corner

{LU_LAT} Latitude value of Left Upper corner

{RL_LONG} Longitude value of Right Lower corner

{RL_LAT} Latitude value of Right Lower corner

{WIDTH} Width of requested map picture in single Bitmap mode

{HEIGHT} Height of requested map picture in single Bitmap mode

Dependencies

Example

http://a.tile.openstreetmap.org/{LOD}/{X}/{Y}.png

http://www.myMap.com/P1={LU_LONG}%2C{LU_LAT}&P2={RL_LONG}%2C{RL_LAT}

History
Last changed by/on SAP  20140802 
SAP Release Created in 100