SAP ABAP Class CL_EAMS_UI_VB_MAP_SEARCH (Map Search, Favorite handling, Quick queries)
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_MAP_SEARCH | |
Short Description | Map Search, Favorite handling, Quick queries | |
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 | 20100125 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_EAMS_UI_VB_MAP_SEARCH has no forward declaration.
Interfaces
Class CL_EAMS_UI_VB_MAP_SEARCH has no interface implemented.
Friends
Class CL_EAMS_UI_VB_MAP_SEARCH has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_EAMS_UI_VB_MAP_ASSISTANCE | Assistance Class for EAMS_WDC_MAP | 20100125 | ||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | DATA | Reference to Last search result | 20100128 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IWCI_EAMS_WDC_VB_SEARCH | WebDynpro Interface COMPONENTCONTROLLER | 20100129 | ||
4 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | /PLMB/CL_SPI_CONNECTOR | Application Connector | 20100127 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20100125 | |
2 | ![]() |
Instance method | Private | Method | 20100128 | |
3 | ![]() |
Instance method | Private | Method | Display favorite on map | 20100127 |
4 | ![]() |
Instance method | Private | Method | (Re)Load Favorites | 20100127 |
5 | ![]() |
Instance method | Private | Method | Remove one or more favorites | 20100127 |
6 | ![]() |
Instance method | Private | Method | Search; Convert data ref to technical objects table | 20100125 |
7 | ![]() |
Instance method | Public | Method | Handle normal WebDynpro events | 20100125 |
8 | ![]() |
Instance method | Private | Method | Delete saved query | 20100127 |
9 | ![]() |
Instance method | Private | Method | Load saved query and display on map | 20100127 |
10 | ![]() |
Instance method | Public | Method | 20100129 | |
11 | ![]() |
Instance method | Public | Method | 20100128 |
Events
Class CL_EAMS_UI_VB_MAP_SEARCH has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_SAVED_QUERY | Private | See coding | 20100129 | BEGIN OF ty_saved_query,
query_id TYPE char5,
query_name TYPE text40,
END OF ty_saved_query
|
Method Signatures
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_EAMS_MAP_ASSISTANCE | Call by reference | Object reference (TYPE REF TO) | CL_EAMS_UI_VB_MAP_ASSISTANCE | Assistance Class for EAMS_WDC_MAP | 20100125 |
Method CONSTRUCTOR on class CL_EAMS_UI_VB_MAP_SEARCH has no exception.
Method FAVORITE_ADD Signature
Method FAVORITE_ADD on class CL_EAMS_UI_VB_MAP_SEARCH has no parameter.
Method FAVORITE_ADD on class CL_EAMS_UI_VB_MAP_SEARCH has no exception.
Method FAVORITE_DISPLAY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_OBJECTS | Value transfer | Type reference (TYPE) | EAMS_T_SP_TEC_OBJ_ID | tech Obj | 20100128 |
Method FAVORITE_DISPLAY on class CL_EAMS_UI_VB_MAP_SEARCH has no exception.
Method FAVORITE_REFRESH Signature
Method FAVORITE_REFRESH on class CL_EAMS_UI_VB_MAP_SEARCH has no parameter.
Method FAVORITE_REFRESH on class CL_EAMS_UI_VB_MAP_SEARCH has no exception.
Method FAVORITE_REMOVE Signature
Method FAVORITE_REMOVE on class CL_EAMS_UI_VB_MAP_SEARCH has no parameter.
Method FAVORITE_REMOVE on class CL_EAMS_UI_VB_MAP_SEARCH has no exception.
Method GET_SEARCH_RESULTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_OBJECTS | Value transfer | Type reference (TYPE) | EAMS_T_SP_TEC_OBJ_ID | 20100125 |
Method GET_SEARCH_RESULTS on class CL_EAMS_UI_VB_MAP_SEARCH has no exception.
Method HANDLE_WD_EVENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20100125 | ||
2 | ![]() |
IR_WDEVENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_CUSTOM_EVENT | Application-Defined Event | 20100125 | ||
3 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | STRING | 20100125 |
Method HANDLE_WD_EVENT on class CL_EAMS_UI_VB_MAP_SEARCH has no exception.
Method QUERY_DELETE Signature
Method QUERY_DELETE on class CL_EAMS_UI_VB_MAP_SEARCH has no parameter.
Method QUERY_DELETE on class CL_EAMS_UI_VB_MAP_SEARCH has no exception.
Method QUERY_DISPLAY Signature
Method QUERY_DISPLAY on class CL_EAMS_UI_VB_MAP_SEARCH has no parameter.
Method QUERY_DISPLAY on class CL_EAMS_UI_VB_MAP_SEARCH has no exception.
Method SET_INTERFACECONTROLLER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_IC_SEARCH | Call by reference | Object reference (TYPE REF TO) | IWCI_EAMS_WDC_VB_SEARCH | WebDynpro Interface COMPONENTCONTROLLER | 20100129 |
Method SET_INTERFACECONTROLLER on class CL_EAMS_UI_VB_MAP_SEARCH has no exception.
Method SET_OBJECTS_TO_BE_DISPLAYED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_OBJECTS | Call by reference | Object reference (TYPE REF TO) | DATA | 20100128 |
Method SET_OBJECTS_TO_BE_DISPLAYED on class CL_EAMS_UI_VB_MAP_SEARCH has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 605 |