SAP ABAP Class CL_VBC_GEOMAP_CHIP_ASSIST (GeoMap Chip assistence class)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-GTF-VBZ (Application Component) Visual Business
     VBC_WD_GEOMAP_CHIP (Package) Geomap Re-use Chip for Sidepanel
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 20120724
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WD_TAG_PROVIDER Interface for Tag Provider 20130206
Properties
Class CL_VBC_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 VBC_WD_GEOMAP_CHIP   Geomap Re-use Chip for Sidepanel 
Created 20120724   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_VBC_GEOMAP_CHIP_ASSIST Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 IF_VBC_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 20130206
Friends
Class CL_VBC_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 20120918
2 CO_USE_CASE_CALCULATE_ROUTE Constant Public Type reference (TYPE) CHAR1 'R' UseCase Clculateroute 20120918
3 CO_USE_CASE_DISPLAY_ADDRESS Constant Public Type reference (TYPE) CHAR1 'A' UseCase Display Address 20120918
4 CURRENT_USE_CASE Instance attribute Public Type reference (TYPE) CHAR1 Chip UseCase 20120918
5 GEOMAP_USAGE Instance attribute Protected Object reference (TYPE REF TO) IF_WD_COMPONENT_USAGE Web Dynpro: Component Usage 20120918
6 INPORT_HANDLER Instance attribute Public Object reference (TYPE REF TO) CL_BSSP_GENERIC_INPORT_EVENT Inport Handler Class 20120918
7 INPUT_STYLE Instance attribute Public Type reference (TYPE) VBC_CHIP_INPUT_STYLE 'S' Chip Input Style 20130731
8 MESSAGE_MANAGER Instance attribute Protected Object reference (TYPE REF TO) IF_WD_MESSAGE_MANAGER Message Manager 20120918
9 NUMBER_OF_LOCATIONS Instance attribute Protected Type reference (TYPE) INT4 Natural number 20120918
10 ROUTE_START_LOCATION Instance attribute Protected Type reference (TYPE) IF_VBC_GEOCODING_SERVICE=>GTYPE_GEO_LOCATION 20120918
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ROUTE Instance method Protected Method 20120918
2 ADD_SPOT Instance method Protected Method 20120918
3 CLEAR_MAP Instance method Protected Method 20120918
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20120918
5 PUSH_DETAILS Instance method Protected Method 20120918
6 SET_COMP_CONTROLLER Instance method Public Method 20120918
7 SET_GEOMAP_CMP_USAGE Instance method Public Method 20120918
8 SET_MESSAGE_MANAGER Instance method Public Method Sets the WD message manager 20120918
9 SET_ROUTE_START Instance method Public Method 20120918
10 SET_USE_CASE Instance method Public Method 20120918
11 SHOW_ADDRESS Instance method Public Method 20120918
12 SHOW_ROUTE_TO_ADDRESS Instance method Public Method 20120918
Events
Class CL_VBC_GEOMAP_CHIP_ASSIST has no event.
Types
Class CL_VBC_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_VBC_GEOCODING_SERVICE=>GTYPE_GEO_POSITION_TAB 20120918
2 Returning RV_ROUTE_GUID Value transfer Type reference (TYPE) VBC_GEOMAP_OBJECT_GUID Geo-Map: Map Object GUID 20120918

Method ADD_ROUTE on class CL_VBC_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_VBC_GEOCODING_SERVICE=>GTYPE_GEO_LOCATION 20120918
2 Returning RV_SPOT_GUID Value transfer Type reference (TYPE) VBC_GEOMAP_OBJECT_GUID Geo-Map: Map Object GUID 20120918

Method ADD_SPOT on class CL_VBC_GEOMAP_CHIP_ASSIST has no exception.

Method CLEAR_MAP Signature

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

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_VBC_GEOMAP_CHIP_ASSIST has no parameter.
Method CONSTRUCTOR on class CL_VBC_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) CL_VBC_MAP_OBJECT_DETAILS Map Object Details 20120918
2 Importing IV_OBJECT_GUID Call by reference Type reference (TYPE) VBC_GEOMAP_OBJECT_GUID Geo-Map: Map Object GUID 20120918

Method PUSH_DETAILS on class CL_VBC_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 20120918

Method SET_COMP_CONTROLLER on class CL_VBC_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 20120918

Method SET_GEOMAP_CMP_USAGE on class CL_VBC_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 20120918

Method SET_MESSAGE_MANAGER on class CL_VBC_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) BSSP_S_WEB_SERVICE_PARAMETER Web Service Parameter 20120918

Method SET_ROUTE_START on class CL_VBC_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 20120918

Method SET_USE_CASE on class CL_VBC_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) BSSP_S_WEB_SERVICE_PARAMETER Web Service Parameter 20120918

Method SHOW_ADDRESS on class CL_VBC_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 20120918

Method SHOW_ROUTE_TO_ADDRESS on class CL_VBC_GEOMAP_CHIP_ASSIST has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 747