SAP ABAP Class CL_EAMS_UI_GIS_MISC (Misc Operations Like Timer,Screen Sizing..etc)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PP-PN-GIS (Application Component) Geographical Information System
     EA_GHO_GIS_SERV (Package) GIS: Package for Services
Properties
Class CL_EAMS_UI_GIS_MISC  
Short Description Misc Operations Like Timer,Screen Sizing..etc    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package EA_GHO_GIS_SERV   GIS: Package for Services 
Created 20101217   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_EAMS_UI_GIS_MISC has no forward declaration.
Interfaces
Class CL_EAMS_UI_GIS_MISC has no interface implemented.
Friends
Class CL_EAMS_UI_GIS_MISC has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_EAMS_UI_GIS_MISC Misc Operations Like Timer,Screen Sizing..etc 20101220
2 GS_PIE_CHART Instance attribute Public Type reference (TYPE) GHO_PER_PIE_SIZE Pie chart customizing 20110411
3 GS_SCREEN_SIZE Instance attribute Public Type reference (TYPE) GHO_S_PER_SCRNSIZE Personalization data for screen sizizing 20110201
4 GV_HEIGHT_MAP Instance attribute Public Type reference (TYPE) STRING 20110201
5 GV_WIDTH_MAP Instance attribute Public Type reference (TYPE) STRING 20110201
6 GV_WIDTH_NAV Instance attribute Public Type reference (TYPE) STRING 20110201
7 MR_EAMS_MAP_ASSISTANCE Instance attribute Public Object reference (TYPE REF TO) CL_EAMS_UI_GIS_MAP_ASSISTANCE Assistance Class for EAMS_WDC_MAP 20101220
8 MR_MESSAGE_MANAGER Instance attribute Public Object reference (TYPE REF TO) CL_EAMS_UI_GIS_MESSAGE_MANAGER Class to manage UI messages 20110214
9 MR_WD_WINDOW Instance attribute Public Object reference (TYPE REF TO) IF_WD_WINDOW 20110201
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20101220
2 DEL_PERSONAL_DATA_FOR_MULTIMAP Instance method Public Method Store personal data for Multiple layers 20110209
3 GET_ICON_TOOLTIP_TXT Instance method Public Method Get icon tooltip test 20110118
4 GET_INSTANCE Static method Public Method Get Instance 20101220
5 GET_OTR_TEXT Instance method Public Method Get OTR text for Silverlight 20101220
6 GET_PERSONAL_DATA_BO Instance method Public Method Get personal data for Multiple Layers 20110208
7 GET_PERSONAL_DATA_FOR_MULTIMAP Instance method Public Method Get personal data for Multiple Layers 20110208
8 GET_PIE_CHART_DATA Instance method Public Method Get Screen Sizing Data 20110407
9 GET_SCREEN_DATA Instance method Public Method Get Screen Sizing Data 20110201
10 HANDLE_MESSAGE Instance method Private Method Message handler 20110214
11 HANDLE_WD_EVENT Instance method Public Method Handle Webdynpro event 20110201
12 INSERT_PIE_CHART_DATA Instance method Public Method Insert Screen data 20110411
13 INSERT_SCREEN_DATA Instance method Public Method Insert Screen data 20110202
14 SET_DEFAULT_SCREEN_DATA Instance method Public Method Set Default screen Resolution data 20110201
15 SET_PERSONAL_DATA_FOR_MULTIMAP Instance method Public Method Delete personal data for Multiple layers 20110208
Events
Class CL_EAMS_UI_GIS_MISC has no event.
Types
Class CL_EAMS_UI_GIS_MISC has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_EAMS_MAP_ASSISTANCE Call by reference Object reference (TYPE REF TO) CL_EAMS_UI_GIS_MAP_ASSISTANCE Assistance Class for EAMS_WDC_MAP 20101220

Method CONSTRUCTOR on class CL_EAMS_UI_GIS_MISC has no exception.

Method DEL_PERSONAL_DATA_FOR_MULTIMAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_USER_SETTINGS Call by reference Type reference (TYPE) USER_SETTINGS TEST 20110209

Method DEL_PERSONAL_DATA_FOR_MULTIMAP on class CL_EAMS_UI_GIS_MISC has no exception.

Method GET_ICON_TOOLTIP_TXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_OBJECTS_ON_MAP Call by reference Type reference (TYPE) EAMS_T_UI_GIS_TECHOBJ_STORAGE Table Type for Objects on Map 20110124

Method GET_ICON_TOOLTIP_TXT on class CL_EAMS_UI_GIS_MISC has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning MO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_EAMS_UI_GIS_MISC Spatial Query for internal attributes 20101220

Method GET_INSTANCE on class CL_EAMS_UI_GIS_MISC has no exception.

Method GET_OTR_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OTR_TXT Call by reference Type reference (TYPE) GHO_T_GIS_OTR_TXT OTR table 20101220

Method GET_OTR_TEXT on class CL_EAMS_UI_GIS_MISC has no exception.

Method GET_PERSONAL_DATA_BO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_USER_SETTINGS Call by reference Type reference (TYPE) TEMP_T_USER_SETTINGS User settings table 20110208

Method GET_PERSONAL_DATA_BO on class CL_EAMS_UI_GIS_MISC has no exception.

Method GET_PERSONAL_DATA_FOR_MULTIMAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_USER_SETTINGS Call by reference Type reference (TYPE) TEMP_T_USER_SETTINGS Table type for temporary storage of user settings 20110208

Method GET_PERSONAL_DATA_FOR_MULTIMAP on class CL_EAMS_UI_GIS_MISC has no exception.

Method GET_PIE_CHART_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PER_PIE_SIZE Call by reference Type reference (TYPE) GHO_PER_PIE_SIZE Personalization data for screen sizizing 20110407

Method GET_PIE_CHART_DATA on class CL_EAMS_UI_GIS_MISC has no exception.

Method GET_SCREEN_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PER_SCRNSIZE Call by reference Type reference (TYPE) GHO_S_PER_SCRNSIZE Personalization data for screen sizizing 20110201

Method GET_SCREEN_DATA on class CL_EAMS_UI_GIS_MISC has no exception.

Method HANDLE_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MESSAGE Call by reference Type reference (TYPE) /PLMB/T_SPI_MSG Message 20110214
2 Importing IV_TEC_OBJ_NO Call by reference Type reference (TYPE) EAMS_TEC_OBJ Technical Object Number 20110214
3 Importing IV_TEC_OBJ_TYPE Call by reference Type reference (TYPE) /PLMB/GOS_OBJECT_TYPE Object Type 20110214

Method HANDLE_MESSAGE on class CL_EAMS_UI_GIS_MISC has no exception.

Method HANDLE_WD_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) STRING 20110201

Method HANDLE_WD_EVENT on class CL_EAMS_UI_GIS_MISC has no exception.

Method INSERT_PIE_CHART_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_PER_PIE_SIZE Call by reference Type reference (TYPE) GHO_PER_PIE_SIZE Personalization table for Screen Sizing 20110411

Method INSERT_PIE_CHART_DATA on class CL_EAMS_UI_GIS_MISC has no exception.

Method INSERT_SCREEN_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SCRNSIZE_DATA Call by reference Type reference (TYPE) GHO_PER_SCRNSIZE Personalization table for Screen Sizing 20110202

Method INSERT_SCREEN_DATA on class CL_EAMS_UI_GIS_MISC has no exception.

Method SET_DEFAULT_SCREEN_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_MAP_SIZE Call by reference Type reference (TYPE) EAMS_S_SCREEN_SIZING Screen Sizing 20110201

Method SET_DEFAULT_SCREEN_DATA on class CL_EAMS_UI_GIS_MISC has no exception.

Method SET_PERSONAL_DATA_FOR_MULTIMAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_USER_SETTINGS Call by reference Type reference (TYPE) USER_SETTINGS TEST 20110208

Method SET_PERSONAL_DATA_FOR_MULTIMAP on class CL_EAMS_UI_GIS_MISC has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 606