SAP ABAP Class CL_S_EPM_GEOMAP_ASSIST (Assistance Class for S_EPM_GEOMAP)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-NWD (Application Component) NetWeaver Demonstration
⤷
S_EPM_VISUAL_BUSINESS (Package) EPM: Visual Business
⤷
⤷
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 | 20120530 |
Properties
| Class | CL_S_EPM_GEOMAP_ASSIST | |
| Short Description | Assistance Class for S_EPM_GEOMAP | |
| 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 | S_EPM_VISUAL_BUSINESS | EPM: Visual Business |
| Created | 20120530 | 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) |
Interfaces
Class CL_S_EPM_GEOMAP_ASSIST has no interface implemented.
Friends
Class CL_S_EPM_GEOMAP_ASSIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_ACFACTIVEX | Methods for Generic ActiveX | 20120531 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | Message Manager | 20120613 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | 20120613 | ||
| 2 | Instance method | Public | Method | Sets the ACF Method handler inst | 20120531 | |
| 3 | Instance method | Public | Method | 20120613 | ||
| 4 | Instance method | Public | Method | Shows an address on the map | 20120531 | |
| 5 | Instance method | Public | Method | Shows a route on the map | 20120531 |
Events
Class CL_S_EPM_GEOMAP_ASSIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTYPE_BOUNDING_BOX | Private | See coding | 20120613 | begin of GTYPE_BOUNDING_BOX,
LEFT_UPPER_POS type CL_S_EPM_GEOCODER=>GTYPE_GEO_POSITION,
RIGHT_LOWER_POS type CL_S_EPM_GEOCODER=>GTYPE_GEO_POSITION,
POSITIONS_SET type ABAP_BOOL,
end of GTYPE_BOUNDING_BOX
|
||
| 2 | GTYPE_LINK_ENTRY | Private | See coding | 20120613 | begin of GTYPE_LINK_ENTRY,
MO_GUID type SYSUUID_X,
DESCRIPTION type STRING,
ROUTE_POINTS type STRING,
end of GTYPE_LINK_ENTRY
|
||
| 3 | GTYPE_LINK_TAB | Private | See coding | 20120613 | GTYPE_LINK_TAB type standard table of GTYPE_LINK_ENTRY with non-unique default key
|
||
| 4 | GTYPE_SPOT_ENTRY | Private | See coding | 20120531 | begin of GTYPE_SPOT_ENTRY,
MO_GUID type SYSUUID_X,
DESCRIPTION type STRING,
LATITUDE type FLOAT,
LONGITUDE type FLOAT,
end of GTYPE_SPOT_ENTRY
|
||
| 5 | GTYPE_SPOT_TAB | Private | See coding | 20120531 | GTYPE_SPOT_TAB type standard table of GTYPE_SPOT_ENTRY with non-unique default key
|
Method Signatures
Method CONVERT_ROUTE_POINTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_BOUNDING_BOX | Call by reference | Type reference (TYPE) | GTYPE_BOUNDING_BOX | 20120613 | ||||
| 2 | EV_POINTS | Call by reference | Type reference (TYPE) | STRING | 20120613 | ||||
| 3 | IT_ROUTE_POINTS | Call by reference | Type reference (TYPE) | CL_S_EPM_GEOCODER=>GTYPE_GEO_POSITION_TAB | 20120613 |
Method CONVERT_ROUTE_POINTS on class CL_S_EPM_GEOMAP_ASSIST has no exception.
Method SET_ACF_METHOD_HANDLER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_ACFACTIVEX | Methods for Generic ActiveX | 20120531 |
Method SET_ACF_METHOD_HANDLER on class CL_S_EPM_GEOMAP_ASSIST has no exception.
Method SET_MESSAGE_MNG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_MESSAGE_MNG | Call by reference | Object reference (TYPE REF TO) | IF_WD_MESSAGE_MANAGER | Message Manager | 20120613 |
Method SET_MESSAGE_MNG on class CL_S_EPM_GEOMAP_ASSIST has no exception.
Method SHOW_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 | 20120531 |
Method SHOW_ADDRESS on class CL_S_EPM_GEOMAP_ASSIST has no exception.
Method SHOW_ROUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DESTINATION_ADDRESS | Call by reference | Type reference (TYPE) | STRING | 20120613 | ||||
| 2 | IV_START_ADDRESS | Call by reference | Type reference (TYPE) | STRING | 20120613 |
Method SHOW_ROUTE on class CL_S_EPM_GEOMAP_ASSIST has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |