SAP ABAP Class CL_VBC_GEOMAP_UI_WD_DIALOG (Geo-Map: Dialog Feeder)
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_FPM_GUIBB Generic UI Building Block 20110610
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_VBC_GEOMAP_UI_WD_D_LEGEND Geo-Map: Dialog Feeder for showing a Legend 20110610
2 Inheritance (c INHERITING FROM c_ref)  CL_VBC_GEOMAP_UI_WD_D_PROFILE Geo-Map: Dialog Feeder for showing a Display Profile 20110610
3 Inheritance (c INHERITING FROM c_ref)  CL_VBC_GEOMAP_UI_WD_D_SEL_OBJ Geo-Map: Dialog Feeder for dialog to select map objects 20110610
Properties
Class CL_VBC_GEOMAP_UI_WD_DIALOG  
Short Description Geo-Map: Dialog Feeder    
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 20110610   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_FPM_GUIBB Generic UI Building Block 20110610
Friends
Class CL_VBC_GEOMAP_UI_WD_DIALOG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_DESELECT_ALL Constant Protected Type reference (TYPE) FPM_EVENT_ID 'DESELECT_ALL' ID of the FPM Event 20110610
2 GC_SELECT_ALL Constant Protected Type reference (TYPE) FPM_EVENT_ID 'SELECT_ALL' ID of the FPM Event 20110610
3 MC_CONTENT_AREA_ID Constant Protected Type reference (TYPE) FPM_EVENT_ID 'MAP_DIALOG' ID of the FPM Event 20110610
4 MC_SECTION_ID Constant Protected Type reference (TYPE) FPM_SECTION_ID 'DIALOG' Section Identifier 20110610
5 MO_FPM Static Attribute Protected Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20110610
6 MV_CLOSE_DIALOG Static Attribute Public Type reference (TYPE) FPM_EVENT_ID 'CLOSE_DIALOG' ID of the FPM Event 20110614
7 MV_CONTENT_AREA_ID Static Attribute Protected Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20110610
8 MV_DISPLAY_PAGE Static Attribute Protected Type reference (TYPE) STRING 'PAGE_2' Display Page 20110614
9 MV_STRUCTURE Static Attribute Protected Type reference (TYPE) DDOBJNAME 'VBC_S_GEOMAP_UI_D_DISP_PROFILE' Structure of Legend 20110610
10 MV_TABLETYPE Static Attribute Protected Type reference (TYPE) DDOBJNAME 'VBC_T_GEOMAP_UI_D_DISP_PROFILE' Table Type of Legend 20110610
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CANCEL Static method Public Method Check if "Cancel" or "Close" was selected on popup 20110610
2 CHECK_OK Static method Public Method Check if "OK" was selected on popup 20110610
3 CLOSE_DIALOG Instance method Public Method Close Dialog 20110610
4 GET_CONTENT_AREA_ID Instance method Protected Method Get Content area ID 20110610
5 GET_KEY_DESCR_OF_STRUCTURE Static method Protected Method Get Key description of structure 20110610
6 MAP_GEOMAP_MESSAGES_FPM Static method Protected Method Map messages from Geo-map into FPM format 20110615
7 PROCESS_COMMON_EVENT Instance method Protected Method Process common event 20110610
8 RAISE_DIALOG_EVENT Static method Protected Method Raise dialog event 20110610
9 RAISE_FPM_EVENT Static method Protected Method Raise FPM event 20110610
Events
Class CL_VBC_GEOMAP_UI_WD_DIALOG has no event.
Types
Class CL_VBC_GEOMAP_UI_WD_DIALOG has no local type.
Method Signatures

Method CHECK_CANCEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20110610
2 Returning RV_CANCEL Value transfer Type reference (TYPE) BOOLE_D 20110610

Method CHECK_CANCEL on class CL_VBC_GEOMAP_UI_WD_DIALOG has no exception.

Method CHECK_OK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20110610
2 Returning RV_CANCEL Value transfer Type reference (TYPE) BOOLE_D 20110610

Method CHECK_OK on class CL_VBC_GEOMAP_UI_WD_DIALOG has no exception.

Method CLOSE_DIALOG Signature

Method CLOSE_DIALOG on class CL_VBC_GEOMAP_UI_WD_DIALOG has no parameter.
Method CLOSE_DIALOG on class CL_VBC_GEOMAP_UI_WD_DIALOG has no exception.

Method GET_CONTENT_AREA_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20110610

Method GET_CONTENT_AREA_ID on class CL_VBC_GEOMAP_UI_WD_DIALOG 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 20110610
2 Importing IT_COMP Call by reference Type reference (TYPE) ABAP_COMPONENT_TAB 20110610
3 Importing IV_STRUCTURE_NAME Call by reference Type reference (TYPE) ANY 20110610

Method GET_KEY_DESCR_OF_STRUCTURE on class CL_VBC_GEOMAP_UI_WD_DIALOG has no exception.

Method MAP_GEOMAP_MESSAGES_FPM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FPM_MESSAGES Call by reference Type reference (TYPE) FPMGB_T_MESSAGES FPMGB Messages (T100 & Plaintext) 20110615
2 Importing IT_GEOMAP_MESSAGES Call by reference Type reference (TYPE) VBC_T_GEOMAP_MESSAGE Geo-Map: Messages 20110615

Method MAP_GEOMAP_MESSAGES_FPM on class CL_VBC_GEOMAP_UI_WD_DIALOG has no exception.

Method PROCESS_COMMON_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_EVENT_ID Call by reference Type reference (TYPE) FPM_EVENT_ID ID of the FPM Event 20110610

Method PROCESS_COMMON_EVENT on class CL_VBC_GEOMAP_UI_WD_DIALOG has no exception.

Method RAISE_DIALOG_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONTENT_AREA_ID Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20110614
2 Importing IV_PAGE_ID Call by reference Type reference (TYPE) FPM_CONTENT_AREA_ID FPM: Content Area ID 20110610

Method RAISE_DIALOG_EVENT on class CL_VBC_GEOMAP_UI_WD_DIALOG has no exception.

Method RAISE_FPM_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT CL_FPM_EVENT 20110610

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