SAP ABAP Class CL_VBI_GEOCODER_MPC (CL_VBI_GEOCODER_MPC)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-VBZ (Application Component) Visual Business -> please use CA-GTF-VBZ
⤷
VBI_GEOMAP_CORE (Package) Visual Business GeoMap Core objects

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | /IWBEP/CL_MGW_PUSH_ABS_MODEL | Abstract Push Model Provider | 20130830 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_VBI_GEOCODER_MPC_EXT | CL_VBI_GEOCODER_MPC_EXT | 20130830 |
Properties
Class | CL_VBI_GEOCODER_MPC | |
Short Description | CL_VBI_GEOCODER_MPC | |
Super Class | /IWBEP/CL_MGW_PUSH_ABS_MODEL | Abstract Push Model Provider |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | VBI_GEOMAP_CORE | Visual Business GeoMap Core objects |
Created | 20130830 | SAP |
Last change | 20131127 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_VBI_GEOCODER_MPC has no forward declaration.
Interfaces
Class CL_VBI_GEOCODER_MPC has no interface implemented.
Friends
Class CL_VBI_GEOCODER_MPC has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | Type reference (TYPE) | STRING | 'CL_VBI_GEOCODER_MPC===========CP' | 20130830 | ||
2 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'VBIAddress' | 20130830 | ||
3 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'VBIGeoCoder' | 20130830 | ||
4 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'VBIGeoLocation' | 20130830 | ||
5 | ![]() |
Constant | Public | Type reference (TYPE) | /IWBEP/IF_MGW_MED_ODATA_TYPES=>TY_E_MED_ENTITY_NAME | 'VBIRoute' | 20130830 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | DEFINE_VBIADDRESS | 20130830 |
2 | ![]() |
Instance method | Private | Method | DEFINE_VBIGEOCODER | 20130830 |
3 | ![]() |
Instance method | Private | Method | DEFINE_VBIGEOLOCATION | 20130830 |
4 | ![]() |
Instance method | Private | Method | DEFINE_VBIROUTE | 20130830 |
5 | ![]() |
Instance method | Public | Method | LOAD_TEXT_ELEMENTS | 20130830 |
Events
Class CL_VBI_GEOCODER_MPC has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_TEXT_ELEMENT | Public | See coding | 20130830 |
BEGIN OF ts_text_element,
artifact_name type c length 40, " technical name
artifact_type type c length 4,
parent_artifact_name type c length 40, " technical name
parent_artifact_type type c length 4,
text_symbol type textpoolky,
END OF ts_text_element. |
||
2 | TS_VBIADDRESS | Public | See coding | 20130830 |
begin of TS_VBIADDRESS,
APPID type C length 50,
PLACE_OF_WORSHIP type string,
HOUSENUMBER type C length 5,
ROAD type string,
SUBURB type string,
CITY type string,
COUNTY type string,
STATE_DISTRICT type string,
STATE type string,
ZIPCODE type C length 5,
COUNTRY type string,
COUNTRY_CODE type C length 3,
CONTINENT type string,
RESULT_STR type string,
end of TS_VBIADDRESS. |
||
3 | TS_VBIGEOCODER | Public | See coding | 20130830 |
begin of TS_VBIGEOCODER,
APPID type C length 50,
end of TS_VBIGEOCODER. |
||
4 | TS_VBIGEOLOCATION | Public | See coding | 20130830 |
begin of TS_VBIGEOLOCATION,
LOCATION_NO type INT2,
APPID type C length 50,
ADDRESS type string,
ZPOS type P length 6 decimals 6,
YPOS type P length 6 decimals 6,
XPOS type P length 6 decimals 6,
MATCH type F,
end of TS_VBIGEOLOCATION. |
||
5 | TS_VBIROUTE | Public | See coding | 20130830 |
begin of TS_VBIROUTE,
APPID type C length 50,
ROUTE_POINTS type string,
ROUTE_NO type INT2,
end of TS_VBIROUTE. |
||
6 | TT_TEXT_ELEMENTS | Public | See coding | 20130830 |
tt_text_elements TYPE STANDARD TABLE OF ts_text_element WITH KEY text_symbol. |
||
7 | TT_VBIADDRESS | Public | See coding | 20130830 |
TT_VBIADDRESS type standard table of TS_VBIADDRESS. |
||
8 | TT_VBIGEOCODER | Public | See coding | 20130830 |
TT_VBIGEOCODER type standard table of TS_VBIGEOCODER. |
||
9 | TT_VBIGEOLOCATION | Public | See coding | 20130830 |
TT_VBIGEOLOCATION type standard table of TS_VBIGEOLOCATION. |
||
10 | TT_VBIROUTE | Public | See coding | 20130830 |
TT_VBIROUTE type standard table of TS_VBIROUTE. |
Method Signatures
Method DEFINE_VBIADDRESS Signature
Method DEFINE_VBIADDRESS on class CL_VBI_GEOCODER_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130830 |
Method DEFINE_VBIGEOCODER Signature
Method DEFINE_VBIGEOCODER on class CL_VBI_GEOCODER_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130830 |
Method DEFINE_VBIGEOLOCATION Signature
Method DEFINE_VBIGEOLOCATION on class CL_VBI_GEOCODER_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130830 |
Method DEFINE_VBIROUTE Signature
Method DEFINE_VBIROUTE on class CL_VBI_GEOCODER_MPC has no parameter.
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130830 |
Method LOAD_TEXT_ELEMENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_TEXT_ELEMENTS | Value transfer | Type reference (TYPE) | TT_TEXT_ELEMENTS | 20130830 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
20130830 |
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 100 |