SAP ABAP Class CL_UAC_TREE_BASE_HANDLER (Eventhandler Class)
Hierarchy
FINBASIS (Software Component) Fin. Basis
   FIN-FB (Application Component) Financials Basis
     UAC_WRAPPER (Package) Wrapper for AssignmentCtrl.dll
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_UAC_TREE_ASSIGNMENT_HANDLER Eventhandler Basic Class (please derive) 20010429
Properties
Class CL_UAC_TREE_BASE_HANDLER  
Short Description Eventhandler Class    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UAC_WRAPPER   Wrapper for AssignmentCtrl.dll 
Created 20010429   SAP 
Last change 20041006   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)
Interfaces
Class CL_UAC_TREE_BASE_HANDLER has no interface implemented.
Friends
Class CL_UAC_TREE_BASE_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CD_CID_COLLAPSE_ALL Constant Public Type reference (TYPE) SYUCOMM '&UAC_BASE04' . 20010429
2 CD_CID_COLUMN_HIDE Constant Public Type reference (TYPE) SYUCOMM '&UAC_BASE05' . 20010429
3 CD_CID_COLUMN_OPTIMIZE Constant Public Type reference (TYPE) SYUCOMM '&UAC_BASE07' Screens, Function Code That Triggered PAI 20010504
4 CD_CID_COLUMN_UNHIDE_ALL Constant Public Type reference (TYPE) SYUCOMM '&UAC_BASE06' . 20010429
5 CD_CID_EXPAND_ALL Constant Public Type reference (TYPE) SYUCOMM '&UAC_BASE03' . 20010429
6 CD_CID_SUBTREE_COLLAPS Constant Public Type reference (TYPE) SYUCOMM '&UAC_BASE02' . 20010429
7 CD_CID_SUBTREE_EXPAND Constant Public Type reference (TYPE) SYUCOMM '&UAC_BASE01' . 20010429
8 MD_LAST_SELECTED Instance attribute Public Type reference (TYPE) CHAR8 . 20010429
9 MD_SELECTED_COLUMN Instance attribute Public Type reference (TYPE) UAC_COLUMN_ID . 20010429
10 MD_SELECTED_EDGE Instance attribute Public Type reference (TYPE) UAC_EDGE_ID . 20010429
11 MD_SELECTED_NODE Instance attribute Public Type reference (TYPE) UAC_NODE_ID . 20010429
12 MD_SELECTED_TREE Instance attribute Public Type reference (TYPE) UAC_TREE_ID . 20010429
13 MD_TREE1_ID Instance attribute Protected Type reference (TYPE) UAC_TREE_ID . 20010501
14 MR_BTREE Instance attribute Protected Object reference (TYPE REF TO) CL_UAC_GUI_TREE_BASE . 20010429
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20010429
2 GET_CELL_CONTEXT_MENU Instance method Public Method . 20010429
3 GET_COLUMN_CONTEXT_MENU Instance method Public Method . 20010429
4 GET_NODE_CONTEXT_MENU Instance method Public Method . 20010429
5 INITIALIZE Instance method Public Method . 20010430
6 INIT_DRAG_AND_DROP Instance method Protected Method 20011210
7 ON_CELL_CONTEXT_MENU_REQUESTED Instance method Public Event handling method . 20010429
8 ON_CELL_CONTEXT_MENU_SELECTED Instance method Public Event handling method . 20010429
9 ON_CELL_DOUBLE_CLICK Instance method Public Event handling method . 20010429
10 ON_CELL_DROPDOWN_REQUEST Instance method Public Event handling method 20010613
11 ON_CELL_DROPDOWN_SELECTD Instance method Public Event handling method 20010613
12 ON_CELL_KEYPRESSED Instance method Public Event handling method . 20010429
13 ON_CELL_SELECTED Instance method Public Event handling method . 20010429
14 ON_CELL_VALUE_CHANGED Instance method Public Event handling method . 20010429
15 ON_COLUMN_CONTEXT_MENU_REQUEST Instance method Public Event handling method . 20010429
16 ON_COLUMN_CONTEXT_MENU_SELECTD Instance method Public Event handling method . 20010429
17 ON_COLUMN_DOUBLE_CLICK Instance method Public Event handling method . 20010429
18 ON_COLUMN_ORDER_CHANGED Instance method Public Event handling method 20010522
19 ON_DRAG Instance method Public Event handling method . 20011210
20 ON_DRAG_MULTIPLE Instance method Public Event handling method 20011210
21 ON_DROP Instance method Public Event handling method 20011210
22 ON_DROP_COMPLETE Instance method Public Event handling method 20011210
23 ON_DROP_COMPLETE_MULTIPLE Instance method Public Event handling method 20011210
24 ON_DROP_GET_FLAVOR Instance method Public Event handling method 20011210
25 ON_NODE_CONTEXT_MENU_REQUEST Instance method Public Event handling method . 20010429
26 ON_NODE_CONTEXT_MENU_SELECTED Instance method Public Event handling method . 20010429
27 ON_NODE_DOUBLE_CLICK Instance method Public Event handling method . 20010429
28 ON_NODE_KEYPRESSED Instance method Public Event handling method . 20010429
29 ON_NODE_SELECTED Instance method Public Event handling method . 20010429
30 ON_NODE_VALUE_CHANGED Instance method Public Event handling method . 20010429
31 ON_OPEN_FOLDER_FOR_1ST_TIME Instance method Public Event handling method . 20010429
32 ON_SORT_ORDER_CHANGED Instance method Public Event handling method . 20010429
33 REGISTER_EVENTS Instance method Protected Method 20010501
34 SET_CELL_STYLES Instance method Protected Method . 20010606
35 SET_COLUMNS Instance method Protected Method . 20010430
36 SET_COLUMN_STYLES Instance method Protected Method . 20010430
37 SET_HANDLER Instance method Protected Method 20010501
38 SET_NODE_STYLES Instance method Protected Method . 20010430
Events
Class CL_UAC_TREE_BASE_HANDLER has no event.
Types
Class CL_UAC_TREE_BASE_HANDLER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_BASE_TREE Call by reference Object reference (TYPE REF TO) CL_UAC_GUI_TREE_BASE beliebige abgeleitete Klasse 20010429

Method CONSTRUCTOR on class CL_UAC_TREE_BASE_HANDLER has no exception.

Method GET_CELL_CONTEXT_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_COLUMN_ID Call by reference Type reference (TYPE) UAC_COLUMN_ID . 20010429
2 Importing ID_NODE_ID Call by reference Type reference (TYPE) UAC_NODE_ID . 20010429
3 Importing ID_TREE_ID Call by reference Type reference (TYPE) UAC_TREE_ID . 20010429
4 Returning RT_CONTEXT_MENU Value transfer Type reference (TYPE) UAC_T_CONTEXT_MENU . 20010429

Method GET_CELL_CONTEXT_MENU on class CL_UAC_TREE_BASE_HANDLER has no exception.

Method GET_COLUMN_CONTEXT_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_COLUMN_ID Call by reference Type reference (TYPE) UAC_COLUMN_ID . 20010429
2 Importing ID_TREE_ID Call by reference Type reference (TYPE) UAC_TREE_ID . 20010429
3 Returning RT_CONTEXT_MENU Value transfer Type reference (TYPE) UAC_T_CONTEXT_MENU . 20010429

Method GET_COLUMN_CONTEXT_MENU on class CL_UAC_TREE_BASE_HANDLER has no exception.

Method GET_NODE_CONTEXT_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_NODE_ID Call by reference Type reference (TYPE) UAC_NODE_ID . 20010429
2 Importing ID_TREE_ID Call by reference Type reference (TYPE) UAC_TREE_ID . 20010429
3 Returning RT_CONTEXT_MENU Value transfer Type reference (TYPE) UAC_T_CONTEXT_MENU . 20010429

Method GET_NODE_CONTEXT_MENU on class CL_UAC_TREE_BASE_HANDLER has no exception.

Method INITIALIZE Signature

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

Method INIT_DRAG_AND_DROP Signature

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

Method ON_CELL_CONTEXT_MENU_REQUESTED 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) 20010429
2 Importing NODE_ID Call by reference Attribute reference (LIKE) 20010429
3 Importing SENDER Call by reference Type reference (TYPE) 20010606
4 Importing TREE_ID Call by reference Attribute reference (LIKE) 20010429

Method ON_CELL_CONTEXT_MENU_REQUESTED on class CL_UAC_TREE_BASE_HANDLER has no exception.

Method ON_CELL_CONTEXT_MENU_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) 20010429
2 Importing FCODE Call by reference Attribute reference (LIKE) 20010429
3 Importing NODE_ID Call by reference Attribute reference (LIKE) 20010429
4 Importing SENDER Call by reference Type reference (TYPE) 20010606
5 Importing TREE_ID Call by reference Attribute reference (LIKE) 20010429

Method ON_CELL_CONTEXT_MENU_SELECTED on class CL_UAC_TREE_BASE_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) 20010429
2 Importing NODE_ID Call by reference Attribute reference (LIKE) 20010429
3 Importing SENDER Call by reference Type reference (TYPE) 20010606
4 Importing TREE_ID Call by reference Attribute reference (LIKE) 20010429

Method ON_CELL_DOUBLE_CLICK on class CL_UAC_TREE_BASE_HANDLER has no exception.

Method ON_CELL_DROPDOWN_REQUEST 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) 20010613
2 Importing NODE_ID Call by reference Attribute reference (LIKE) 20010613
3 Importing SENDER Call by reference Type reference (TYPE) 20010613
4 Importing TREE_ID Call by reference Attribute reference (LIKE) 20010613

Method ON_CELL_DROPDOWN_REQUEST on class CL_UAC_TREE_BASE_HANDLER has no exception.

Method ON_CELL_DROPDOWN_SELECTD 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) 20010619
2 Importing DROPDOWN_MENU_ID Call by reference Attribute reference (LIKE) 20010619
3 Importing FCODE Call by reference Attribute reference (LIKE) 20010619
4 Importing NEW_VALUE Call by reference Attribute reference (LIKE) 20010619
5 Importing NODE_ID Call by reference Attribute reference (LIKE) 20010619
6 Importing OLD_VALUE Call by reference Attribute reference (LIKE) 20010619
7 Importing SENDER Call by reference Type reference (TYPE) 20010619
8 Importing TREE_ID Call by reference Attribute reference (LIKE) 20010619

Method ON_CELL_DROPDOWN_SELECTD on class CL_UAC_TREE_BASE_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) 20010607
2 Importing KEY_ID Call by reference Attribute reference (LIKE) 20010607
3 Importing NODE_ID Call by reference Attribute reference (LIKE) 20010607
4 Importing SENDER Call by reference Type reference (TYPE) 20010606
5 Importing TREE_ID Call by reference Attribute reference (LIKE) 20010607

Method ON_CELL_KEYPRESSED on class CL_UAC_TREE_BASE_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) 20010429
2 Importing NODE_ID Call by reference Attribute reference (LIKE) 20010429
3 Importing SENDER Call by reference Type reference (TYPE) 20010606
4 Importing TREE_ID Call by reference Attribute reference (LIKE) 20010429

Method ON_CELL_SELECTED on class CL_UAC_TREE_BASE_HANDLER has no exception.

Method ON_CELL_VALUE_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) 20010429
2 Importing NEW_VALUE Call by reference Attribute reference (LIKE) 20010429
3 Importing NODE_ID Call by reference Attribute reference (LIKE) 20010429
4 Importing OLD_VALUE Call by reference Attribute reference (LIKE) 20010429
5 Importing SENDER Call by reference Type reference (TYPE) 20010606
6 Importing TREE_ID Call by reference Attribute reference (LIKE) 20010429

Method ON_CELL_VALUE_CHANGED on class CL_UAC_TREE_BASE_HANDLER has no exception.

Method ON_COLUMN_CONTEXT_MENU_REQUEST 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) 20010429
2 Importing SENDER Call by reference Type reference (TYPE) 20010606
3 Importing TREE_ID Call by reference Attribute reference (LIKE) 20010429

Method ON_COLUMN_CONTEXT_MENU_REQUEST on class CL_UAC_TREE_BASE_HANDLER has no exception.

Method ON_COLUMN_CONTEXT_MENU_SELECTD 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) 20010429
2 Importing FCODE Call by reference Attribute reference (LIKE) 20010429
3 Importing SENDER Call by reference Type reference (TYPE) 20010606
4 Importing TREE_ID Call by reference Attribute reference (LIKE) 20010429

Method ON_COLUMN_CONTEXT_MENU_SELECTD on class CL_UAC_TREE_BASE_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) 20010429
2 Importing SENDER Call by reference Type reference (TYPE) 20010606
3 Importing TREE_ID Call by reference Attribute reference (LIKE) 20010429

Method ON_COLUMN_DOUBLE_CLICK on class CL_UAC_TREE_BASE_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) 20010607
2 Importing LEFT_COLUMN_ID Call by reference Attribute reference (LIKE) 20010607
3 Importing SENDER Call by reference Type reference (TYPE) 20010606
4 Importing TREE_ID Call by reference Attribute reference (LIKE) 20010607

Method ON_COLUMN_ORDER_CHANGED on class CL_UAC_TREE_BASE_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) 20011210
2 Importing DND_OBJECT Call by reference Attribute reference (LIKE) 20011210
3 Importing NODE_ID Call by reference Attribute reference (LIKE) 20011210
4 Importing TREE_ID Call by reference Attribute reference (LIKE) 20011210

Method ON_DRAG on class CL_UAC_TREE_BASE_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) 20011210
2 Importing T_NODE_KEY Call by reference Attribute reference (LIKE) 20011210

Method ON_DRAG_MULTIPLE on class CL_UAC_TREE_BASE_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) 20011210
2 Importing DND_OBJECT Call by reference Attribute reference (LIKE) 20011210
3 Importing NODE_ID Call by reference Attribute reference (LIKE) 20011210
4 Importing TREE_ID Call by reference Attribute reference (LIKE) 20011210

Method ON_DROP on class CL_UAC_TREE_BASE_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) 20011210
2 Importing DND_OBJECT Call by reference Attribute reference (LIKE) 20011210
3 Importing NODE_ID Call by reference Attribute reference (LIKE) 20011210
4 Importing TREE_ID Call by reference Attribute reference (LIKE) 20011210

Method ON_DROP_COMPLETE on class CL_UAC_TREE_BASE_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) 20011210
2 Importing T_NODE_KEY Call by reference Attribute reference (LIKE) 20011210

Method ON_DROP_COMPLETE_MULTIPLE on class CL_UAC_TREE_BASE_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) 20011210
2 Importing DND_OBJECT Call by reference Attribute reference (LIKE) 20011210
3 Importing NODE_ID Call by reference Attribute reference (LIKE) 20011210
4 Importing TREE_ID Call by reference Attribute reference (LIKE) 20011210

Method ON_DROP_GET_FLAVOR on class CL_UAC_TREE_BASE_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 NODE_ID Call by reference Attribute reference (LIKE) 20010429
2 Importing SENDER Call by reference Type reference (TYPE) 20010606
3 Importing TREE_ID Call by reference Attribute reference (LIKE) 20010429

Method ON_NODE_CONTEXT_MENU_REQUEST on class CL_UAC_TREE_BASE_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) 20010429
2 Importing NODE_ID Call by reference Attribute reference (LIKE) 20010429
3 Importing SENDER Call by reference Type reference (TYPE) 20010606
4 Importing TREE_ID Call by reference Attribute reference (LIKE) 20010429

Method ON_NODE_CONTEXT_MENU_SELECTED on class CL_UAC_TREE_BASE_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) 20010429
2 Importing SENDER Call by reference Type reference (TYPE) 20010606
3 Importing TREE_ID Call by reference Attribute reference (LIKE) 20010429

Method ON_NODE_DOUBLE_CLICK on class CL_UAC_TREE_BASE_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) 20010429
2 Importing NODE_ID Call by reference Attribute reference (LIKE) 20010429
3 Importing SENDER Call by reference Type reference (TYPE) 20010606
4 Importing TREE_ID Call by reference Attribute reference (LIKE) 20010429

Method ON_NODE_KEYPRESSED on class CL_UAC_TREE_BASE_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) 20010429
2 Importing SENDER Call by reference Type reference (TYPE) >SENDER< 20010606
3 Importing TREE_ID Call by reference Attribute reference (LIKE) 20010429

Method ON_NODE_SELECTED on class CL_UAC_TREE_BASE_HANDLER has no exception.

Method ON_NODE_VALUE_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NEW_VALUE Call by reference Attribute reference (LIKE) 20010429
2 Importing NODE_ID Call by reference Attribute reference (LIKE) 20010429
3 Importing OLD_VALUE Call by reference Attribute reference (LIKE) 20010429
4 Importing SENDER Call by reference Type reference (TYPE) 20010606
5 Importing TREE_ID Call by reference Attribute reference (LIKE) 20010429

Method ON_NODE_VALUE_CHANGED on class CL_UAC_TREE_BASE_HANDLER has no exception.

Method ON_OPEN_FOLDER_FOR_1ST_TIME 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) 20010429
2 Importing SENDER Call by reference Type reference (TYPE) 20010606
3 Importing TREE_ID Call by reference Attribute reference (LIKE) 20010429

Method ON_OPEN_FOLDER_FOR_1ST_TIME on class CL_UAC_TREE_BASE_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) 20010429
2 Importing DESCENDING Call by reference Attribute reference (LIKE) 20010429
3 Importing SENDER Call by reference Type reference (TYPE) 20010606
4 Importing TREE_ID Call by reference Attribute reference (LIKE) 20010429

Method ON_SORT_ORDER_CHANGED on class CL_UAC_TREE_BASE_HANDLER has no exception.

Method REGISTER_EVENTS Signature

Method REGISTER_EVENTS on class CL_UAC_TREE_BASE_HANDLER has no parameter.
# Exception Resumable Description Created on
1 CNTL_ERROR 20010501

Method SET_CELL_STYLES Signature

Method SET_CELL_STYLES on class CL_UAC_TREE_BASE_HANDLER has no parameter.
# Exception Resumable Description Created on
1 FAILED . 20010606

Method SET_COLUMNS Signature

Method SET_COLUMNS on class CL_UAC_TREE_BASE_HANDLER has no parameter.
# Exception Resumable Description Created on
1 FAILED . 20010430

Method SET_COLUMN_STYLES Signature

Method SET_COLUMN_STYLES on class CL_UAC_TREE_BASE_HANDLER has no parameter.
# Exception Resumable Description Created on
1 FAILED . 20010430

Method SET_HANDLER Signature

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

Method SET_NODE_STYLES Signature

Method SET_NODE_STYLES on class CL_UAC_TREE_BASE_HANDLER has no parameter.
# Exception Resumable Description Created on
1 FAILED . 20010430
History
Last changed by/on SAP  20041006 
SAP Release Created in 3.0A