SAP ABAP Class CL_VBI_GEOMAP_CHIP_ASSIST (GeoMap Chip assistence class)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   CA-UI2-VBZ (Application Component) Visual Business -> please use CA-GTF-VBZ
     VBI_WD_SUPPORT (Package) Visual Business WebDynpro Support
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 20130515
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_TAG_PROVIDER Interface for Tag Provider 20130619
Properties
Class CL_VBI_GEOMAP_CHIP_ASSIST  
Short Description GeoMap Chip assistence class    
Super Class CL_WD_COMPONENT_ASSISTANCE Basis for a Web Dynpro assistance class 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package VBI_WD_SUPPORT   Visual Business WebDynpro Support 
Created 20130515   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_VBI_GEOCODING_SERVICE Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
# Interface Abstract Final Description Created on
1 IF_WD_TAG_PROVIDER Interface for Tag Provider 20130619
Friends
Class CL_VBI_GEOMAP_CHIP_ASSIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COMP_CONTROLLER Instance attribute Protected Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20130515
2 CO_ADDR_USAGE_DESTINATION Constant Public Type reference (TYPE) VBI_CHIP_ADDRESS_USAGE 'D' Address Usage 20131111
3 CO_ADDR_USAGE_START Constant Public Type reference (TYPE) VBI_CHIP_ADDRESS_USAGE 'S' Address Usage 20131111
4 CO_USE_CASE_CALCULATE_ROUTE Constant Public Type reference (TYPE) CHAR1 'R' UseCase Claculate Route 20130515
5 CO_USE_CASE_DISPLAY_ADDRESS Constant Public Type reference (TYPE) CHAR1 'A' Single-Character Flag 20130515
6 CURRENT_USE_CASE Instance attribute Public Type reference (TYPE) CHAR1 Single-Character Flag 20130515
7 GEOMAP_USAGE Instance attribute Protected Object reference (TYPE REF TO) IF_WD_COMPONENT_USAGE Web Dynpro: Component Usage 20130515
8 INPUT_STYLE Instance attribute Public Type reference (TYPE) VBI_CHIP_INPUT_STYLE 'S' Chip Input Style 20130910
9 MESSAGE_MANAGER Instance attribute Protected Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message Manager 20130515
10 NUMBER_OF_LOCATIONS Instance attribute Protected Type reference (TYPE) INT4 Number of locations 20130515
11 ROUTE_START_LOCATION Instance attribute Protected Type reference (TYPE) IF_VBI_GEOCODING_SERVICE=>GTYPE_GEO_LOCATION 20130515
12 ROUTE_TARGET_LOCATION Instance attribute Protected Type reference (TYPE) IF_VBI_GEOCODING_SERVICE=>GTYPE_GEO_LOCATION 20130912
13 SETTINGS Instance attribute Protected Type reference (TYPE) VBI_S_ROUTE_CHIP_SETTINGS Structure of Route Chip settings 20131111
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ROUTE Instance method Protected Method 20130612
2 ADD_SPOT Instance method Protected Method 20130612
3 CLEAR_MAP Instance method Protected Method 20130612
4 CONSTRUCTOR Instance method Public Constructor 20130612
5 EVALUATE_SETTINGS Instance method Public Method Evaluate preset address if given 20131111
6 GET_INPUT_STYLE Instance method Public Method Returns the configured input style 20131111
7 PUSH_DETAILS Instance method Protected Method 20130612
8 SET_COMP_CONTROLLER Instance method Public Method 20130612
9 SET_GEOMAP_CMP_USAGE Instance method Public Method 20130612
10 SET_MESSAGE_MANAGER Instance method Public Method Sets the WD message manager 20130612
11 SET_ROUTE_START Instance method Public Method 20130612
12 SET_ROUTE_TARGET Instance method Public Method 20130912
13 SET_USE_CASE Instance method Public Method 20130612
14 SHOW_ADDRESS Instance method Public Method 20130612
15 SHOW_ROUTE Instance method Public Method 20130912
16 SHOW_ROUTE_FROM_ADDRESS Instance method Public Method 20131111
17 SHOW_ROUTE_TO_ADDRESS Instance method Public Method 20130612
18 STORE_SETTINGS Instance method Public Method Stores the settings for later evaluation 20131111
Events
Class CL_VBI_GEOMAP_CHIP_ASSIST has no event.
Types
Class CL_VBI_GEOMAP_CHIP_ASSIST has no local type.
Method Signatures

Method ADD_ROUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ROUTE Call by reference Type reference (TYPE) IF_VBI_GEOCODING_SERVICE=>GTYPE_GEO_POSITION_TAB 20130612
2 Returning RV_ROUTE_GUID Value transfer Type reference (TYPE) VBI_GEOMAP_OBJECT_GUID Geo-Map: Map Object GUID 20130612

Method ADD_ROUTE on class CL_VBI_GEOMAP_CHIP_ASSIST has no exception.

Method ADD_SPOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_LOCATION Call by reference Type reference (TYPE) IF_VBI_GEOCODING_SERVICE=>GTYPE_GEO_LOCATION 20130612
2 Returning RV_SPOT_GUID Value transfer Type reference (TYPE) VBI_GEOMAP_OBJECT_GUID Geo-Map: Map Object GUID 20130612

Method ADD_SPOT on class CL_VBI_GEOMAP_CHIP_ASSIST has no exception.

Method CLEAR_MAP Signature

Method CLEAR_MAP on class CL_VBI_GEOMAP_CHIP_ASSIST has no parameter.
Method CLEAR_MAP on class CL_VBI_GEOMAP_CHIP_ASSIST has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_VBI_GEOMAP_CHIP_ASSIST has no parameter.
Method CONSTRUCTOR on class CL_VBI_GEOMAP_CHIP_ASSIST has no exception.

Method EVALUATE_SETTINGS Signature

Method EVALUATE_SETTINGS on class CL_VBI_GEOMAP_CHIP_ASSIST has no parameter.
Method EVALUATE_SETTINGS on class CL_VBI_GEOMAP_CHIP_ASSIST has no exception.

Method GET_INPUT_STYLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_RESULT Value transfer Type reference (TYPE) VBI_CHIP_INPUT_STYLE Chip Input Style 20131111

Method GET_INPUT_STYLE on class CL_VBI_GEOMAP_CHIP_ASSIST has no exception.

Method PUSH_DETAILS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DETAILS Call by reference Object reference (TYPE REF TO) IF_VBI_OBJECT_DETAILS Object Details Descriptor object 20130613
2 Importing IV_OBJECT_GUID Call by reference Type reference (TYPE) VBI_OBJECT_GUID Geo-Map: Map Object GUID 20130613

Method PUSH_DETAILS on class CL_VBI_GEOMAP_CHIP_ASSIST has no exception.

Method SET_COMP_CONTROLLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COMPONENT Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT Web Dynpro: Component 20130613

Method SET_COMP_CONTROLLER on class CL_VBI_GEOMAP_CHIP_ASSIST has no exception.

Method SET_GEOMAP_CMP_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CMP_USAGE Call by reference Object reference (TYPE REF TO) IF_WD_COMPONENT_USAGE Web Dynpro: Component Usage 20130612

Method SET_GEOMAP_CMP_USAGE on class CL_VBI_GEOMAP_CHIP_ASSIST has no exception.

Method SET_MESSAGE_MANAGER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MESSAGE_MANAGER Call by reference Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message Manager 20130613

Method SET_MESSAGE_MANAGER on class CL_VBI_GEOMAP_CHIP_ASSIST has no exception.

Method SET_ROUTE_START Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SERVICE_PARAMS Call by reference Type reference (TYPE) VBI_S_CHIP_ADDRESS Address structure for Chip inport 20130613

Method SET_ROUTE_START on class CL_VBI_GEOMAP_CHIP_ASSIST has no exception.

Method SET_ROUTE_TARGET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SERVICE_PARAMS Call by reference Type reference (TYPE) VBI_S_CHIP_ADDRESS Address structure for Chip inport 20130912

Method SET_ROUTE_TARGET on class CL_VBI_GEOMAP_CHIP_ASSIST has no exception.

Method SET_USE_CASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_USE_CASE Call by reference Type reference (TYPE) CHAR1 Single-Character Flag 20130613

Method SET_USE_CASE on class CL_VBI_GEOMAP_CHIP_ASSIST has no exception.

Method SHOW_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SERVICE_PARAMS Call by reference Type reference (TYPE) VBI_S_CHIP_ADDRESS Address structure for Chip inport 20130613

Method SHOW_ADDRESS on class CL_VBI_GEOMAP_CHIP_ASSIST has no exception.

Method SHOW_ROUTE Signature

Method SHOW_ROUTE on class CL_VBI_GEOMAP_CHIP_ASSIST has no parameter.
Method SHOW_ROUTE on class CL_VBI_GEOMAP_CHIP_ASSIST has no exception.

Method SHOW_ROUTE_FROM_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ADDRESS Call by reference Type reference (TYPE) STRING Address search string 20131111

Method SHOW_ROUTE_FROM_ADDRESS on class CL_VBI_GEOMAP_CHIP_ASSIST has no exception.

Method SHOW_ROUTE_TO_ADDRESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ADDRESS Call by reference Type reference (TYPE) STRING Address search string 20130613

Method SHOW_ROUTE_TO_ADDRESS on class CL_VBI_GEOMAP_CHIP_ASSIST has no exception.

Method STORE_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SETTINGS Call by reference Type reference (TYPE) VBI_S_ROUTE_CHIP_SETTINGS Structure of Route Chip settings 20131111

Method STORE_SETTINGS on class CL_VBI_GEOMAP_CHIP_ASSIST has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 100