SAP ABAP Class CL_DB6_COLUMN_TREE (DB6: simple column tree abstraction)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB (Application Component) Database Interface, Database Platforms
     SDBA_RUNTIME (Package) DBA Cockpit: Runtime
Properties
Class CL_DB6_COLUMN_TREE  
Short Description DB6: simple column tree abstraction    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SDBA_RUNTIME   DBA Cockpit: Runtime 
Created 20050301   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_GUI_COLUMN_TREE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 DB6CC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 DB6CI Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_DB6_COLUMN_TREE has no interface implemented.
Friends
Class CL_DB6_COLUMN_TREE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ATTR Instance attribute Public Type reference (TYPE) DBA_COLUMN_TREE DBA Cockpit: Column Tree 20050301
2 CMD_COLLAPSE Constant Public Type reference (TYPE) SYUCOMM 'COLLAPSE' Function Code that Triggered PAI 20081216
3 CMD_DESELECT_ALL Constant Public Type reference (TYPE) SYUCOMM 'DESEL_ALL' Function Code that Triggered PAI 20081216
4 CMD_EXPAND Constant Public Type reference (TYPE) SYUCOMM 'EXPAND' Function Code that Triggered PAI 20081216
5 CMD_FILTER Constant Public Type reference (TYPE) SYUCOMM 'FILTER' Function Code that Triggered PAI 20110523
6 CMD_SELECT_ALL Constant Public Type reference (TYPE) SYUCOMM 'SEL_ALL' Function Code that Triggered PAI 20081216
7 CMD_SEPARATOR Constant Public Type reference (TYPE) SYUCOMM '&SEPARATOR&' Function code that PAI triggered 20100916
8 CONTAINER_SUPPLIED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20050520
9 EXPANDED_NODES Instance attribute Private Type reference (TYPE) TREEV_NKS Tree Control: Table with Node Keys 20081106
10 HIERARCHY_COLUMN Constant Public Type reference (TYPE) TV_ITMNAME 'treeObject' Tree Control: Column Name / Item Name 20050301
11 SELECTED_NODES Instance attribute Private Type reference (TYPE) TREEV_NKS Tree Control: Table with Node Keys 20081028
12 SELECTION_MODE Instance attribute Public Type reference (TYPE) I 20081028
13 TOP_NODE Instance attribute Private Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20081126
14 WEBDYNPRO_CALLED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20050301
Methods
# Method Level Visibility Method type Description Created on
1 CLEAR_SELECTION_SET Instance method Public Method 20081029
2 COLLAPSE_ALL_NODES Instance method Public Method 20081216
3 COLLAPSE_NODES Instance method Public Method 20110916
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20050301
5 EXPAND_NODES Instance method Public Method 20081105
6 EXPAND_ROOT_NODES Instance method Public Method 20081127
7 EXPAND_SUBNODES Instance method Private Method 20081127
8 FREE Instance method Public Method free all objects 20050301
9 GET_EXPANDED_NODES Instance method Public Method 20081105
10 GET_SELECTED_NODES Instance method Public Method 20081028
11 GET_TOP_NODE Instance method Public Method 20081126
12 IS_EXPANDED Instance method Public Method 20081106
13 ITEM_SET_CHOSEN Instance method Public Method 20081215
14 REFRESH Instance method Public Method refresh ALV tree 20050301
15 RESET_NODES Instance method Public Method remove all nodes from tree 20060710
16 SELECT_NODES Instance method Public Method 20081216
17 SET_SELECTED_NODE Instance method Public Method 20081028
18 SET_TOP_NODE Instance method Public Method 20081126
19 UNSELECT_ALL Instance method Public Method 20081216
Events
Class CL_DB6_COLUMN_TREE has no event.
Types
Class CL_DB6_COLUMN_TREE has no local type.
Method Signatures

Method CLEAR_SELECTION_SET Signature

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

Method COLLAPSE_ALL_NODES Signature

Method COLLAPSE_ALL_NODES on class CL_DB6_COLUMN_TREE has no parameter.
Method COLLAPSE_ALL_NODES on class CL_DB6_COLUMN_TREE has no exception.

Method COLLAPSE_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODES Call by reference Type reference (TYPE) TREEV_NKS Tree Control: Table with Node Keys 20110916

Method COLLAPSE_NODES on class CL_DB6_COLUMN_TREE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Behälter für Custom Controls im Bildbereich 20050512
2 Importing DYNPRO_FIELD Call by reference Type reference (TYPE) C 20050301
3 Importing HEADER Call by reference Type reference (TYPE) TREEV_HHDR Tree Control: Attribute des Hierarchie-Headers 20050301
4 Importing NODE_SELECTION_MODE Call by reference Type reference (TYPE) I CL_GUI_COLUMN_TREE=>NODE_SEL_MODE_SINGLE 20080213
5 Importing WEBDYNPRO_CALLED Call by reference Type reference (TYPE) ABAP_BOOL 20050301

Method CONSTRUCTOR on class CL_DB6_COLUMN_TREE has no exception.

Method EXPAND_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXPANDED_NODES Call by reference Type reference (TYPE) TREEV_NKS Tree Control: Table with Node Keys 20081105

Method EXPAND_NODES on class CL_DB6_COLUMN_TREE has no exception.

Method EXPAND_ROOT_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXPAND_SUBTREE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20081127
2 Importing LEVEL_COUNT Call by reference Type reference (TYPE) I 20081127

Method EXPAND_ROOT_NODES on class CL_DB6_COLUMN_TREE has no exception.

Method EXPAND_SUBNODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EXPAND_SUBTREE Call by reference Type reference (TYPE) ABAP_BOOL 20081127
2 Importing LEVEL_COUNT Call by reference Type reference (TYPE) I 20081127
3 Importing PARENT_NODE Call by reference Type reference (TYPE) TV_NODEKEY 20081127

Method EXPAND_SUBNODES on class CL_DB6_COLUMN_TREE has no exception.

Method FREE Signature

Method FREE on class CL_DB6_COLUMN_TREE has no parameter.
Method FREE on class CL_DB6_COLUMN_TREE has no exception.

Method GET_EXPANDED_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXPANDED_NODES Value transfer Type reference (TYPE) TREEV_NKS Tree Control: Table with Node Keys 20081105

Method GET_EXPANDED_NODES on class CL_DB6_COLUMN_TREE has no exception.

Method GET_SELECTED_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning NODE_KEY_LIST Value transfer Type reference (TYPE) TREEV_NKS Tree Control: Table with Node Keys 20081028

Method GET_SELECTED_NODES on class CL_DB6_COLUMN_TREE has no exception.

Method GET_TOP_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning SEL_NODE Value transfer Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20081126

Method GET_TOP_NODE on class CL_DB6_COLUMN_TREE has no exception.

Method IS_EXPANDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXPANDED Value transfer Type reference (TYPE) ABAP_BOOL 20081106
2 Importing NODE_ID Call by reference Type reference (TYPE) CLIKE Tree Control: Node Key 20081106

Method IS_EXPANDED on class CL_DB6_COLUMN_TREE has no exception.

Method ITEM_SET_CHOSEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHOSEN Call by reference Type reference (TYPE) ABAP_BOOL 20081215
2 Importing ITEM_NAME Call by reference Type reference (TYPE) TV_ITMNAME Tree Control: Column Name / Item Name 20081215
3 Importing NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20081215

Method ITEM_SET_CHOSEN on class CL_DB6_COLUMN_TREE has no exception.

Method REFRESH Signature

Method REFRESH on class CL_DB6_COLUMN_TREE has no parameter.
Method REFRESH on class CL_DB6_COLUMN_TREE has no exception.

Method RESET_NODES Signature

Method RESET_NODES on class CL_DB6_COLUMN_TREE has no parameter.
Method RESET_NODES on class CL_DB6_COLUMN_TREE has no exception.

Method SELECT_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY_TABLE Call by reference Type reference (TYPE) TREEV_NKS Tree Control: Table with Node Keys 20081216

Method SELECT_NODES on class CL_DB6_COLUMN_TREE has no exception.

Method SET_SELECTED_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE_KEY Call by reference Type reference (TYPE) CLIKE 20081028

Method SET_SELECTED_NODE on class CL_DB6_COLUMN_TREE has no exception.

Method SET_TOP_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NODE Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20081126

Method SET_TOP_NODE on class CL_DB6_COLUMN_TREE has no exception.

Method UNSELECT_ALL Signature

Method UNSELECT_ALL on class CL_DB6_COLUMN_TREE has no parameter.
Method UNSELECT_ALL on class CL_DB6_COLUMN_TREE has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710