SAP ABAP Interface IF_UAC_TREE_HANDLER (IF w callback methods for standard tree events)
Hierarchy
FINBASIS (Software Component) Fin. Basis
   FIN-FB (Application Component) Financials Basis
     UAC_VIEW (Package) Views for MVC Pattern
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_UAC_ETREE_HANDLER Composite: tree, group ( for Edit-Control ) 20020221
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UAC_GUI_HANDLER Handler for Events of Assignment Control 20030210
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_EVENT_HANDLER Event Handler (View Callbacks) 20020705
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_UA_FORMULA_GUI_HANDLER Formula Builder: Event Handler for Tree View 20021125
Properties
Interface IF_UAC_TREE_HANDLER  
Short Description IF w callback methods for standard tree events    
General Data
Package UAC_VIEW   Views for MVC Pattern 
Created 20020218   SAP 
Last changed 20041209   SAP 
Unicode checks active    
Forward declarations
Interface IF_UAC_TREE_HANDLER has no forward declaration.
Interfaces
Interface IF_UAC_TREE_HANDLER has no interface.
Friends
Interface IF_UAC_TREE_HANDLER has no friend.
Attributes
Interface IF_UAC_TREE_HANDLER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_CELL_VALUE Instance method Public Method CHECK_CELL_VALUE 20020218
2 CHECK_NODE_VALUE Instance method Public Method CHECK_NODE_VALUE 20020218
3 GET_DROPDOWN_MENU Instance method Public Method GET_DROPDOWN_MENU 20020218
4 ON_CELL_DOUBLE_CLICK Instance method Public Event handling method ON_CELL_DOUBLE_CLICK 20020218
5 ON_CELL_DROPDOWN_SELECTED Instance method Public Method ON_CELL_DROPDOWN_SELECTED 20020218
6 ON_CELL_KEYPRESSED Instance method Public Event handling method ON_CELL_KEYPRESSED 20020218
7 ON_CELL_SELECTED Instance method Public Event handling method ON_CELL_SELECTED 20020218
8 ON_COLUMN_DOUBLE_CLICK Instance method Public Event handling method ON_COLUMN_DOUBLE_CLICK 20020218
9 ON_COLUMN_ORDER_CHANGED Instance method Public Event handling method ON_COLUMN_ORDER_CHANGED 20020218
10 ON_DRAG Instance method Public Event handling method ON_DRAG 20020218
11 ON_DRAG_MULTIPLE Instance method Public Event handling method ON_DRAG_MULTIPLE 20020218
12 ON_DROP Instance method Public Event handling method ON_DROP 20020218
13 ON_DROP_COMPLETE Instance method Public Event handling method ON_DROP_COMPLETE 20020218
14 ON_DROP_COMPLETE_MULTIPLE Instance method Public Event handling method ON_DROP_COMPLETE_MULTIPLE 20020218
15 ON_DROP_GET_FLAVOR Instance method Public Event handling method ON_DROP_GET_FLAVOR 20020218
16 ON_MULTI_SELECTION_CHANGE Instance method Public Event handling method ON_MULTI_SELECTION_CHANGE 20020218
17 ON_NODE_DOUBLE_CLICK Instance method Public Event handling method ON_NODE_DOUBLE_CLICK 20020218
18 ON_NODE_KEYPRESSED Instance method Public Event handling method ON_NODE_KEYPRESSED 20020218
19 ON_NODE_SELECTED Instance method Public Event handling method ON_NODE_SELECTED 20020218
20 ON_SORT_ORDER_CHANGED Instance method Public Event handling method ON_SORT_ORDER_CHANGED 20020218
Events
Interface IF_UAC_TREE_HANDLER has no event.
Types
Interface IF_UAC_TREE_HANDLER has no local type.
Method Signatures

Method CHECK_CELL_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_ACCEPTED Call by reference Type reference (TYPE) UAC_FLAG ED_ACCEPTED 20040823
2 Exporting ES_MESSAGE Call by reference Type reference (TYPE) UAC_S_MESSAGE Analytical Cost Management: Meldungen 20040823
3 Importing ID_COLUMN_ID Call by reference Type reference (TYPE) UAC_COLUMN_ID ID_COLUMN_ID 20020218
4 Importing ID_NEW_VALUE Call by reference Type reference (TYPE) ANY ID_NEW_VALUE 20020218
5 Importing ID_NEW_VALUE_C Call by reference Type reference (TYPE) UAC_VALUE ID_NEW_VALUE_C 20020218
6 Importing ID_NODE_ID Call by reference Type reference (TYPE) UAC_NODE_ID ID_NODE_ID 20020218

Method CHECK_CELL_VALUE on Interface IF_UAC_TREE_HANDLER has no exception.

Method CHECK_NODE_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ED_ACCEPTED Call by reference Type reference (TYPE) UAC_FLAG ED_ACCEPTED 20040823
2 Exporting ES_MESSAGE Call by reference Type reference (TYPE) UAC_S_MESSAGE Analytical Cost Management: Meldungen 20040823
3 Importing ID_NEW_VALUE Call by reference Type reference (TYPE) ANY ID_NEW_VALUE 20020218
4 Importing ID_NEW_VALUE_C Call by reference Type reference (TYPE) UAC_VALUE ID_NEW_VALUE_C 20020218
5 Importing ID_NODE_ID Call by reference Type reference (TYPE) UAC_NODE_ID ID_NODE_ID 20020218

Method CHECK_NODE_VALUE on Interface IF_UAC_TREE_HANDLER has no exception.

Method GET_DROPDOWN_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_COMBOBOX Call by reference Type reference (TYPE) UAC_T_COMBOBOX ET_COMBOBOX 20020218
2 Importing ID_COLUMN_ID Call by reference Type reference (TYPE) UAC_COLUMN_ID ID_COLUMN_ID 20020218
3 Importing ID_NODE_ID Call by reference Type reference (TYPE) UAC_NODE_ID ID_NODE_ID 20020218
4 Importing IR_SENDER Call by reference Object reference (TYPE REF TO) IF_UAC_GUI_TREE IR_SENDER 20020404

Method GET_DROPDOWN_MENU on Interface IF_UAC_TREE_HANDLER has no exception.

Method ON_CELL_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN_ID Call by reference Attribute reference (LIKE) 20020218
2 Importing NODE_ID Call by reference Attribute reference (LIKE) 20020218
3 Importing SENDER Call by reference Attribute reference (LIKE) 20020218

Method ON_CELL_DOUBLE_CLICK on Interface IF_UAC_TREE_HANDLER has no exception.

Method ON_CELL_DROPDOWN_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IDREF_VALUE Call by reference Object reference (TYPE REF TO) DATA IDREF_VALUE 20020923
2 Importing ID_COLUMN_ID Call by reference Type reference (TYPE) UAC_COLUMN_ID ID_COLUMN_ID 20020218
3 Importing ID_FCODE Call by reference Type reference (TYPE) UAC_MENU_FUNCTION_CODE ID_FCODE 20020218
4 Importing ID_NODE_ID Call by reference Type reference (TYPE) UAC_NODE_ID ID_NODE_ID 20020218

Method ON_CELL_DROPDOWN_SELECTED on Interface IF_UAC_TREE_HANDLER has no exception.

Method ON_CELL_KEYPRESSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN_ID Call by reference Attribute reference (LIKE) 20020218
2 Importing KEY_ID Call by reference Attribute reference (LIKE) 20020218
3 Importing NODE_ID Call by reference Attribute reference (LIKE) 20020218
4 Importing SENDER Call by reference Attribute reference (LIKE) 20020404

Method ON_CELL_KEYPRESSED on Interface IF_UAC_TREE_HANDLER has no exception.

Method ON_CELL_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN_ID Call by reference Attribute reference (LIKE) 20020218
2 Importing NODE_ID Call by reference Attribute reference (LIKE) 20020218
3 Importing SENDER Call by reference Attribute reference (LIKE) 20020218

Method ON_CELL_SELECTED on Interface IF_UAC_TREE_HANDLER has no exception.

Method ON_COLUMN_DOUBLE_CLICK Signature

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

Method ON_COLUMN_DOUBLE_CLICK on Interface IF_UAC_TREE_HANDLER has no exception.

Method ON_COLUMN_ORDER_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN_ID Call by reference Attribute reference (LIKE) 20020218
2 Importing LEFT_COLUMN_ID Call by reference Attribute reference (LIKE) 20020218
3 Importing SENDER Call by reference Attribute reference (LIKE) 20020218

Method ON_COLUMN_ORDER_CHANGED on Interface IF_UAC_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 COLUMN_ID Call by reference Attribute reference (LIKE) 20020218
2 Importing DND_OBJECT Call by reference Attribute reference (LIKE) 20020218
3 Importing NODE_ID Call by reference Attribute reference (LIKE) 20020218
4 Importing SENDER Call by reference Attribute reference (LIKE) 20020218

Method ON_DRAG on Interface IF_UAC_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 DND_OBJECT Call by reference Attribute reference (LIKE) 20020218
2 Importing SENDER Call by reference Attribute reference (LIKE) 20020218
3 Importing T_NODE_ID Call by reference Attribute reference (LIKE) 20020218

Method ON_DRAG_MULTIPLE on Interface IF_UAC_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 COLUMN_ID Call by reference Attribute reference (LIKE) 20020218
2 Importing DND_OBJECT Call by reference Attribute reference (LIKE) 20020218
3 Importing NODE_ID Call by reference Attribute reference (LIKE) 20020218
4 Importing SENDER Call by reference Attribute reference (LIKE) 20020218

Method ON_DROP on Interface IF_UAC_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 COLUMN_ID Call by reference Attribute reference (LIKE) 20020218
2 Importing DND_OBJECT Call by reference Attribute reference (LIKE) 20020218
3 Importing NODE_ID Call by reference Attribute reference (LIKE) 20020218
4 Importing SENDER Call by reference Attribute reference (LIKE) 20020218

Method ON_DROP_COMPLETE on Interface IF_UAC_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 DND_OBJECT Call by reference Attribute reference (LIKE) 20020218
2 Importing SENDER Call by reference Attribute reference (LIKE) 20020218
3 Importing T_NODE_ID Call by reference Attribute reference (LIKE) 20020218

Method ON_DROP_COMPLETE_MULTIPLE on Interface IF_UAC_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 COLUMN_ID Call by reference Attribute reference (LIKE) 20020218
2 Importing DND_OBJECT Call by reference Attribute reference (LIKE) 20020218
3 Importing FLAVORS Call by reference Attribute reference (LIKE) 20020227
4 Importing NODE_ID Call by reference Attribute reference (LIKE) 20020218
5 Importing SENDER Call by reference Attribute reference (LIKE) 20020218

Method ON_DROP_GET_FLAVOR on Interface IF_UAC_TREE_HANDLER has no exception.

Method ON_MULTI_SELECTION_CHANGE Signature

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

Method ON_MULTI_SELECTION_CHANGE on Interface IF_UAC_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_ID Call by reference Attribute reference (LIKE) 20020218
2 Importing SENDER Call by reference Attribute reference (LIKE) 20020218

Method ON_NODE_DOUBLE_CLICK on Interface IF_UAC_TREE_HANDLER has no exception.

Method ON_NODE_KEYPRESSED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing KEY_ID Call by reference Attribute reference (LIKE) 20020218
2 Importing NODE_ID Call by reference Attribute reference (LIKE) 20020218
3 Importing SENDER Call by reference Attribute reference (LIKE) 20020218

Method ON_NODE_KEYPRESSED on Interface IF_UAC_TREE_HANDLER has no exception.

Method ON_NODE_SELECTED Signature

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

Method ON_NODE_SELECTED on Interface IF_UAC_TREE_HANDLER has no exception.

Method ON_SORT_ORDER_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN_ID Call by reference Attribute reference (LIKE) 20020218
2 Importing DESCENDING Call by reference Attribute reference (LIKE) 20020218
3 Importing SENDER Call by reference Attribute reference (LIKE) 20020218

Method ON_SORT_ORDER_CHANGED on Interface IF_UAC_TREE_HANDLER has no exception.
History
Last changed by/on SAP  20041209 
SAP Release Created in 3.1B