SAP ABAP Class CL_VBC_GEOMAP_DP_GENERIC_WD (Geo-Map: WD Map Dialog Provider generic map)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-GTF-VBZ (Application Component) Visual Business
     VBC_WD_GEOMAP_CORE (Package) WebDynpro Geographical Map Core objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_VBC_GEOMAP_DP_GENERIC Geo-Map: Dialog Provider Interface generic map 20110418
Properties
Class CL_VBC_GEOMAP_DP_GENERIC_WD  
Short Description Geo-Map: WD Map Dialog Provider generic map    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package VBC_WD_GEOMAP_CORE   WebDynpro Geographical Map Core objects 
Created 20110418   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_VBC_GEOMAP_DP_GENERIC Geo-Map: Dialog Provider Interface generic map 20110418
Friends
Class CL_VBC_GEOMAP_DP_GENERIC_WD has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_DIALOG_PROVIDER_INSTANCE Static Attribute Protected Object reference (TYPE REF TO) CL_VBC_GEOMAP_DP_GENERIC_WD WD Map Dialog Provider generic map 20110418
2 MO_MAP_SERVICE_PROVIDER Static Attribute Protected Object reference (TYPE REF TO) CL_VBC_GEOMAP_SP_GENERIC Geo-Map: Service Provider generic map 20110418
3 MV_PAGE_ID_DISP_PROFILE Static Attribute Protected Type reference (TYPE) STRING 'PAGE_3' Page ID for Display Profile 20110614
4 MV_PAGE_ID_LEGEND Static Attribute Protected Type reference (TYPE) STRING 'PAGE_2' Page ID for Legend Dialog 20110614
5 MV_PAGE_ID_SEL_OBJ Static Attribute Protected Type reference (TYPE) STRING 'PAGE_4' Page ID for Select Objects Dialog 20110614
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_DP_INSTANCE Static method Public Method Check Instance of Dialog Provider 20110418
2 GET_DP_INSTANCE Static method Public Method Get Instance of Dialog Provider 20110418
3 GET_KEY_DESCR_OF_STRUCTURE Static method Public Method Get description of structure 20110420
4 SELECT_MAP_OBJECTS_PROCESSING Instance method Public Method Process dialog data for select map objects 20110609
5 SET_DP_INSTANCE Static method Protected Method Set Instance of Dialog Provider 20110418
6 SET_MAP_SERVICE_PROVIDER Static method Public Method Set Map Service Provider for data processing 20110418
7 SHOW_DISPLAY_PROFILE_PROC Instance method Public Method Process dialog data for Display Profile 20110609
Events
Class CL_VBC_GEOMAP_DP_GENERIC_WD has no event.
Types
Class CL_VBC_GEOMAP_DP_GENERIC_WD has no local type.
Method Signatures

Method CHECK_DP_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CO_DIALOG_PROVIDER Value transfer Object reference (TYPE REF TO) IF_VBC_GEOMAP_DP_GENERIC Geo-Map: Dialog Provider Interface generic map 20110418
2 Importing IO_MAP_SERVICE_PROVIDER Call by reference Object reference (TYPE REF TO) CL_VBC_GEOMAP_SP_GENERIC Geo-Map: Service Provider generic map 20110418

Method CHECK_DP_INSTANCE on class CL_VBC_GEOMAP_DP_GENERIC_WD has no exception.

Method GET_DP_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MAP_SERVICE_PROVIDER Call by reference Object reference (TYPE REF TO) CL_VBC_GEOMAP_SP_GENERIC Geo-Map: Service Provider generic map 20110418
2 Returning RO_DIALOG_PROVIDER_WD Value transfer Object reference (TYPE REF TO) CL_VBC_GEOMAP_DP_GENERIC_WD Geo-Map: WD Map Dialog Provider generic map 20110418

Method GET_DP_INSTANCE on class CL_VBC_GEOMAP_DP_GENERIC_WD has no exception.

Method GET_KEY_DESCR_OF_STRUCTURE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_KEY_DESCRIPTION Call by reference Type reference (TYPE) ABAP_KEYDESCR_TAB 20110420
2 Importing IT_COMP Call by reference Type reference (TYPE) ABAP_COMPONENT_TAB 20110420
3 Importing IV_STRUCTURE_NAME Call by reference Type reference (TYPE) ANY 20110420

Method GET_KEY_DESCR_OF_STRUCTURE on class CL_VBC_GEOMAP_DP_GENERIC_WD has no exception.

Method SELECT_MAP_OBJECTS_PROCESSING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGES Call by reference Type reference (TYPE) VBC_T_GEOMAP_MESSAGE Geo-Map: Messages 20110609
2 Importing IT_MAP_OBJECT_GUIDS Call by reference Type reference (TYPE) VBC_T_GEOMAP_OBJECT_GUIDS Geo-Map: Map Object GUIDs 20110609
3 Importing IV_CANCEL Call by reference Type reference (TYPE) VBC_GEOMAP_DIALOG_CANCEL Geo-Map: Dialog Cancelation 20110609

Method SELECT_MAP_OBJECTS_PROCESSING on class CL_VBC_GEOMAP_DP_GENERIC_WD has no exception.

Method SET_DP_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_DIALOG_PROVIDER_WD Value transfer Object reference (TYPE REF TO) CL_VBC_GEOMAP_DP_GENERIC_WD Geo-Map: WD Map Dialog Provider generic map 20110418

Method SET_DP_INSTANCE on class CL_VBC_GEOMAP_DP_GENERIC_WD has no exception.

Method SET_MAP_SERVICE_PROVIDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_MAP_SERVICE_PROVIDER Call by reference Object reference (TYPE REF TO) CL_VBC_GEOMAP_SP_GENERIC Geo-Map: Service Provider generic map 20110418

Method SET_MAP_SERVICE_PROVIDER on class CL_VBC_GEOMAP_DP_GENERIC_WD has no exception.

Method SHOW_DISPLAY_PROFILE_PROC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_MESSAGES Call by reference Type reference (TYPE) VBC_T_GEOMAP_MESSAGE Geo-Map: Messages 20110609
2 Importing IT_DISPLAY_PROFILE Call by reference Type reference (TYPE) VBC_T_GEOMAP_UI_D_DISP_PROFILE Geo-Map: Dialog to show display profile 20110609
3 Importing IV_CANCEL Call by reference Type reference (TYPE) VBC_GEOMAP_DIALOG_CANCEL Geo-Map: Dialog Cancelation 20110609

Method SHOW_DISPLAY_PROFILE_PROC on class CL_VBC_GEOMAP_DP_GENERIC_WD has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 731