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 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
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 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20120918 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR1 | 'R' | UseCase Clculateroute | 20120918 | |
3 | ![]() |
Constant | Public | Type reference (TYPE) | CHAR1 | 'A' | UseCase Display Address | 20120918 | |
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | CHAR1 | Chip UseCase | 20120918 | ||
5 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_WD_COMPONENT_USAGE | Web Dynpro: Component Usage | 20120918 | ||
6 | ![]() |
Instance attribute | Public | Object reference (TYPE REF TO) | CL_BSSP_GENERIC_INPORT_EVENT | Inport Handler Class | 20120918 | ||
7 | ![]() |
Instance attribute | Public | Type reference (TYPE) | VBC_CHIP_INPUT_STYLE | 'S' | Chip Input Style | 20130731 | |
8 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | Message Manager | 20120918 | ||
9 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | INT4 | Natural number | 20120918 | ||
10 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | IF_VBC_GEOCODING_SERVICE=>GTYPE_GEO_LOCATION | 20120918 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | 20120918 | |
2 | ![]() |
Instance method | Protected | Method | 20120918 | |
3 | ![]() |
Instance method | Protected | Method | 20120918 | |
4 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20120918 |
5 | ![]() |
Instance method | Protected | Method | 20120918 | |
6 | ![]() |
Instance method | Public | Method | 20120918 | |
7 | ![]() |
Instance method | Public | Method | 20120918 | |
8 | ![]() |
Instance method | Public | Method | Sets the WD message manager | 20120918 |
9 | ![]() |
Instance method | Public | Method | 20120918 | |
10 | ![]() |
Instance method | Public | Method | 20120918 | |
11 | ![]() |
Instance method | Public | Method | 20120918 | |
12 | ![]() |
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 | ![]() |
IT_ROUTE | Call by reference | Type reference (TYPE) | IF_VBC_GEOCODING_SERVICE=>GTYPE_GEO_POSITION_TAB | 20120918 | |||
2 | ![]() |
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 | ![]() |
IS_LOCATION | Call by reference | Type reference (TYPE) | IF_VBC_GEOCODING_SERVICE=>GTYPE_GEO_LOCATION | 20120918 | |||
2 | ![]() |
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 | ![]() |
IV_DETAILS | Call by reference | Object reference (TYPE REF TO) | CL_VBC_MAP_OBJECT_DETAILS | Map Object Details | 20120918 | ||
2 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 | ![]() |
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 |