SAP ABAP Class CL_EAMS_UI_VB_MANAGER_VISBIS (Class for VisualBusiness functions)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PM (Application Component) Plant Maintenance
     EAMS_UI_VB (Package) User Interface for VisualBusiness
Properties
Class CL_EAMS_UI_VB_MANAGER_VISBIS  
Short Description Class for VisualBusiness functions    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package EAMS_UI_VB   User Interface for VisualBusiness 
Created 20100106   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_EAMS_UI_VB_MANAGER_VISBIS has no forward declaration.
Interfaces
Class CL_EAMS_UI_VB_MANAGER_VISBIS has no interface implemented.
Friends
Class CL_EAMS_UI_VB_MANAGER_VISBIS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_BUBBLE Constant Private See coding 20100126
2 GC_VB_ACTION_NAME Constant Public See coding 20100114
3 GR_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_EAMS_UI_VB_MANAGER_VISBIS Class for VisualBusiness functions 20100113
4 MR_EAMS_MAP_ASSISTANCE Instance attribute Private Object reference (TYPE REF TO) CL_EAMS_UI_VB_MAP_ASSISTANCE Assistance Class for EAMS_WDC_MAP 20100113
5 MR_IC_VISUAL_BUSINESS Instance attribute Private Object reference (TYPE REF TO) IWCI_WDC_VBC WebDynpro Interface COMPONENTCONTROLLER 20100106
6 MR_WD_APPLICATION Instance attribute Private Object reference (TYPE REF TO) IF_WD_APPLICATION 20100109
7 MT_ICON_URL Instance attribute Private Type reference (TYPE) EAMS_UI_VB_T_ICON_URL Structure for icon URLs 20100120
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ICON_URL_FROM_ALIAS Instance method Private Method 20100120
2 CONSTRUCTOR Instance method Public Constructor 20100109
3 GET_ICONS_FROM_CUSTOMIZING Instance method Private Method 20100120
4 GET_INSTANCE Static method Public Method 20100121
5 GET_TRAFFIC_LIGHT_TO_PRIO Instance method Private Method 20100127
6 GET_VB_EVENT_PARAMETERS Instance method Private Method 20100114
7 GET_XML_EDITOR Static method Public Method Retreive general XML data for the Standalone Editor 20100111
8 GET_XML_METADATA Instance method Public Method 20100202
9 HANDLE_VB_UI_EVENT Instance method Public Method Handle UI events from the MAP UI (selection, context menu) 20100113
10 LOAD_MAP Instance method Public Method VB related / Initialization 20100106
11 PUSH_DATA_TO_MAP Instance method Public Method 20100119
12 PUSH_OBJ_DETAILS_TO_MAP Instance method Public Method 20100127
13 SET_VISUAL_BUSINESS_IC Instance method Public Method VB related 20100106
14 SET_WD_APPLICATION_REF Instance method Public Method 20100109
15 TRIGGER_MAP_PERSONALIZATION Instance method Public Method 20100128
Events
Class CL_EAMS_UI_VB_MANAGER_VISBIS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_XML_EAM_OBJ Public See coding 20100111 BEGIN OF ty_s_xml_eam_obj, eams_tec_obj_type TYPE /plmb/gos_object_type, eams_tec_obj_no TYPE eams_tec_obj, longitude TYPE geolon, latitude TYPE geolat, altitude TYPE geoalt, tooltip TYPE char100, visible TYPE wdy_boolean, selected TYPE wdy_boolean, bubble_icon TYPE string, web_icon TYPE string, system_status_icon TYPE string, " Used only for technical objects order_status_icon TYPE string, ntf_status_icon TYPE string, END OF ty_s_xml_eam_obj
2 TY_S_XML_TECHOBJ_DETAILS Public See coding 20100127 BEGIN OF ty_s_xml_techobj_details, attribute_name TYPE string, attribute_value TYPE string, END OF ty_s_xml_techobj_details
3 TY_S_XML_TECHOBJ_DETAILS_COL Public See coding 20100127 BEGIN OF ty_s_xml_techobj_details_col, column_name_attr_name TYPE string, column_name_attr_value TYPE string, END OF ty_s_xml_techobj_details_col
4 TY_T_XML_TECHOBJ_DETAILS Public See coding 20100127 ty_t_xml_techobj_details TYPE STANDARD TABLE OF ty_s_xml_techobj_details
Method Signatures

Method ADD_ICON_URL_FROM_ALIAS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ALIAS Call by reference Type reference (TYPE) STRING 20100120
2 Importing IV_HOST Call by reference Type reference (TYPE) STRING 20100120

Method ADD_ICON_URL_FROM_ALIAS on class CL_EAMS_UI_VB_MANAGER_VISBIS has no exception.

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_VB_MAP_ASSISTANCE Assistance Class for EAMS_WDC_MAP 20100113

Method CONSTRUCTOR on class CL_EAMS_UI_VB_MANAGER_VISBIS has no exception.

Method GET_ICONS_FROM_CUSTOMIZING Signature

Method GET_ICONS_FROM_CUSTOMIZING on class CL_EAMS_UI_VB_MANAGER_VISBIS has no parameter.
Method GET_ICONS_FROM_CUSTOMIZING on class CL_EAMS_UI_VB_MANAGER_VISBIS has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_VB_MANAGER Value transfer Object reference (TYPE REF TO) CL_EAMS_UI_VB_MANAGER_VISBIS Class for VisualBusiness functions 20100121

Method GET_INSTANCE on class CL_EAMS_UI_VB_MANAGER_VISBIS has no exception.

Method GET_TRAFFIC_LIGHT_TO_PRIO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PRIO Call by reference Type reference (TYPE) EAMS_VB_STATUS_PRIO Prioritize Status of an Object 20100127
2 Returning RV_URL Value transfer Type reference (TYPE) STRING 20100127

Method GET_TRAFFIC_LIGHT_TO_PRIO on class CL_EAMS_UI_VB_MANAGER_VISBIS has no exception.

Method GET_VB_EVENT_PARAMETERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SELECTED_OBJECTS Call by reference Type reference (TYPE) EAMS_T_SP_TEC_OBJ_ID Technical Object Number 20100118
2 Exporting EV_ACTION_NAME Call by reference Type reference (TYPE) STRING 20100114
3 Exporting EV_NAVIGATE_TO Call by reference Type reference (TYPE) STRING 20100114
4 Importing IT_EVENTPARAMS Call by reference Type reference (TYPE) VBC_T_EVENTPARAMETER VBC event parameter - value table 20100114

Method GET_VB_EVENT_PARAMETERS on class CL_EAMS_UI_VB_MANAGER_VISBIS has no exception.

Method GET_XML_EDITOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATA_ID Call by reference Type reference (TYPE) STRING 20100111
2 Returning RV_XML Value transfer Type reference (TYPE) XSTRING 20100111

Method GET_XML_EDITOR on class CL_EAMS_UI_VB_MANAGER_VISBIS has no exception.

Method GET_XML_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATAID Call by reference Type reference (TYPE) STRING 20100202
2 Returning RV_XMLDATA Value transfer Type reference (TYPE) XSTRING 20100202

Method GET_XML_METADATA on class CL_EAMS_UI_VB_MANAGER_VISBIS has no exception.

Method HANDLE_VB_UI_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_EVENTPARAMS Call by reference Type reference (TYPE) VBC_T_EVENTPARAMETER 20100113

Method HANDLE_VB_UI_EVENT on class CL_EAMS_UI_VB_MANAGER_VISBIS has no exception.

Method LOAD_MAP Signature

Method LOAD_MAP on class CL_EAMS_UI_VB_MANAGER_VISBIS has no parameter.
Method LOAD_MAP on class CL_EAMS_UI_VB_MANAGER_VISBIS has no exception.

Method PUSH_DATA_TO_MAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJ_ON_MAP Call by reference Type reference (TYPE) EAMS_T_UI_VB_TECHOBJ_STORAGE Table type for EAMS_S_UI_VB_TECHOBJ_STORAGE 20100119

Method PUSH_DATA_TO_MAP on class CL_EAMS_UI_VB_MANAGER_VISBIS has no exception.

Method PUSH_OBJ_DETAILS_TO_MAP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_OBJ_DETAILS Call by reference Type reference (TYPE) EAMS_VB_T_NODE_ATTRIBUTE Tabletype of EAMS_VB_S_NODE_ATTRIBUTE 20100127

Method PUSH_OBJ_DETAILS_TO_MAP on class CL_EAMS_UI_VB_MANAGER_VISBIS has no exception.

Method SET_VISUAL_BUSINESS_IC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_VISUAL_BUSINESS_IC Call by reference Object reference (TYPE REF TO) IWCI_WDC_VBC WebDynpro Interface COMPONENTCONTROLLER 20100106

Method SET_VISUAL_BUSINESS_IC on class CL_EAMS_UI_VB_MANAGER_VISBIS has no exception.

Method SET_WD_APPLICATION_REF Signature

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

Method SET_WD_APPLICATION_REF on class CL_EAMS_UI_VB_MANAGER_VISBIS has no exception.

Method TRIGGER_MAP_PERSONALIZATION Signature

Method TRIGGER_MAP_PERSONALIZATION on class CL_EAMS_UI_VB_MANAGER_VISBIS has no parameter.
Method TRIGGER_MAP_PERSONALIZATION on class CL_EAMS_UI_VB_MANAGER_VISBIS has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 605