SAP ABAP Class CL_BSP_WD_CONTEXT_NODE_TREE (Special Context Node for Tree-Table View)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-UI-RT (Application Component) UI Runtime Environment
     CRM_BSP_WD (Package) WebClient UI Framework Runtime
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSP_WD_CONTEXT_NODE_TV Context Node for Binding Against Table Views 20030211
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_UIF_FLIG_SECONDCONNECT_CN00 20070709
2 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC__BRCDIRECTLINK_CN00 Direct Link Group Tree Context Node 20071123
3 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC__BRCTRANSLATI0_CN00 Translation Tree Context Node 20071130
4 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC__BRCWORKCENTER_CN00 Work Center Tree Context Node 20071119
5 Inheritance (c INHERITING FROM c_ref)  CL_CRM_THTM_TREE_CN00 Tree example 20091221
6 Inheritance (c INHERITING FROM c_ref)  CL_EPM_DEMO_ORGTREE_CN00 tree 20100809
7 Inheritance (c INHERITING FROM c_ref)  CL_GSFIELDI_VIEWHIERARCH0_CN00 20080714
8 Inheritance (c INHERITING FROM c_ref)  CL_GSFIELDI_VIEWPATH_CN00 20080716
9 Inheritance (c INHERITING FROM c_ref)  CL_UIF_FLIG_CONNECTIONTRE_CN00 20070328
10 Inheritance (c INHERITING FROM c_ref)  CL_CRM_AXT__TABLEFIELDTRA_CN00 20081029
... Click here to see Used By full list (33 items)
Properties
Class CL_BSP_WD_CONTEXT_NODE_TREE  
Short Description Special Context Node for Tree-Table View    
Super Class CL_BSP_WD_CONTEXT_NODE_TV Context Node for Binding Against Table Views 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_BSP_WD   WebClient UI Framework Runtime 
Created 20030207   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)
Interfaces
Class CL_BSP_WD_CONTEXT_NODE_TREE has no interface implemented.
Friends
Class CL_BSP_WD_CONTEXT_NODE_TREE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 NODE_FACTORY Instance attribute Protected Object reference (TYPE REF TO) CL_BSP_WD_TREE_NODE_FACTORY Factory for Tree Node Proxy Objects 20030515
2 NODE_MAPPER Instance attribute Private Object reference (TYPE REF TO) LCL_NODE_MAPPER 20030211
3 NODE_TAB Instance attribute Public Type reference (TYPE) CRMT_BSP_TREETABLE_NODE_TAB Node Table 20030207
4 SELECTED_SINGLE_NODE_REF Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_WEAK_REFERENCE Schwache Referenzen 20090429
5 SORT_STATE Instance attribute Protected Type reference (TYPE) CRMT_BOL_SORT_STATE Description of the desired Sort Status of a Collection 20111028
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CHILDREN Instance method Protected Method 20030211
2 ADD_ROOT_NODE Instance method Protected Method 20030328
3 COLLAPSE_NODE Instance method Public Method Collapse Node 20030429
4 CONSTRUCTOR Instance method Public Constructor Constructor 20030515
5 EXPAND_NODE Instance method Public Method Expand Node 20030211
6 GET_BO Instance method Public Method Returns the Reference Object of a Tree Node 20030514
7 GET_CHILD_NODES Instance method Protected Method Returns Lower-Level Node of Tree Node 20050517
8 GET_NODE_BY_INDEX Instance method Public Method Returns the Nodes for an Index of NODE_TAB 20041116
9 GET_NODE_BY_KEY Instance method Public Method Returns the Nodes for the Given Key 20041116
10 GET_TREE_STATE_COPY Instance method Public Method Returns a Copy of Tree Node Factory with Tree Status 20050428
11 ON_TREE_NODE_DELETED Instance method Private Event handling method 20030731
12 REFRESH Instance method Public Method 20030328
13 RESET_NODE_MAPPER Instance method Protected Method 20040719
14 SET_TREE_STATE Instance method Public Method 20050428
15 TOOGLE_NODE Instance method Public Method 20030328
Events
# Event Type Visibility Description Created on
1 SINGLE_SELECTION_CHANGED Instance Event
(0)
Public
(2)
Selected node changed in single selection mode 20100907
Types
Class CL_BSP_WD_CONTEXT_NODE_TREE has no local type.
Method Signatures

Method ADD_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE Call by reference Type reference (TYPE) BSP_WD_TREE_NODE_REF Referenz auf IF_BSP_WD_TREE_NODE 20030211
2 Returning RV_NO_CHILDREN Value transfer Type reference (TYPE) ABAP_BOOL Flag: Knoten hat keine Unterknoten 20030808

Method ADD_CHILDREN on class CL_BSP_WD_CONTEXT_NODE_TREE has no exception.

Method ADD_ROOT_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE Call by reference Object reference (TYPE REF TO) IF_BSP_WD_TREE_NODE 20030328
2 Returning RV_NODE_KEY Value transfer Type reference (TYPE) STRING 20030328

Method ADD_ROOT_NODE on class CL_BSP_WD_CONTEXT_NODE_TREE has no exception.

Method COLLAPSE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE_KEY Call by reference Type reference (TYPE) STRING 20030429

Method COLLAPSE_NODE on class CL_BSP_WD_CONTEXT_NODE_TREE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_SELECTION_MODE Call by reference Type reference (TYPE) STRING SELMODE_NONE Selektionmodus 20041110

Method CONSTRUCTOR on class CL_BSP_WD_CONTEXT_NODE_TREE has no exception.

Method EXPAND_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE_KEY Call by reference Type reference (TYPE) STRING 20030211

Method EXPAND_NODE on class CL_BSP_WD_CONTEXT_NODE_TREE has no exception.

Method GET_BO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE_KEY Call by reference Type reference (TYPE) STRING 20030514
2 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) IF_BOL_BO_PROPERTY_ACCESS Zugriffsinterface für BO Attribute 20030514

Method GET_BO on class CL_BSP_WD_CONTEXT_NODE_TREE has no exception.

Method GET_CHILD_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARENT_NODE Call by reference Object reference (TYPE REF TO) IF_BSP_WD_TREE_NODE Vater Knoten 20050517
2 Returning RT_CHILDREN Value transfer Type reference (TYPE) BSP_WD_TREE_NODE_TAB Tabelle von Tree node Referenzen 20050517

Method GET_CHILD_NODES on class CL_BSP_WD_CONTEXT_NODE_TREE has no exception.

Method GET_NODE_BY_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_INDEX Call by reference Type reference (TYPE) SYTABIX Index interner Tabellen 20041116
2 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) IF_BSP_WD_TREE_NODE 20041116

Method GET_NODE_BY_INDEX on class CL_BSP_WD_CONTEXT_NODE_TREE has no exception.

Method GET_NODE_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE_KEY Call by reference Type reference (TYPE) STRING 20041116
2 Returning RV_RESULT Value transfer Object reference (TYPE REF TO) IF_BSP_WD_TREE_NODE 20041116

Method GET_NODE_BY_KEY on class CL_BSP_WD_CONTEXT_NODE_TREE has no exception.

Method GET_TREE_STATE_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_RESULT Value transfer Type reference (TYPE) BSP_WD_TREE_STATE 20050428

Method GET_TREE_STATE_COPY on class CL_BSP_WD_CONTEXT_NODE_TREE has no exception.

Method ON_TREE_NODE_DELETED Signature

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

Method ON_TREE_NODE_DELETED on class CL_BSP_WD_CONTEXT_NODE_TREE has no exception.

Method REFRESH Signature

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

Method RESET_NODE_MAPPER Signature

Method RESET_NODE_MAPPER on class CL_BSP_WD_CONTEXT_NODE_TREE has no parameter.
Method RESET_NODE_MAPPER on class CL_BSP_WD_CONTEXT_NODE_TREE has no exception.

Method SET_TREE_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_STATE Call by reference Type reference (TYPE) BSP_WD_TREE_STATE 20050428

Method SET_TREE_STATE on class CL_BSP_WD_CONTEXT_NODE_TREE has no exception.

Method TOOGLE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE_KEY Call by reference Type reference (TYPE) STRING 20030328

Method TOOGLE_NODE on class CL_BSP_WD_CONTEXT_NODE_TREE has no exception.
Event Signatures

Event SINGLE_SELECTION_CHANGED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 NODE Exporting Value transfer Object reference (TYPE REF TO) IF_BSP_WD_TREE_NODE Access Interface for Tree Node Objects 20100907
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_UIF_FLIG_SECONDCONNECT_CN00 20070709
2 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC__BRCDIRECTLINK_CN00 Direct Link Group Tree Context Node 20071123
3 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC__BRCTRANSLATI0_CN00 Translation Tree Context Node 20071130
4 Inheritance (c INHERITING FROM c_ref)  CL_CRM_BRC__BRCWORKCENTER_CN00 Work Center Tree Context Node 20071119
5 Inheritance (c INHERITING FROM c_ref)  CL_CRM_THTM_TREE_CN00 Tree example 20091221
6 Inheritance (c INHERITING FROM c_ref)  CL_EPM_DEMO_ORGTREE_CN00 tree 20100809
7 Inheritance (c INHERITING FROM c_ref)  CL_GSFIELDI_VIEWHIERARCH0_CN00 20080714
8 Inheritance (c INHERITING FROM c_ref)  CL_GSFIELDI_VIEWPATH_CN00 20080716
9 Inheritance (c INHERITING FROM c_ref)  CL_UIF_FLIG_CONNECTIONTRE_CN00 20070328
10 Inheritance (c INHERITING FROM c_ref)  CL_CRM_AXT__TABLEFIELDTRA_CN00 20081029
11 Inheritance (c INHERITING FROM c_ref)  CL_WCF_CDS__BOLTREE_CN00 BOL TREE 20100429
12 Inheritance (c INHERITING FROM c_ref)  CL_WCF_FAVO_MYFAVORITESDI_CN00 Favorites controller 20090225
13 Inheritance (c INHERITING FROM c_ref)  CL_WCF_FAVO_MYFAVORITES_CN00 Favorites Controller 20090216
14 Inheritance (c INHERITING FROM c_ref)  CL_WCF_UST__MYSHAREBOXDIS_CN00 controller 20090827
15 Inheritance (c INHERITING FROM c_ref)  CL_WCF_UST__MYSHAREBOXPER_CN00 controller 20090923
16 Inheritance (c INHERITING FROM c_ref)  CL_WCF_WSCT_OPER_ATTR_TREE_CN Tree Context Node 20090227
17 Inheritance (c INHERITING FROM c_ref)  CL_WS_DESIG_BOLTREE_CN00 20060717
18 Inheritance (c INHERITING FROM c_ref)  CL_AXT_EEW__BOPARTSELECTI_CN00 EEW Field BO Part Migration Node 20090817
19 Inheritance (c INHERITING FROM c_ref)  CL_CRM_AXT__TABLEEXTTRANS_CN00 Table Extension Translation 20090507
20 Inheritance (c INHERITING FROM c_ref)  CL_CRM_AXT__TABLEDETAILST_CN00 20081104
21 Inheritance (c INHERITING FROM c_ref)  CL_CRM_AXT__REUSETABLESVI_CN01 Tree Context node for Reusable Table Extension 20090729
22 Inheritance (c INHERITING FROM c_ref)  CL_CRM_AXT__PICKLISTTRANS_CN00 20080528
23 Inheritance (c INHERITING FROM c_ref)  CL_CRM_AXT__FIELDDETAILST_CN00 20080814
24 Inheritance (c INHERITING FROM c_ref)  CL_CRM_AXT__EXTTRANSLATIO_CN00 Tree Context Node for translation 20080212
25 Inheritance (c INHERITING FROM c_ref)  CL_CRM_AXT__CUSTOMTABLESV_CN00 Tree context node for table extension 20081013
26 Inheritance (c INHERITING FROM c_ref)  CL_BSP_WD_T_IBASETREE_CN00 20041129
27 Inheritance (c INHERITING FROM c_ref)  CL_BSP_DLC__GRIDCONADV_CN02 Elements for the BOL Entity 20060612
28 Inheritance (c INHERITING FROM c_ref)  CL_AXT_RULE_OPERATIONSVIE_CN00 Tree Class 20091013
29 Inheritance (c INHERITING FROM c_ref)  CL_AXT_RAPI_UIMODELHIER_CN00 Custom Object Hierarchie Model 20091005
30 Inheritance (c INHERITING FROM c_ref)  CL_AXT_RAPI_TRANSLATION_CN00 Custom Text Tree Context Node 20091012
31 Inheritance (c INHERITING FROM c_ref)  CL_AXT_RAPI_NAVBARPROFILE_CN00 Navbar Profile Tree Context Node 20090701
32 Inheritance (c INHERITING FROM c_ref)  CL_AXT_RAPI_CUSTOBJHIER_CN00 Custom Object Hierarchie Model 20090925
33 Inheritance (c INHERITING FROM c_ref)  CL_AXT_EMBE_EMBEDDEDVIEWS_CN00 20090224
History
Last changed by/on SAP  20130531 
SAP Release Created in 400