SAP ABAP Class CL_RECA_WB_SEARCH_TOOL (Object Search Using Dropdown Selection)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX (Application Component) Flexible Real Estate Management
     RE_CA_WB (Package) RE: Workbench (Object Manager)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_RECA_WB_NAVIGATOR_TOOL REWB: Tool in Navigator 20070425
Properties
Class CL_RECA_WB_SEARCH_TOOL  
Short Description Object Search Using Dropdown Selection    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package RE_CA_WB   RE: Workbench (Object Manager) 
Created 20070424   SAP 
Last change 20100310   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)
2 CNTB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 RECA1 Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RECAW Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_RECA_WB_NAVIGATOR_TOOL REWB: Tool in Navigator 20070425
Friends
# Friend Modeled only Created on Description
1 CL_RECA_WB_BROWSER 20070425 Real Estate Object Browser
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MC_TB_CLEAR Constant Protected Type reference (TYPE) STB_BUTTON-FUNCTION 'TB_CLEAR' Function Code 20080613
2 MC_TB_DELETE Constant Protected Type reference (TYPE) STB_BUTTON-FUNCTION 'TB_DELETE' Function Code 20080613
3 MC_TB_REFRESH Constant Protected Type reference (TYPE) STB_BUTTON-FUNCTION 'TB_REFRESH' Function Code 20080613
4 MC_TB_STORE Constant Protected Type reference (TYPE) STB_BUTTON-FUNCTION 'TB_STORE' Function Code 20080613
5 MD_CURRENT_WBOBJTYPE Static Attribute Public Type reference (TYPE) RECAWBOBJTYPE WB: Object Type of Object in Browser 20070425
6 MO_CONTAINER Static Attribute Protected Object reference (TYPE REF TO) CL_GUI_CONTAINER Container for Search Tab 20070425
7 MO_CONT_SEARCH_DISPLAY Static Attribute Protected Object reference (TYPE REF TO) CL_GUI_CONTAINER Container for Search Results 20070425
8 MO_CONT_SELECTOR Static Attribute Protected Object reference (TYPE REF TO) CL_GUI_CONTAINER Container for Search Selection 20070425
9 MO_CTRL_ALV Static Attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_GRID SAP List Viewer 20070425
10 MO_CTRL_SPLITTER Static Attribute Protected Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Control: Splitter 20070425
11 MO_DRAGDROP Static Attribute Protected Object reference (TYPE REF TO) CL_DRAGDROP Behavior for Drag and Drop 20070425
12 MO_GUI_DYN_DOC Static Attribute Protected Object reference (TYPE REF TO) CL_DD_DOCUMENT GUI: Dynamic Document 20070425
13 MO_GUI_HTML Static Attribute Protected Object reference (TYPE REF TO) CL_GUI_HTML_VIEWER GUI: HTML Viewer 20070425
14 MO_GUI_SELECT_ELEMENT Static Attribute Protected Object reference (TYPE REF TO) CL_DD_SELECT_ELEMENT Screen Doc: Select Element 20070425
15 MT_TOOL_SEARCH Static Attribute Protected Type reference (TYPE) MTYPE_T_TOOL_SEARCH ALV Search Results 20070425
16 MT_WBOBJTYPE Static Attribute Protected Type reference (TYPE) RE_T_WBOBJTYPE List of WB Object Types 20070425
Methods
# Method Level Visibility Method type Description Created on
1 DO_F4 Static method Protected Method Trigger F4 Help for Object Field 20070425
2 HANDLE_DD_SELECTED Static method Protected Event handling method Handler: Entry Selected from Dropdown 20070425
3 HANDLE_F4_BUTTON Static method Protected Event handling method Handler: F4 - Button Clicked 20070425
4 HANDLE_HOTSPOT_CLICK Static method Protected Event handling method Handler: ALV Hotspot Click 20070425
5 HANDLE_ON_DRAG Static method Protected Event handling method Handler: Trigger Drag and Drop 20070425
6 HANDLE_TOOLBAR Static method Protected Event handling method Handler: ALV Toolbar 20070425
7 HANDLE_USER_COMMAND Static method Protected Event handling method Handler: User Commands 20070425
8 INITIALIZE Instance method Public Method 20070425
9 _BUILD_OBJ_SELECTOR Static method Private Method Creates Complete Object Selection Control 20070425
10 _GRID_CREATE Static method Private Method Create ALV Grid Control 20070425
11 _GRID_CREATE_FIELDCAT Static method Private Method Build Up Field Catalog 20070425
12 _GRID_CREATE_TOOLBAR_EXCLUDING Static method Private Method Construct Toolbar 20070425
13 _INITIALIZE Static method Private Method Initializes Data 20070425
14 _INIT_CONTROLS Static method Private Method Create Controls 20070425
15 _INIT_SEARCH_RESULT Static method Private Method Initialize Search Results (from Database) 20070425
16 _REFRESH_SEARCH_RESULT Static method Private Method Refresh Search Results 20070425
17 _STORE_SEARCH_RESULT Static method Private Method Save Search Results (to Database) 20070425
18 _STORE_WBOBJTYPE_CURRENT Static method Private Method Saves Currently Selected Search Object Type of User 20070425
Events
Class CL_RECA_WB_SEARCH_TOOL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MTYPE_T_TOOL_SEARCH Protected See coding Search Result 20070425 mtype_t_tool_search TYPE STANDARD TABLE OF reca_wb_tool_search_l
Method Signatures

Method DO_F4 Signature

Method DO_F4 on class CL_RECA_WB_SEARCH_TOOL has no parameter.
Method DO_F4 on class CL_RECA_WB_SEARCH_TOOL has no exception.

Method HANDLE_DD_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Value transfer Attribute reference (LIKE) 20070425

Method HANDLE_DD_SELECTED on class CL_RECA_WB_SEARCH_TOOL has no exception.

Method HANDLE_F4_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SENDER Value transfer Attribute reference (LIKE) 20070425

Method HANDLE_F4_BUTTON on class CL_RECA_WB_SEARCH_TOOL has no exception.

Method HANDLE_HOTSPOT_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) 20070425
2 Importing E_COLUMN_ID Value transfer Attribute reference (LIKE) 20070425
3 Importing E_ROW_ID Value transfer Attribute reference (LIKE) 20070425
4 Importing SENDER Value transfer Attribute reference (LIKE) 20070425

Method HANDLE_HOTSPOT_CLICK on class CL_RECA_WB_SEARCH_TOOL has no exception.

Method HANDLE_ON_DRAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ES_ROW_NO Value transfer Attribute reference (LIKE) 20070425
2 Importing E_COLUMN Value transfer Attribute reference (LIKE) 20070425
3 Importing E_DRAGDROPOBJ Value transfer Attribute reference (LIKE) 20070425
4 Importing E_ROW Value transfer Attribute reference (LIKE) 20070425
5 Importing SENDER Value transfer Attribute reference (LIKE) 20070425

Method HANDLE_ON_DRAG on class CL_RECA_WB_SEARCH_TOOL has no exception.

Method HANDLE_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_INTERACTIVE Value transfer Attribute reference (LIKE) 20070425
2 Importing E_OBJECT Value transfer Attribute reference (LIKE) 20070425

Method HANDLE_TOOLBAR on class CL_RECA_WB_SEARCH_TOOL has no exception.

Method HANDLE_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_UCOMM Value transfer Attribute reference (LIKE) 20070425

Method HANDLE_USER_COMMAND on class CL_RECA_WB_SEARCH_TOOL has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_RECA_WB_SEARCH_TOOL has no parameter.
Method INITIALIZE on class CL_RECA_WB_SEARCH_TOOL has no exception.

Method _BUILD_OBJ_SELECTOR Signature

Method _BUILD_OBJ_SELECTOR on class CL_RECA_WB_SEARCH_TOOL has no parameter.
# Exception Resumable Description Created on
1 CONTROL_ERROR Fehler in der Control-Erstellung aufgetreten 20070425

Method _GRID_CREATE Signature

Method _GRID_CREATE on class CL_RECA_WB_SEARCH_TOOL has no parameter.
# Exception Resumable Description Created on
1 ERROR Fehler bei der Initialisierung 20070425

Method _GRID_CREATE_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20070425

Method _GRID_CREATE_FIELDCAT on class CL_RECA_WB_SEARCH_TOOL has no exception.

Method _GRID_CREATE_TOOLBAR_EXCLUDING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_TOOLBAR_EXCLUDING Call by reference Type reference (TYPE) UI_FUNCTIONS Funktionscodestabelle 20070425

Method _GRID_CREATE_TOOLBAR_EXCLUDING on class CL_RECA_WB_SEARCH_TOOL has no exception.

Method _INITIALIZE Signature

Method _INITIALIZE on class CL_RECA_WB_SEARCH_TOOL has no parameter.
# Exception Resumable Description Created on
1 ERROR Fehler bei der Initialisierung 20070425

Method _INIT_CONTROLS Signature

Method _INIT_CONTROLS on class CL_RECA_WB_SEARCH_TOOL has no parameter.
# Exception Resumable Description Created on
1 ERROR Fehler bei der Initialisierung 20070425

Method _INIT_SEARCH_RESULT Signature

Method _INIT_SEARCH_RESULT on class CL_RECA_WB_SEARCH_TOOL has no parameter.
Method _INIT_SEARCH_RESULT on class CL_RECA_WB_SEARCH_TOOL has no exception.

Method _REFRESH_SEARCH_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_FORCE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Bool: Objekte neu lesen 20070425

Method _REFRESH_SEARCH_RESULT on class CL_RECA_WB_SEARCH_TOOL has no exception.

Method _STORE_SEARCH_RESULT Signature

Method _STORE_SEARCH_RESULT on class CL_RECA_WB_SEARCH_TOOL has no parameter.
Method _STORE_SEARCH_RESULT on class CL_RECA_WB_SEARCH_TOOL has no exception.

Method _STORE_WBOBJTYPE_CURRENT Signature

Method _STORE_WBOBJTYPE_CURRENT on class CL_RECA_WB_SEARCH_TOOL has no parameter.
Method _STORE_WBOBJTYPE_CURRENT on class CL_RECA_WB_SEARCH_TOOL has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 604