SAP ABAP Class CL_EAMS_UI_GIS_TECHOBJ_CRT (Class to create tech object from map)
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_TECHOBJ_CRT  
Short Description Class to create tech object from map    
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 20100621   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_EAMS_UI_GIS_TECHOBJ_CRT has no forward declaration.
Interfaces
Class CL_EAMS_UI_GIS_TECHOBJ_CRT has no interface implemented.
Friends
Class CL_EAMS_UI_GIS_TECHOBJ_CRT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GS_TECHOBJ_CRT Instance attribute Public Type reference (TYPE) EAMS_S_UI_GIS_TECHOBJ_CRT Create technical object on map popup 20100623
2 GV_COUNTRY_CODE Static Attribute Public Type reference (TYPE) LAND Country of company 20110104
3 GV_FLAG Instance attribute Public Type reference (TYPE) FLAG General Flag 20110216
4 MO_EQUI Instance attribute Private Object reference (TYPE REF TO) CL_EAMS_BO_EQUI Business Object Equipment 20100713
5 MO_FL Instance attribute Private Object reference (TYPE REF TO) CL_EAMS_BO_FL Business Object Functional Location 20100624
6 MR_EAMS_MAP_ASSISTANCE Instance attribute Private Object reference (TYPE REF TO) CL_EAMS_UI_GIS_MAP_ASSISTANCE Assistance Class for EAMS_WDC_MAP 20100622
7 MR_MESSAGE_MANAGER Instance attribute Private Object reference (TYPE REF TO) CL_EAMS_UI_GIS_MESSAGE_MANAGER Class to manage UI messages 20100624
8 MR_NETWORK_ASSIST Instance attribute Private Object reference (TYPE REF TO) CL_GHO_NETWORK_ASSIST Assistance Class for PLMN_NETWORK 20131028
9 MR_WD_WINDOW Instance attribute Public Object reference (TYPE REF TO) IF_WD_WINDOW 20100621
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20100622
2 CREATE_EQUIPMENT Instance method Private Method Create Equipment 20100713
3 CREATE_FUNCTIONAL_LOCATION Instance method Private Method Create Functional Laocation 20100624
4 CREATE_GHO_NETOBJ Instance method Public Method Create Network object 20100712
5 GET_COUNTRY_CODE Instance method Public Method Get Country code 20110104
6 HANDLE_MESSAGE Instance method Private Method Message handler 20100624
7 HANDLE_WD_EVENT Instance method Public Method Handle Webdynpro event 20100623
8 SET_COUNTRY_CODE Instance method Public Method Country code 20110104
9 VALIDATE_COUNTRY_CODE Instance method Public Method Country Code validation 20110114
10 VALIDATE_EQUIPMENT Instance method Public Method Validate Function location or GHO object category 20110131
11 VALIDATE_EQUI_CATEGORY Instance method Public Method Validate Equipment category 20110119
12 VALIDATE_FL_GHO_CATEGORY Instance method Public Method Validate Function location or GHO object category 20110119
13 VALIDATE_FL_TPLNR Instance method Public Method Validate Function location or GHO object category 20110131
14 VALIDATE_NETOBJ_TYPE Instance method Public Method Validate Function location or GHO object category 20110131
15 VALIDATE_NETWORK_OBJECT Instance method Public Method Validate Function location or GHO object category 20110131
16 VALIDATE_STRUCT_INDICATOR Instance method Public Method Validate Structure Indicators 20110121
Events
Class CL_EAMS_UI_GIS_TECHOBJ_CRT has no event.
Types
Class CL_EAMS_UI_GIS_TECHOBJ_CRT 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 20100622

Method CONSTRUCTOR on class CL_EAMS_UI_GIS_TECHOBJ_CRT has no exception.

Method CREATE_EQUIPMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TEC_OBJ_NO Value transfer Type reference (TYPE) EAMS_TEC_OBJ Technical Object Number 20100713

Method CREATE_EQUIPMENT on class CL_EAMS_UI_GIS_TECHOBJ_CRT has no exception.

Method CREATE_FUNCTIONAL_LOCATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TEC_OBJ_NO Value transfer Type reference (TYPE) EAMS_TEC_OBJ Technical Object Number 20100624

Method CREATE_FUNCTIONAL_LOCATION on class CL_EAMS_UI_GIS_TECHOBJ_CRT has no exception.

Method CREATE_GHO_NETOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TEC_OBJ_NO Value transfer Type reference (TYPE) EAMS_TEC_OBJ Technical Object Number 20100713

Method CREATE_GHO_NETOBJ on class CL_EAMS_UI_GIS_TECHOBJ_CRT has no exception.

Method GET_COUNTRY_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SL_COUNTRY Call by reference Type reference (TYPE) EAMS_SL_COUNTRY Country Code table 20110104

Method GET_COUNTRY_CODE on class CL_EAMS_UI_GIS_TECHOBJ_CRT 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 20100624
2 Importing IV_TEC_OBJ_NO Call by reference Type reference (TYPE) EAMS_TEC_OBJ Technical Object Number 20100624
3 Importing IV_TEC_OBJ_TYPE Call by reference Type reference (TYPE) /PLMB/GOS_OBJECT_TYPE Object Type 20100624

Method HANDLE_MESSAGE on class CL_EAMS_UI_GIS_TECHOBJ_CRT 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 20100623

Method HANDLE_WD_EVENT on class CL_EAMS_UI_GIS_TECHOBJ_CRT has no exception.

Method SET_COUNTRY_CODE Signature

Method SET_COUNTRY_CODE on class CL_EAMS_UI_GIS_TECHOBJ_CRT has no parameter.
Method SET_COUNTRY_CODE on class CL_EAMS_UI_GIS_TECHOBJ_CRT has no exception.

Method VALIDATE_COUNTRY_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_FAIL Value transfer Type reference (TYPE) FLAG General Flag 20110114

Method VALIDATE_COUNTRY_CODE on class CL_EAMS_UI_GIS_TECHOBJ_CRT has no exception.

Method VALIDATE_EQUIPMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_FAIL Value transfer Type reference (TYPE) FLAG General Flag 20110131

Method VALIDATE_EQUIPMENT on class CL_EAMS_UI_GIS_TECHOBJ_CRT has no exception.

Method VALIDATE_EQUI_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_FAIL Value transfer Type reference (TYPE) FLAG General Flag 20110120

Method VALIDATE_EQUI_CATEGORY on class CL_EAMS_UI_GIS_TECHOBJ_CRT has no exception.

Method VALIDATE_FL_GHO_CATEGORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_FAIL Value transfer Type reference (TYPE) FLAG General Flag 20110119

Method VALIDATE_FL_GHO_CATEGORY on class CL_EAMS_UI_GIS_TECHOBJ_CRT has no exception.

Method VALIDATE_FL_TPLNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_FAIL Value transfer Type reference (TYPE) FLAG General Flag 20110131

Method VALIDATE_FL_TPLNR on class CL_EAMS_UI_GIS_TECHOBJ_CRT has no exception.

Method VALIDATE_NETOBJ_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_FAIL Value transfer Type reference (TYPE) FLAG General Flag 20110131

Method VALIDATE_NETOBJ_TYPE on class CL_EAMS_UI_GIS_TECHOBJ_CRT has no exception.

Method VALIDATE_NETWORK_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_FAIL Value transfer Type reference (TYPE) FLAG General Flag 20110131

Method VALIDATE_NETWORK_OBJECT on class CL_EAMS_UI_GIS_TECHOBJ_CRT has no exception.

Method VALIDATE_STRUCT_INDICATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_FAIL Value transfer Type reference (TYPE) FLAG General Flag 20110121

Method VALIDATE_STRUCT_INDICATOR on class CL_EAMS_UI_GIS_TECHOBJ_CRT has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 606