SAP ABAP Class CL_UXB_ALV_TREE_HANDLER (Handler for Class CL_GUI_ALV_TREE)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-SUR (Application Component) Web Survey
     UXB_GUI (Package) Base: GUI
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_UXS_XML_ALV_TREE_GUI XML in ALV Tree 20010521
Properties
Class CL_UXB_ALV_TREE_HANDLER  
Short Description Handler for Class CL_GUI_ALV_TREE    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UXB_GUI   Base: GUI 
Created 20010520   SAP 
Last change 00000000   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SLIS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_UXB_ALV_TREE_HANDLER has no interface implemented.
Friends
Class CL_UXB_ALV_TREE_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MD_ITEM_SELECTION_MODE Instance attribute Protected Type reference (TYPE) UXB_FLAG 20010721
2 MR_ALV_TREE Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_TREE 20010520
3 MT_DREF_OUTTAB Instance attribute Protected Object reference (TYPE REF TO) DATA 20010521
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20010520
2 EXPAND_AND_SELECT_NODE Instance method Protected Method 20010607
3 EXPAND_NODE Instance method Protected Method 20010702
4 EXPAND_ROOT_NODE Instance method Protected Method 20010606
5 GET_SELECTED_ROW Instance method Protected Method 20010606
6 INIT Instance method Public Method 20010603
7 INIT_DISPLAY_VARIANT Instance method Protected Method 20010520
8 INIT_DRAG_AND_DROP Instance method Protected Method 20010520
9 INIT_EXCLUDE_GENERIC_FUNCTIONS Instance method Protected Method 20010520
10 INIT_FCAT Instance method Protected Method 20010718
11 INIT_FCAT_AND_OUTTAB Instance method Protected Method 20010520
12 INIT_HIERARCHY_HEADER Instance method Protected Method 20010520
13 INIT_HTML_HEADER Instance method Protected Method 20010520
14 INIT_KEY_STROKE Instance method Protected Method 20010520
15 INIT_OUTTAB Instance method Protected Method 20010718
16 INIT_SELECTION_MODE Instance method Protected Method 20010520
17 INIT_TOOLBAR Instance method Protected Method 20010520
18 INIT_TOOLBAR_CHANGE Instance method Protected Method 20010520
19 INIT_TOOLBAR_CHANGE_LATE Instance method Protected Method 20010817
20 ON_AFTER_USER_COMMAND Instance method Public Event handling method 20010520
21 ON_BEFORE_USER_COMMAND Instance method Public Event handling method 20010520
22 ON_BUTTON_CLICK Instance method Public Event handling method 20010520
23 ON_CHECKBOX_CHANGE Instance method Public Event handling method 20010520
24 ON_DEFAULT_CONTEXT_MENU_REQUES Instance method Public Event handling method 20010520
25 ON_DEFAULT_CONTEXT_MENU_SELECT Instance method Public Event handling method 20010520
26 ON_DRAG Instance method Public Event handling method 20010520
27 ON_DRAG_MULTIPLE Instance method Public Event handling method 20010520
28 ON_DROP Instance method Public Event handling method 20010520
29 ON_DROP_COMPLETE Instance method Public Event handling method 20010520
30 ON_DROP_COMPLETE_MULTIPLE Instance method Public Event handling method 20010520
31 ON_DROP_GET_FLAVOR Instance method Public Event handling method 20010520
32 ON_EXPAND_NC Instance method Public Event handling method 20010520
33 ON_HEADER_CLICK Instance method Public Event handling method 20010520
34 ON_HEADER_CONTEXT_MENU Instance method Public Event handling method 20010520
35 ON_HEADER_CONTEXT_MENU_REQUEST Instance method Public Event handling method 20010520
36 ON_HEADER_CONTEXT_MENU_SELECT Instance method Public Event handling method 20010520
37 ON_ITEM_CONTEXT_MENU_REQUEST Instance method Public Event handling method 20010520
38 ON_ITEM_CONTEXT_MENU_SELECTED Instance method Public Event handling method 20010520
39 ON_ITEM_DOUBLE_CLICK Instance method Public Event handling method 20010520
40 ON_ITEM_KEYPRESS Instance method Public Event handling method 20010520
41 ON_LINK_CLICK Instance method Public Event handling method 20010520
42 ON_NODE_CONTEXT_MENU_REQUEST Instance method Public Event handling method 20010520
43 ON_NODE_CONTEXT_MENU_SELECTED Instance method Public Event handling method 20010520
44 ON_NODE_DOUBLE_CLICK Instance method Public Event handling method 20010520
45 ON_NODE_KEYPRESS Instance method Public Event handling method 20010520
46 ON_SELECTION_CHANGED Instance method Public Event handling method 20010520
47 ON_TOOLBAR_DROPDOWN_CLICKED Instance method Public Event handling method 20010520
48 ON_TOOLBAR_FUNCTION_SELECTED Instance method Public Event handling method 20010520
49 ON_TOP_OF_LIST Instance method Public Event handling method 20010520
50 ON_TOP_OF_PAGE Instance method Public Event handling method 20010520
51 OPTIMIZE_COLUMN_WIDTH Instance method Protected Method 20010702
52 REGISTER_EVENTS Instance method Protected Method 20010520
53 SELECT_NODE Instance method Protected Method 20010821
54 SET_HANDLER Instance method Protected Method 20010520
55 SET_TABLE_FOR_FIRST_DISPLAY Instance method Protected Method 20010521
56 SET_TREE_FOCUS Instance method Protected Method 20010721
57 UPDATE_FRONTEND_AND_FLUSH Instance method Public Method 20010718
Events
Class CL_UXB_ALV_TREE_HANDLER has no event.
Types
Class CL_UXB_ALV_TREE_HANDLER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_UXB_ALV_TREE_HANDLER has no parameter.
Method CONSTRUCTOR on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method EXPAND_AND_SELECT_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY 20010607
# Exception Resumable Description Created on
1 NO_NODE_PROVIDED 20010710

Method EXPAND_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_EXPAND_SUBTREE Call by reference Type reference (TYPE) UXB_FLAG SPACE 20010702
2 Importing ID_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY 20010702

Method EXPAND_NODE on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method EXPAND_ROOT_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_LEVEL_COUNT Call by reference Type reference (TYPE) I 1 20010610

Method EXPAND_ROOT_NODE on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method GET_SELECTED_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RD_NKEY Value transfer Type reference (TYPE) LVC_NKEY 20010606

Method GET_SELECTED_ROW on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method INIT Signature

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

Method INIT on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method INIT_DISPLAY_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_SAVE_VARIANT_MODE Call by reference Type reference (TYPE) CHAR1 20010520
2 Exporting ES_VARIANT Call by reference Type reference (TYPE) DISVARIANT 20010520

Method INIT_DISPLAY_VARIANT on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method INIT_DRAG_AND_DROP Signature

Method INIT_DRAG_AND_DROP on class CL_UXB_ALV_TREE_HANDLER has no parameter.
Method INIT_DRAG_AND_DROP on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method INIT_EXCLUDE_GENERIC_FUNCTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EXCLUDING Call by reference Type reference (TYPE) UI_FUNCTIONS 20010520

Method INIT_EXCLUDE_GENERIC_FUNCTIONS on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method INIT_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_TYPE Call by reference Type reference (TYPE) C 20070924
2 Exporting ET_DREF_OUTTAB Call by reference Object reference (TYPE REF TO) DATA 20010718
3 Exporting ET_FCAT Call by reference Type reference (TYPE) LVC_T_FCAT 20010718
4 Exporting ET_SGRP Call by reference Type reference (TYPE) LVC_T_SGRP 20010718

Method INIT_FCAT on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method INIT_FCAT_AND_OUTTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_TYPE Call by reference Type reference (TYPE) C 20070924
2 Exporting ET_DREF_OUTTAB Call by reference Object reference (TYPE REF TO) DATA 20010521
3 Exporting ET_FCAT Call by reference Type reference (TYPE) LVC_T_FCAT 20010520
4 Exporting ET_SGRP Call by reference Type reference (TYPE) LVC_T_SGRP 20010520

Method INIT_FCAT_AND_OUTTAB on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method INIT_HIERARCHY_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_HIERARCHY_HEADER Call by reference Type reference (TYPE) TREEV_HHDR 20010520

Method INIT_HIERARCHY_HEADER on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method INIT_HTML_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_HEIGHT Call by reference Type reference (TYPE) I 20010520
2 Exporting ET_COMMENT Call by reference Type reference (TYPE) SLIS_T_LISTHEADER 20010520

Method INIT_HTML_HEADER on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method INIT_KEY_STROKE Signature

Method INIT_KEY_STROKE on class CL_UXB_ALV_TREE_HANDLER has no parameter.
Method INIT_KEY_STROKE on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method INIT_OUTTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DREF_OUTTAB Call by reference Object reference (TYPE REF TO) DATA 20010718
2 Exporting ET_FCAT Call by reference Type reference (TYPE) LVC_T_FCAT 20010718
3 Exporting ET_SGRP Call by reference Type reference (TYPE) LVC_T_SGRP 20010718
4 Importing IT_FCAT Call by reference Type reference (TYPE) LVC_T_FCAT 20010718
5 Importing IT_SGRP Call by reference Type reference (TYPE) LVC_T_SGRP 20010718

Method INIT_OUTTAB on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method INIT_SELECTION_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_HIDE_SELECTION Call by reference Type reference (TYPE) UXB_FLAG 20010520
2 Exporting ED_ITEM_SELECTION_MODE Call by reference Type reference (TYPE) UXB_FLAG 20010520
3 Exporting ED_NODE_SELECTION_MODE Call by reference Type reference (TYPE) I 20010520

Method INIT_SELECTION_MODE on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method INIT_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_USE_TOOLBAR Call by reference Type reference (TYPE) UXB_FLAG 20010520

Method INIT_TOOLBAR on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method INIT_TOOLBAR_CHANGE Signature

Method INIT_TOOLBAR_CHANGE on class CL_UXB_ALV_TREE_HANDLER has no parameter.
Method INIT_TOOLBAR_CHANGE on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method INIT_TOOLBAR_CHANGE_LATE Signature

Method INIT_TOOLBAR_CHANGE_LATE on class CL_UXB_ALV_TREE_HANDLER has no parameter.
Method INIT_TOOLBAR_CHANGE_LATE on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_AFTER_USER_COMMAND Signature

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

Method ON_AFTER_USER_COMMAND on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_BEFORE_USER_COMMAND Signature

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

Method ON_BEFORE_USER_COMMAND on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_BUTTON_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) 20010520
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20010520

Method ON_BUTTON_CLICK on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_CHECKBOX_CHANGE Signature

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

Method ON_CHECKBOX_CHANGE on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_DEFAULT_CONTEXT_MENU_REQUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MENU Call by reference Attribute reference (LIKE) 20010520

Method ON_DEFAULT_CONTEXT_MENU_REQUES on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_DEFAULT_CONTEXT_MENU_SELECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Attribute reference (LIKE) 20010520

Method ON_DEFAULT_CONTEXT_MENU_SELECT on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_DRAG Signature

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

Method ON_DRAG on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_DRAG_MULTIPLE Signature

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

Method ON_DRAG_MULTIPLE on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_DROP Signature

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

Method ON_DROP on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_DROP_COMPLETE Signature

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

Method ON_DROP_COMPLETE on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_DROP_COMPLETE_MULTIPLE Signature

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

Method ON_DROP_COMPLETE_MULTIPLE on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_DROP_GET_FLAVOR Signature

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

Method ON_DROP_GET_FLAVOR on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_EXPAND_NC Signature

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

Method ON_EXPAND_NC on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_HEADER_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) 20010520

Method ON_HEADER_CLICK on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_HEADER_CONTEXT_MENU Signature

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

Method ON_HEADER_CONTEXT_MENU on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_HEADER_CONTEXT_MENU_REQUEST Signature

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

Method ON_HEADER_CONTEXT_MENU_REQUEST on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_HEADER_CONTEXT_MENU_SELECT Signature

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

Method ON_HEADER_CONTEXT_MENU_SELECT on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_ITEM_CONTEXT_MENU_REQUEST Signature

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

Method ON_ITEM_CONTEXT_MENU_REQUEST on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_ITEM_CONTEXT_MENU_SELECTED Signature

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

Method ON_ITEM_CONTEXT_MENU_SELECTED on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_ITEM_DOUBLE_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) 20010520
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20010520

Method ON_ITEM_DOUBLE_CLICK on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_ITEM_KEYPRESS Signature

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

Method ON_ITEM_KEYPRESS on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_LINK_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) 20010520
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20010520

Method ON_LINK_CLICK on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_NODE_CONTEXT_MENU_REQUEST Signature

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

Method ON_NODE_CONTEXT_MENU_REQUEST on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_NODE_CONTEXT_MENU_SELECTED Signature

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

Method ON_NODE_CONTEXT_MENU_SELECTED on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_NODE_DOUBLE_CLICK Signature

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

Method ON_NODE_DOUBLE_CLICK on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_NODE_KEYPRESS Signature

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

Method ON_NODE_KEYPRESS on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_SELECTION_CHANGED Signature

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

Method ON_SELECTION_CHANGED on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_TOOLBAR_DROPDOWN_CLICKED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Attribute reference (LIKE) 20010520
2 Importing POSX Call by reference Attribute reference (LIKE) 20010520
3 Importing POSY Call by reference Attribute reference (LIKE) 20010520

Method ON_TOOLBAR_DROPDOWN_CLICKED on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_TOOLBAR_FUNCTION_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Attribute reference (LIKE) 20010520

Method ON_TOOLBAR_FUNCTION_SELECTED on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_TOP_OF_LIST Signature

Method ON_TOP_OF_LIST on class CL_UXB_ALV_TREE_HANDLER has no parameter.
Method ON_TOP_OF_LIST on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method ON_TOP_OF_PAGE Signature

Method ON_TOP_OF_PAGE on class CL_UXB_ALV_TREE_HANDLER has no parameter.
Method ON_TOP_OF_PAGE on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method OPTIMIZE_COLUMN_WIDTH Signature

Method OPTIMIZE_COLUMN_WIDTH on class CL_UXB_ALV_TREE_HANDLER has no parameter.
Method OPTIMIZE_COLUMN_WIDTH on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method REGISTER_EVENTS Signature

Method REGISTER_EVENTS on class CL_UXB_ALV_TREE_HANDLER has no parameter.
Method REGISTER_EVENTS on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method SELECT_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY 20010821

Method SELECT_NODE on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method SET_HANDLER Signature

Method SET_HANDLER on class CL_UXB_ALV_TREE_HANDLER has no parameter.
Method SET_HANDLER on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method SET_TABLE_FOR_FIRST_DISPLAY Signature

Method SET_TABLE_FOR_FIRST_DISPLAY on class CL_UXB_ALV_TREE_HANDLER has no parameter.
Method SET_TABLE_FOR_FIRST_DISPLAY on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method SET_TREE_FOCUS Signature

Method SET_TREE_FOCUS on class CL_UXB_ALV_TREE_HANDLER has no parameter.
Method SET_TREE_FOCUS on class CL_UXB_ALV_TREE_HANDLER has no exception.

Method UPDATE_FRONTEND_AND_FLUSH Signature

Method UPDATE_FRONTEND_AND_FLUSH on class CL_UXB_ALV_TREE_HANDLER has no parameter.
Method UPDATE_FRONTEND_AND_FLUSH on class CL_UXB_ALV_TREE_HANDLER has no exception.
History
Last changed by/on SAP  00000000 
SAP Release Created in 3.1A