SAP ABAP Class CL_UAC_GUI_ALV_TREE (Tree based on ALV Tree Control)
Hierarchy
FINBASIS (Software Component) Fin. Basis
   FIN-FB (Application Component) Financials Basis
     UAC_VIEW (Package) Views for MVC Pattern
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_UAC_GUI_COL_TREE_ABSTRACT Abstract Class for Column Tree Control 20031105
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_UAC_GUI_ALV_TREE Methods for ALV Tree 20031105
Properties
Class CL_UAC_GUI_ALV_TREE  
Short Description Tree based on ALV Tree Control    
Super Class CL_UAC_GUI_COL_TREE_ABSTRACT Abstract Class for Column Tree Control 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package UAC_VIEW   Views for MVC Pattern 
Created 20031105   SAP 
Last change 20041006   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CNTL Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_UAC_GUI_ALV_TREE Methods for ALV Tree 20031105
Friends
Class CL_UAC_GUI_ALV_TREE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CD_HIERARCHY_WIDTH Constant Private Type reference (TYPE) INT4 150 Natural Number 20031105
2 CD_MAX_COLUMNS Constant Private Type reference (TYPE) I 100 Maximum Number of Columns 20031105
3 MD_BACKEND_FCAT Instance attribute Private Type reference (TYPE) UAC_FLAG Analytical Cost Management: Indicator 20031105
4 MD_FRONTEND_UPDATE Instance attribute Private Type reference (TYPE) UAC_FLAG Analytical Cost Management: Indicator 20031105
5 MD_IS_FIRST_DISPLAYED Instance attribute Private Type reference (TYPE) UAC_FLAG True: set_table_for_first_display has been called 20031105
6 MR_ALV_TREE Instance attribute Private Object reference (TYPE REF TO) CL_GUI_ALV_TREE ALV Tree Control 20031105
7 MS_DREF_OUTTAB Instance attribute Private Object reference (TYPE REF TO) DATA Structure of outtab 20031105
8 MS_HIERARCHY_HEADER Instance attribute Private Type reference (TYPE) TREEV_HHDR Tree Control: Attributes of the Hierarchy Header 20031105
9 MT_COLUMNS Instance attribute Private Type reference (TYPE) TYPE_T_COLUMN Mapping Table Model <-> View 20031105
10 MT_DREF_OUTTAB Instance attribute Private Object reference (TYPE REF TO) DATA Outtab for ALV Tree 20031105
11 MT_FCAT Instance attribute Private Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20031105
12 MT_NODES Instance attribute Private Type reference (TYPE) TYPE_T_NODE Mapping Table Model <-> View 20031105
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20031105
2 DELETE_VIEW_COLUMN_ID Instance method Private Method Delete Column from my Column Table 20031105
3 DELETE_VIEW_NODE_ID Instance method Private Method Delete Node from my Node Table 20031105
4 GET_MODEL_COLUMN_ID Instance method Private Method Get ALV_id with model_id from nodes table 20031105
5 GET_MODEL_NODE_ID Instance method Private Method Get model ID with ALV ID from node table 20031105
6 GET_VIEW_COLUMN_ID Instance method Private Method Get ALV_id with model_id from nodes table 20031105
7 GET_VIEW_NODE_ID Instance method Private Method Get ALV_id with model_id from nodes table 20031105
8 INSERT_COLUMN_ID Instance method Private Method Insert Column into my Column Table 20031105
9 INSERT_NODE_ID Instance method Private Method Insert Node into my Node Table 20031105
10 ON_BEFORE_USER_COMMAND Instance method Private Event handling method Handler for event BEFORE_USER_COMMAND 20031105
11 ON_BUTTON_CLICK Instance method Private Event handling method Handler for event BUTTON_CLICK 20031105
12 ON_CHECKBOX_CHANGE Instance method Private Event handling method Handler for event CHECKBOX_CHANGE 20031105
13 ON_DEF_CTXT_MENU_REQ Instance method Private Event handling method Handler for event DEFAULT_CONTEXT_MENU_REQUEST 20031105
14 ON_DEF_CTXT_MENU_SEL Instance method Private Event handling method Handler for event DEFAULT_CONTEXT_MENU_SELECT 20031105
15 ON_EXPAND_NC Instance method Private Event handling method Handler for Event EXPAND_NC 20031105
16 ON_HEADER_CLICK Instance method Private Event handling method Handler for Event HEADER_CLICK 20031105
17 ON_HEADER_CTXT_MENU_REQ Instance method Private Event handling method Handler for Event HEADER_CONTEXT_MENU_REQUEST 20031105
18 ON_HEADER_CTXT_MENU_SEL Instance method Private Event handling method Handler for Event HEADER_CONTEXT_MENU_SELECT 20031105
19 ON_ITEM_CTXT_MENU_REQ Instance method Private Event handling method Handler for Event ITEM_CONTEXT_MENU_REQUEST 20031105
20 ON_ITEM_CTXT_MENU_SEL Instance method Private Event handling method Handler for Event ITEM_CONTEXT_MENU_SELECT 20031105
21 ON_ITEM_DOUBLE_CLICK Instance method Private Event handling method Handler for Event ITEM_DOUBLE_CLICK 20031105
22 ON_ITEM_KEYPRESS Instance method Private Event handling method Handler for Event ITEM_KEYPRESS 20031105
23 ON_LINK_CLICK Instance method Private Event handling method Handler for Event LINK_CLICK 20031105
24 ON_NODE_CTXT_MENU_REQ Instance method Private Event handling method Handler for Event NODE_CONTEXT_MENU_REQUEST 20031105
25 ON_NODE_CTXT_MENU_SEL Instance method Private Event handling method Handler for Event NODE_CONTEXT_MENU_SELECT 20031105
26 ON_NODE_DOUBLE_CLICK Instance method Private Event handling method Handler for Event NODE_DOUBLE_CLICK 20031105
27 ON_NODE_KEYPRESS Instance method Private Event handling method Handler for Event NODE_KEYPRESS 20031105
28 ON_NODE_SELECTED Instance method Private Event handling method Handler for Event SELECTION_CHANGED 20031105
29 SET_BACKEND_FCAT Instance method Public Method 20031105
30 SET_FRONTEND_UPDATE Instance method Public Method 20031105
31 VIEW_ADD_REGISTERED_EVENTS Instance method Private Method 20031105
32 VIEW_CHANGE_FCAT Instance method Private Method Change Fcat Properties 20031105
33 VIEW_FRONTEND_UPDATE Instance method Private Method 20031105
34 VIEW_GET_FCAT Instance method Private Method 20031105
35 VIEW_INIT_FCAT Instance method Private Method Initialize ALV Field Catalog from Tree Model 20031105
36 VIEW_INIT_OUTTAB Instance method Private Method Initialize ALV Outtab from Fcat 20031105
37 VIEW_SETUP_EVENT_HANDLING Instance method Private Method Register Events at View and Set my Event Handlers 20031105
38 VIEW_SET_FCAT Instance method Private Method 20031105
39 VIEW_SET_HIERARCHY_HEADER Instance method Private Method Set Header of Hierarchy Column 20031105
40 _ON_DRAG Instance method Private Event handling method Handler for Event ON_DRAG 20031105
41 _ON_DRAG_MULTIPLE Instance method Private Event handling method Handler for Event ON_DRAG_MULTIPLE 20031105
42 _ON_DROP Instance method Private Event handling method Handler for Event ON_DROP 20031105
43 _ON_DROP_COMPLETE Instance method Private Event handling method Handler for Event ON_DROP_COMPLETE 20031105
44 _ON_DROP_COMPLETE_MULTIPLE Instance method Private Event handling method Handler for Event ON_DROP_COMPLETE_MULTIPLE 20031105
45 _ON_DROP_GET_FLAVOR Instance method Private Event handling method Handler for Event ON_DROP_GET_FLAVOR 20031105
Events
Class CL_UAC_GUI_ALV_TREE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYPE_T_COLUMN Protected See coding 20031105
2 TYPE_T_NODE Protected See coding 20031105
3 TYP_S_COLUMN Protected See coding 20031105
4 TYP_S_NODE Protected See coding 20031105
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_CLASS_ID Call by reference Type reference (TYPE) STRING 20031105
2 Importing ID_EXPAND_NO_CHILDREN Call by reference Type reference (TYPE) UAC_FLAG Analytical Cost Management: Flag 20031105
3 Importing ID_IS_EDITABLE Call by reference Type reference (TYPE) UAC_FLAG Analytical Cost Management: Flag 20031105
4 Importing ID_LIFETIME Call by reference Type reference (TYPE) I 20031105
5 Importing ID_MULTI_SELECTION Call by reference Type reference (TYPE) UAC_FLAG Analytical Cost Management: Flag 20031105
6 Importing ID_NAME Call by reference Type reference (TYPE) STRING 20031105
7 Importing ID_NO_TOOLBAR Call by reference Type reference (TYPE) UAC_FLAG TRUE Analytical Cost Management: Flag 20031105
8 Importing ID_STYLE Call by reference Type reference (TYPE) I 20031105
9 Importing ID_TREE_ID Call by reference Type reference (TYPE) UAC_TREE_ID 20031105
10 Importing IR_CONVERTER Call by reference Object reference (TYPE REF TO) IF_UAC_TREE_CONVERTER Konverter für Daten von und nach Char128 20031105
11 Importing IR_CTXT_MENU_MANAGER Call by reference Object reference (TYPE REF TO) IF_UAC_CTXT_MENU_MANAGER 20031105
12 Importing IR_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Abstracter Container fuer GUI Controls 20031105
13 Importing IR_STYLE_MANAGER Call by reference Object reference (TYPE REF TO) IF_UAC_TREE_STYLE_MANAGER 20031105
14 Importing IR_TREE_MODEL Call by reference Object reference (TYPE REF TO) IF_UAC_TREE_MODEL 20031105
# Exception Resumable Description Created on
1 CNTL_ERROR 20031105
2 GUI_TYPE_NOT_SUPPORTED 20031105

Method DELETE_VIEW_COLUMN_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_VIEW_COLUMN_ID Call by reference Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20031105

Method DELETE_VIEW_COLUMN_ID on class CL_UAC_GUI_ALV_TREE has no exception.

Method DELETE_VIEW_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_VIEW_NODE_ID Call by reference Type reference (TYPE) LVC_NKEY ALV-Tree-Control: Node-key 20031105

Method DELETE_VIEW_NODE_ID on class CL_UAC_GUI_ALV_TREE has no exception.

Method GET_MODEL_COLUMN_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_VIEW_COLUMN_ID Value transfer Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20031105
2 Returning RD_MODEL_COLUMN_ID Value transfer Type reference (TYPE) UAC_COLUMN_ID Analytical Cost Management: ID einer Spalte 20031105

Method GET_MODEL_COLUMN_ID on class CL_UAC_GUI_ALV_TREE has no exception.

Method GET_MODEL_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_VIEW_NODE_ID Call by reference Type reference (TYPE) LVC_NKEY ALV-Tree-Control: Node-key 20031105
2 Returning RD_MODEL_NODE_ID Value transfer Type reference (TYPE) UAC_NODE_ID Analytical Cost Management: ID eines Knotens 20031105

Method GET_MODEL_NODE_ID on class CL_UAC_GUI_ALV_TREE has no exception.

Method GET_VIEW_COLUMN_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_MODEL_COLUMN_ID Call by reference Type reference (TYPE) UAC_COLUMN_ID Analytical Cost Management: ID einer Spalte 20031105
2 Returning RD_VIEW_COLUMN_ID Value transfer Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20031105

Method GET_VIEW_COLUMN_ID on class CL_UAC_GUI_ALV_TREE has no exception.

Method GET_VIEW_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_MODEL_NODE_ID Call by reference Type reference (TYPE) UAC_NODE_ID Analytical Cost Management: ID eines Knotens 20031105
2 Returning RD_VIEW_NODE_ID Value transfer Type reference (TYPE) LVC_NKEY ALV-Tree-Control: Node-key 20031105

Method GET_VIEW_NODE_ID on class CL_UAC_GUI_ALV_TREE has no exception.

Method INSERT_COLUMN_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_MODEL_COLUMN_ID Call by reference Type reference (TYPE) UAC_COLUMN_ID Analytical Cost Management: ID einer Spalte 20031105
2 Importing ID_VIEW_COLUMN_ID Call by reference Type reference (TYPE) LVC_FNAME ALV-Control: Feldname internes Tabellenfeld 20031105

Method INSERT_COLUMN_ID on class CL_UAC_GUI_ALV_TREE has no exception.

Method INSERT_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_MODEL_NODE_ID Call by reference Type reference (TYPE) UAC_NODE_ID Analytical Cost Management: ID eines Knotens 20031105
2 Importing ID_VIEW_NODE_ID Call by reference Type reference (TYPE) LVC_NKEY ALV-Tree-Control: Node-key 20031105

Method INSERT_NODE_ID on class CL_UAC_GUI_ALV_TREE 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 Value transfer Attribute reference (LIKE) 20031105

Method ON_BEFORE_USER_COMMAND on class CL_UAC_GUI_ALV_TREE 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 Value transfer Attribute reference (LIKE) 20031105
2 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20031105

Method ON_BUTTON_CLICK on class CL_UAC_GUI_ALV_TREE has no exception.

Method ON_CHECKBOX_CHANGE Signature

Method ON_CHECKBOX_CHANGE on class CL_UAC_GUI_ALV_TREE has no parameter.
Method ON_CHECKBOX_CHANGE on class CL_UAC_GUI_ALV_TREE has no exception.

Method ON_DEF_CTXT_MENU_REQ Signature

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

Method ON_DEF_CTXT_MENU_REQ on class CL_UAC_GUI_ALV_TREE has no exception.

Method ON_DEF_CTXT_MENU_SEL Signature

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

Method ON_DEF_CTXT_MENU_SEL on class CL_UAC_GUI_ALV_TREE 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 Value transfer Attribute reference (LIKE) 20031105

Method ON_EXPAND_NC on class CL_UAC_GUI_ALV_TREE 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 Value transfer Attribute reference (LIKE) 20031105

Method ON_HEADER_CLICK on class CL_UAC_GUI_ALV_TREE has no exception.

Method ON_HEADER_CTXT_MENU_REQ Signature

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

Method ON_HEADER_CTXT_MENU_REQ on class CL_UAC_GUI_ALV_TREE has no exception.

Method ON_HEADER_CTXT_MENU_SEL Signature

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

Method ON_HEADER_CTXT_MENU_SEL on class CL_UAC_GUI_ALV_TREE has no exception.

Method ON_ITEM_CTXT_MENU_REQ Signature

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

Method ON_ITEM_CTXT_MENU_REQ on class CL_UAC_GUI_ALV_TREE has no exception.

Method ON_ITEM_CTXT_MENU_SEL Signature

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

Method ON_ITEM_CTXT_MENU_SEL on class CL_UAC_GUI_ALV_TREE 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 Value transfer Attribute reference (LIKE) 20031105
2 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20031105

Method ON_ITEM_DOUBLE_CLICK on class CL_UAC_GUI_ALV_TREE 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 Value transfer Attribute reference (LIKE) 20031105
2 Importing KEY Value transfer Attribute reference (LIKE) 20031105
3 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20031105

Method ON_ITEM_KEYPRESS on class CL_UAC_GUI_ALV_TREE 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 Value transfer Attribute reference (LIKE) 20031105
2 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20031105

Method ON_LINK_CLICK on class CL_UAC_GUI_ALV_TREE has no exception.

Method ON_NODE_CTXT_MENU_REQ Signature

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

Method ON_NODE_CTXT_MENU_REQ on class CL_UAC_GUI_ALV_TREE has no exception.

Method ON_NODE_CTXT_MENU_SEL Signature

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

Method ON_NODE_CTXT_MENU_SEL on class CL_UAC_GUI_ALV_TREE 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 Value transfer Attribute reference (LIKE) 20031105

Method ON_NODE_DOUBLE_CLICK on class CL_UAC_GUI_ALV_TREE 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 Value transfer Attribute reference (LIKE) 20031105
2 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20031105

Method ON_NODE_KEYPRESS on class CL_UAC_GUI_ALV_TREE 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_KEY Value transfer Attribute reference (LIKE) 20031105

Method ON_NODE_SELECTED on class CL_UAC_GUI_ALV_TREE has no exception.

Method SET_BACKEND_FCAT Signature

Method SET_BACKEND_FCAT on class CL_UAC_GUI_ALV_TREE has no parameter.
Method SET_BACKEND_FCAT on class CL_UAC_GUI_ALV_TREE has no exception.

Method SET_FRONTEND_UPDATE Signature

Method SET_FRONTEND_UPDATE on class CL_UAC_GUI_ALV_TREE has no parameter.
Method SET_FRONTEND_UPDATE on class CL_UAC_GUI_ALV_TREE has no exception.

Method VIEW_ADD_REGISTERED_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_TREE Call by reference Object reference (TYPE REF TO) OBJECT tree object 20031105
2 Importing IT_EVENT Value transfer Type reference (TYPE) CNTL_SIMPLE_EVENTS 20031105
# Exception Resumable Description Created on
1 CNTL_ERROR 20031105

Method VIEW_CHANGE_FCAT 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 Analytical Cost Management: ID einer Spalte 20031105
2 Importing ID_HIDE Call by reference Type reference (TYPE) UAC_FLAG Analytical Cost Management: Flag 20031105
3 Importing ID_ORDER Call by reference Type reference (TYPE) UAC_FLAG Analytical Cost Management: Flag 20031105
4 Importing ID_REMOVE Call by reference Type reference (TYPE) UAC_FLAG Analytical Cost Management: Flag 20031105
5 Importing ID_VALUE Call by reference Type reference (TYPE) UAC_VALUE Analytical Cost Management: Wert 20031105
6 Importing ID_WIDTH Call by reference Type reference (TYPE) I 20031105
7 Importing IT_COLUMN_ID Call by reference Type reference (TYPE) UAC_T_COLUMN_ID Analytical Cost Management: Spalten-ID 20031105
# Exception Resumable Description Created on
1 CNTL_ERROR CNTL_ERROR 20031105
2 COLUMN_NOT_FOUND COLUMN_NOT_FOUND 20031105

Method VIEW_FRONTEND_UPDATE Signature

Method VIEW_FRONTEND_UPDATE on class CL_UAC_GUI_ALV_TREE has no parameter.
Method VIEW_FRONTEND_UPDATE on class CL_UAC_GUI_ALV_TREE has no exception.

Method VIEW_GET_FCAT Signature

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

Method VIEW_GET_FCAT on class CL_UAC_GUI_ALV_TREE has no exception.

Method VIEW_INIT_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FCAT Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20031105
# Exception Resumable Description Created on
1 CONVERSION_ERROR 20031105

Method VIEW_INIT_OUTTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DREF_OUTTAB Call by reference Object reference (TYPE REF TO) DATA 20031105
2 Exporting ET_DREF_OUTTAB Call by reference Object reference (TYPE REF TO) DATA 20031105
3 Importing IT_FCAT Call by reference Type reference (TYPE) LVC_T_FCAT 20031105

Method VIEW_INIT_OUTTAB on class CL_UAC_GUI_ALV_TREE has no exception.

Method VIEW_SETUP_EVENT_HANDLING Signature

Method VIEW_SETUP_EVENT_HANDLING on class CL_UAC_GUI_ALV_TREE has no parameter.
# Exception Resumable Description Created on
1 CNTL_ERROR 20031105

Method VIEW_SET_FCAT Signature

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

Method VIEW_SET_FCAT on class CL_UAC_GUI_ALV_TREE has no exception.

Method VIEW_SET_HIERARCHY_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_HIERARCHY_HEADER Call by reference Type reference (TYPE) TREEV_HHDR Tree Control: Eigenschaften des Hierarchie Headers 20031105
# Exception Resumable Description Created on
1 CONVERSION_ERROR 20031105

Method _ON_DRAG Signature

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

Method _ON_DRAG on class CL_UAC_GUI_ALV_TREE 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 Value transfer Attribute reference (LIKE) 20031105
2 Importing FIELDNAME Value transfer Attribute reference (LIKE) 20031105
3 Importing NODE_KEY_TABLE Value transfer Attribute reference (LIKE) 20031105

Method _ON_DRAG_MULTIPLE on class CL_UAC_GUI_ALV_TREE 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 Value transfer Attribute reference (LIKE) 20031105
2 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20031105

Method _ON_DROP on class CL_UAC_GUI_ALV_TREE 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 Value transfer Attribute reference (LIKE) 20031105
2 Importing FIELDNAME Value transfer Attribute reference (LIKE) 20031105
3 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20031105

Method _ON_DROP_COMPLETE on class CL_UAC_GUI_ALV_TREE 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 Value transfer Attribute reference (LIKE) 20031105
2 Importing FIELDNAME Value transfer Attribute reference (LIKE) 20031105
3 Importing NODE_KEY_TABLE Value transfer Attribute reference (LIKE) 20031105

Method _ON_DROP_COMPLETE_MULTIPLE on class CL_UAC_GUI_ALV_TREE 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 Value transfer Attribute reference (LIKE) 20031105
2 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20031105

Method _ON_DROP_GET_FLAVOR on class CL_UAC_GUI_ALV_TREE has no exception.
History
Last changed by/on SAP  20041006 
SAP Release Created in 300