SAP ABAP Data Element VBI_MAX_TILES_PER_EDGE (Maximum number of Tiles per Edge)
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_MAX_TILES_PER_EDGE
Short Description Maximum number of Tiles per Edge  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type INT2    
Data Type INT2   2-byte integer, only for length field before LCHR or LRAW 
Length 5    
Decimal Places 0    
Output Length 5    
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 max. Tiles 
Medium 15 max. Tiles 
Long 20 max. Tiles per Edge 
Heading 50 Maximum Number of Tiles per Edge 
Documentation

Definition

Visual Business adapts the number of tiles per edge dynamically to the display size. Thus it is possible on big screens or when using multiple monitors to use up to 16 tiles per edge.

If the map provider returns only a single Bitmap which is also limited in size this may lead to failing requests. Therefore you may restrict the number of tile per edge.

Use

Set the maximum number of tiles per edge to restrict the maximum size of the map picture.

Dependencies

This value acts together with the tile resolution. Thus the requested width and height of the map picture will be limited to max_tiles_per_edge x tile_resolution. Note that the base map uses always 8x8 tiles. Thus the maximum number of tiles per edge should not be lower than 8.

Example

A tile resolution of 128 and max. tiles per edge set to 8 will limit the dimension of the requested map picture to 1024x1024 pixels.

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