SAP ABAP Class CL_SDB_EVENT_RECEIVER_ALV (Event Receiver ALV Grid und Tree)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB-SDB-CCM (Application Component) CCMS/Database Monitors for MaxDB
     SDBA_SDB (Package) MaxDB/liveCache Monitoring and Administration
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DB6_EVENT_RECEIVER_BASE CL_DB6_EVENT_RECEIVER_BASE 20071211
Properties
Class CL_SDB_EVENT_RECEIVER_ALV  
Short Description Event Receiver ALV Grid und Tree    
Super Class CL_DB6_EVENT_RECEIVER_BASE CL_DB6_EVENT_RECEIVER_BASE 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDBA_SDB   MaxDB/liveCache Monitoring and Administration 
Created 20071211   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SDB_EVENT_RECEIVER_ALV has no forward declaration.
Interfaces
Class CL_SDB_EVENT_RECEIVER_ALV has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_SDB_TREE_WEBDYNPRO 20080313 Web Dynpro Wrapper for Column Tree
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BUTNTYPE_SEPARATOR Constant Public Type reference (TYPE) I 3 20071211
2 CURRENT_CMD Instance attribute Private Type reference (TYPE) SYUCOMM Function Code that Triggered PAI 20071211
3 CURRENT_TREE Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_TREE ALV tree control 20071211
4 EVENTTYPE_BEFORE_USER_COMMAND Constant Public Type reference (TYPE) I 8 20071211
5 EVENTTYPE_BUTTON_CLICK Constant Public Type reference (TYPE) I 7 20071211
6 EVENTTYPE_DATA_CHANGED Constant Public Type reference (TYPE) I 5 20071211
7 EVENTTYPE_DOUBLE_CLICK Constant Public Type reference (TYPE) I 2 20071211
8 EVENTTYPE_HOTSPOT_CLICK Constant Public Type reference (TYPE) I 3 20071211
9 EVENTTYPE_ONF4 Constant Public Type reference (TYPE) I 4 20071211
10 NODE_COUNT Instance attribute Public Type reference (TYPE) I 20071211
11 SELECTED_ITEM_FIELD Instance attribute Public Type reference (TYPE) LVC_FNAME ALV Control: Field Name of Internal Table Field 20071211
12 SELECTED_ITEM_NODE Instance attribute Public Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20071211
13 SELECTED_NODES Instance attribute Public Type reference (TYPE) LVC_T_NKEY ALV Tree Control: Node Table 20071211
14 SELECT_BY_CELL Constant Private Type reference (TYPE) I 1 20071211
15 SELECT_BY_ROW Constant Private Type reference (TYPE) I 2 20071211
16 SELECT_MODE Instance attribute Private Type reference (TYPE) I 20071211
17 SELECT_NOTHING Constant Public Type reference (TYPE) I 0 20071211
18 TREE_ITEM_SELECTION Instance attribute Private Type reference (TYPE) FLAG General Flag 20080806
19 USER_BUTTONS Instance attribute Private Type reference (TYPE) SDB_TREE_BUTTON_TAB Toolbar Button 20071211
20 USER_MENU_BUTTONS Instance attribute Private Type reference (TYPE) TTB_BUTTON Toolbar Buttons 20071212
Methods
# Method Level Visibility Method type Description Created on
1 ADAPT_STATE_TOOLBAR Instance method Public Method 20080724
2 ADD_SEPARATOR Instance method Public Method 20071211
3 ADD_TOOLBAR_BUTTON Instance method Public Method 20071211
4 CHANGE_TOOLBAR Instance method Public Method 20071211
5 CLEAR_SELECTION_SET Instance method Protected Method 20071211
6 CONSTRUCTOR Instance method Public Constructor 20071211
7 CURRENT_COMMAND Instance method Public Method 20071212
8 DISABLE_TOOLBAR_BUTTON Instance method Public Method 20080724
9 ENABLE_TOOLBAR_BUTTON Instance method Public Method 20080724
10 GET_SELECTED_ITEMS Instance method Protected Method 20071211
11 HANDLE_BEFORE_USER_COMMAND Instance method Public Event handling method 20071211
12 HANDLE_HOTSPOT_CLICK Instance method Public Event handling method 20071212
13 TOOLBAR_BUTTON_INVISIBLE Instance method Public Method 20080821
14 TOOLBAR_BUTTON_VISIBLE Instance method Public Method 20080821
Events
Class CL_SDB_EVENT_RECEIVER_ALV has no event.
Types
Class CL_SDB_EVENT_RECEIVER_ALV has no local type.
Method Signatures

Method ADAPT_STATE_TOOLBAR Signature

Method ADAPT_STATE_TOOLBAR on class CL_SDB_EVENT_RECEIVER_ALV has no parameter.
Method ADAPT_STATE_TOOLBAR on class CL_SDB_EVENT_RECEIVER_ALV has no exception.

Method ADD_SEPARATOR Signature

Method ADD_SEPARATOR on class CL_SDB_EVENT_RECEIVER_ALV has no parameter.
Method ADD_SEPARATOR on class CL_SDB_EVENT_RECEIVER_ALV has no exception.

Method ADD_TOOLBAR_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing BUTN_TYPE Call by reference Type reference (TYPE) I 20071211
2 Importing DISABLED Call by reference Type reference (TYPE) C 20071211
3 Importing FUNCTION Call by reference Type reference (TYPE) C 20071211
4 Importing ICON Call by reference Type reference (TYPE) C 20071211
5 Importing INVISIBLE Call by reference Type reference (TYPE) FLAG allgemeines flag 20080821
6 Importing QUICKINFO Call by reference Type reference (TYPE) C 20071211
7 Importing TEXT Call by reference Type reference (TYPE) C 20071211

Method ADD_TOOLBAR_BUTTON on class CL_SDB_EVENT_RECEIVER_ALV has no exception.

Method CHANGE_TOOLBAR Signature

Method CHANGE_TOOLBAR on class CL_SDB_EVENT_RECEIVER_ALV has no parameter.
Method CHANGE_TOOLBAR on class CL_SDB_EVENT_RECEIVER_ALV has no exception.

Method CLEAR_SELECTION_SET Signature

Method CLEAR_SELECTION_SET on class CL_SDB_EVENT_RECEIVER_ALV has no parameter.
Method CLEAR_SELECTION_SET on class CL_SDB_EVENT_RECEIVER_ALV has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TREE Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_TREE ALV-Tree-Control 20071211
2 Importing TREE_ITEM_SELECTION Call by reference Type reference (TYPE) FLAG allgemeines flag 20080806

Method CONSTRUCTOR on class CL_SDB_EVENT_RECEIVER_ALV has no exception.

Method CURRENT_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMMAND Value transfer Type reference (TYPE) SYUCOMM Funktionscode, der PAI ausgelöst hat 20071212

Method CURRENT_COMMAND on class CL_SDB_EVENT_RECEIVER_ALV has no exception.

Method DISABLE_TOOLBAR_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FUNCTION Call by reference Type reference (TYPE) C 20080724

Method DISABLE_TOOLBAR_BUTTON on class CL_SDB_EVENT_RECEIVER_ALV has no exception.

Method ENABLE_TOOLBAR_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FUNCTION Call by reference Type reference (TYPE) C 20080724

Method ENABLE_TOOLBAR_BUTTON on class CL_SDB_EVENT_RECEIVER_ALV has no exception.

Method GET_SELECTED_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COMMAND Call by reference Type reference (TYPE) SYUCOMM Funktionscode, der PAI ausgelöst hat 20071211

Method GET_SELECTED_ITEMS on class CL_SDB_EVENT_RECEIVER_ALV has no exception.

Method HANDLE_BEFORE_USER_COMMAND Signature

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

Method HANDLE_BEFORE_USER_COMMAND on class CL_SDB_EVENT_RECEIVER_ALV has no exception.

Method HANDLE_HOTSPOT_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELDNAME Call by reference Attribute reference (LIKE) 20071212
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20071212

Method HANDLE_HOTSPOT_CLICK on class CL_SDB_EVENT_RECEIVER_ALV has no exception.

Method TOOLBAR_BUTTON_INVISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FUNCTION Call by reference Type reference (TYPE) C 20080821

Method TOOLBAR_BUTTON_INVISIBLE on class CL_SDB_EVENT_RECEIVER_ALV has no exception.

Method TOOLBAR_BUTTON_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FUNCTION Call by reference Type reference (TYPE) C 20080821

Method TOOLBAR_BUTTON_VISIBLE on class CL_SDB_EVENT_RECEIVER_ALV has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 711