SAP ABAP Class CL_WCF_CDS__BOLTREE_CN00 (BOL TREE)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-UI (Application Component) User Interface
     WCF_CDS_UI (Package) Central DataSource UI objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_BSP_WD_CONTEXT_NODE_TREE Special Context Node for Tree-Table View 20100429
Properties
Class CL_WCF_CDS__BOLTREE_CN00  
Short Description BOL TREE    
Super Class CL_BSP_WD_CONTEXT_NODE_TREE Special Context Node for Tree-Table View 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package WCF_CDS_UI   Central DataSource UI objects 
Created 20100429   SAP 
Last change 20110908   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_WCF_CDS__BOLTREE_CN00 has no interface implemented.
Friends
Class CL_WCF_CDS__BOLTREE_CN00 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 BASE_ENTITY_NAME Constant Public Type reference (TYPE) CRMT_EXT_OBJ_NAME '' 20100429
2 GC_TYPE_ATTRIBUTE Constant Public Type reference (TYPE) STRING 'A' 20100514
3 GC_TYPE_BOL_OBJECT Constant Public Type reference (TYPE) STRING 'B' 20100514
4 GC_TYPE_FOLDER Constant Public Type reference (TYPE) STRING 'F' 20100514
5 GC_TYPE_RELATION Constant Public Type reference (TYPE) STRING 'R' 20100514
6 GR_CONTEXT Instance attribute Private Object reference (TYPE REF TO) CL_WCF_CDS__BOLTREE_CTXT 20100514
7 GR_GENIL_MODEL Instance attribute Private Object reference (TYPE REF TO) IF_GENIL_OBJ_MODEL Interface for Access to Central Object Model 20100514
8 GT_TREE_ITEMS Instance attribute Public Type reference (TYPE) TREE_TABLE_TYPE 20100514
9 GV_ATTRIBUTE_ICON Static Attribute Public Type reference (TYPE) STRING 20100517
10 GV_FOLDER_ICON Static Attribute Public Type reference (TYPE) STRING 20100517
11 GV_NEXT_ID Instance attribute Private See coding 1 20100514
12 GV_OBJECT_ICON Static Attribute Public Type reference (TYPE) STRING 20100517
13 GV_RELATION_ICON Static Attribute Public Type reference (TYPE) STRING 20100517
14 GV_SELECTED_NODE Instance attribute Public Type reference (TYPE) I 20100528
15 GV_UI_OBJ_TYPE Instance attribute Private Type reference (TYPE) BSP_DLC_OBJECT_TYPE UI Object Type 20100514
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ATTRIBUTES Instance method Public Method 20100618
2 ADD_ATTRIBUTES_NODES Instance method Private Method 20100514
3 ADD_NODE Instance method Private Method Add a node 20100514
4 ADD_OBJECT_NODES Instance method Private Method Add node for a given BOL Object name 20100514
5 ADD_RELATIONS_NODES Instance method Private Method 20100514
6 ADD_RELATION_NODES Instance method Public Method 20100514
7 COLLECT_NODES Instance method Private Method 20100517
8 EXPAND_BOL_OBJECT Instance method Private Method Expand a given node item 20100610
9 EXPAND_DEFAULT Instance method Public Method Expand the tree for a given path 20100528
10 EXPAND_FOLDER Instance method Private Method Expands a given relation parent & grand-parent 20100527
11 EXPAND_ITEM Instance method Private Method Expand a given node item 20100527
12 EXPAND_RELATION Instance method Private Method Expand a given relation node 20100525
13 EXPAND_TO_PATH Instance method Public Method Expand the tree for a given path 20100525
14 GET_DESCR Instance method Public Method 20100429
15 GET_ICON Instance method Public Method 20100429
16 GET_I_DESCR Instance method Public Method 20100429
17 GET_I_ICON Instance method Public Method 20100429
18 GET_I_NAME Instance method Public Method 20100429
19 GET_I_NODE_ID Instance method Public Method 20100429
20 GET_I_PARENT Instance method Public Method 20100429
21 GET_I_TYPE Instance method Public Method 20100429
22 GET_M_DESCR Instance method Public Method 20100429
23 GET_M_ICON Instance method Public Method 20100429
24 GET_M_NAME Instance method Public Method 20100429
25 GET_M_NODE_ID Instance method Public Method 20100429
26 GET_M_PARENT Instance method Public Method 20100429
27 GET_M_TYPE Instance method Public Method 20100429
28 GET_NAME Instance method Public Method 20100429
29 GET_NEXT_ID Instance method Private Method 20100514
30 GET_NODE_ID Instance method Public Method 20100429
31 GET_PARENT Instance method Public Method 20100429
32 GET_PATH Instance method Private Method Forms a path grom parent path and current location 20100521
33 GET_TEXT Static method Public Method 20100611
34 GET_TYPE Instance method Public Method 20100429
35 INIT_TREE_TABLE Instance method Public Method 20100514
36 IS_RELATION_NEEDED Instance method Private Method Relation of provided path is possible ? 20100521
37 LOAD_GENIL_MODEL Instance method Private Method 20100514
38 LOAD_ICON_INFO Instance method Private Method Loads icon info for the tree 20100517
39 SELECT_ATTRIBUTE Instance method Private Method Select a given attribute in the tree 20100528
40 SELECT_RELATION Instance method Private Method Select a given relation in the tree 20100528
41 SET_CONTEXT Instance method Public Method 20100514
42 SET_DESCR Instance method Public Method 20100429
43 SET_ICON Instance method Public Method 20100429
44 SET_NAME Instance method Public Method 20100429
45 SET_NODE_ID Instance method Public Method 20100429
46 SET_PARENT Instance method Public Method 20100429
47 SET_TYPE Instance method Public Method 20100429
Events
Class CL_WCF_CDS__BOLTREE_CN00 has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTYPE_ATTR_STRUCT Public See coding 20100514 BEGIN OF ltype_attr_struct, ID TYPE STRING, TYPE TYPE STRING, NAME type string, DESCR TYPE STRING, parent TYPE STRING, path type string, END OF ltype_attr_struct
2 TREE_TABLE_STRUCT Public See coding 20100514 BEGIN OF tree_table_struct, ID TYPE STRING, NAME TYPE STRING, TYPE TYPE STRING, DESCR TYPE STRING, path TYPE string, parent TYPE STRING, bo TYPE REF TO cl_bsp_wd_value_node, node TYPE REF TO if_bsp_wd_tree_node, is_leaf TYPE abap_bool, END OF tree_table_struct
3 TREE_TABLE_TYPE Public See coding 20100514 tree_table_type TYPE TABLE OF tree_table_struct
Method Signatures

Method ADD_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME External Name of Object 20100618
2 Importing IV_PARENT Call by reference Type reference (TYPE) STRING 20100618

Method ADD_ATTRIBUTES on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method ADD_ATTRIBUTES_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME External Name of Object 20100514
2 Importing IV_PARENT Call by reference Type reference (TYPE) STRING 20100514

Method ADD_ATTRIBUTES_NODES on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method ADD_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) STRING 20100514
2 Importing IV_NAME Call by reference Type reference (TYPE) STRING 20100514
3 Importing IV_PARENT Call by reference Type reference (TYPE) STRING 20100514
4 Importing IV_TYPE Call by reference Type reference (TYPE) STRING 20100514
5 Returning RV_ID Value transfer Type reference (TYPE) STRING 20100514

Method ADD_NODE on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method ADD_OBJECT_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME External Name of Object 20100514
2 Importing IV_PARENT Call by reference Type reference (TYPE) STRING 20100514

Method ADD_OBJECT_NODES on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method ADD_RELATIONS_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME External Name of Object 20100514
2 Importing IV_PARENT Call by reference Type reference (TYPE) STRING 20100514

Method ADD_RELATIONS_NODES on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method ADD_RELATION_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARENT Call by reference Type reference (TYPE) STRING 20100514
2 Importing IV_RELATION Call by reference Type reference (TYPE) CRMT_RELATION_NAME Relation Name 20100514

Method ADD_RELATION_NODES on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method COLLECT_NODES Signature

Method COLLECT_NODES on class CL_WCF_CDS__BOLTREE_CN00 has no parameter.
Method COLLECT_NODES on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method EXPAND_BOL_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) STRING 20100610
2 Returning RV_ID Value transfer Type reference (TYPE) STRING 20100610

Method EXPAND_BOL_OBJECT on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method EXPAND_DEFAULT Signature

Method EXPAND_DEFAULT on class CL_WCF_CDS__BOLTREE_CN00 has no parameter.
Method EXPAND_DEFAULT on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method EXPAND_FOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FOLDER_NAME Call by reference Type reference (TYPE) STRING 20100527
2 Importing IV_ID Call by reference Type reference (TYPE) STRING 20100527
3 Returning RV_ID Value transfer Type reference (TYPE) STRING 20100527

Method EXPAND_FOLDER on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method EXPAND_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) STRING 20100527
2 Returning RV_ID Value transfer Type reference (TYPE) STRING 20100609

Method EXPAND_ITEM on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method EXPAND_RELATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ID Call by reference Type reference (TYPE) STRING 20100525
2 Returning RV_ID Value transfer Type reference (TYPE) STRING 20100527

Method EXPAND_RELATION on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method EXPAND_TO_PATH Signature

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

Method EXPAND_TO_PATH on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method GET_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20100429
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20100429
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20100429

Method GET_DESCR on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method GET_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20100429
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20100429
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20100429

Method GET_ICON on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method GET_I_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20100429
2 Returning RV_DISABLED Value transfer Type reference (TYPE) STRING 20100429

Method GET_I_DESCR on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method GET_I_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20100429
2 Returning RV_DISABLED Value transfer Type reference (TYPE) STRING 20100429

Method GET_I_ICON on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method GET_I_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20100429
2 Returning RV_DISABLED Value transfer Type reference (TYPE) STRING 20100429

Method GET_I_NAME on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method GET_I_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20100429
2 Returning RV_DISABLED Value transfer Type reference (TYPE) STRING 20100429

Method GET_I_NODE_ID on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method GET_I_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20100429
2 Returning RV_DISABLED Value transfer Type reference (TYPE) STRING 20100429

Method GET_I_PARENT on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method GET_I_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20100429
2 Returning RV_DISABLED Value transfer Type reference (TYPE) STRING 20100429

Method GET_I_TYPE on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method GET_M_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20100429
2 Returning METADATA Value transfer Object reference (TYPE REF TO) IF_BSP_METADATA_SIMPLE 20100429

Method GET_M_DESCR on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method GET_M_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20100429
2 Returning METADATA Value transfer Object reference (TYPE REF TO) IF_BSP_METADATA_SIMPLE 20100429

Method GET_M_ICON on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method GET_M_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20100429
2 Returning METADATA Value transfer Object reference (TYPE REF TO) IF_BSP_METADATA_SIMPLE 20100429

Method GET_M_NAME on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method GET_M_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20100429
2 Returning METADATA Value transfer Object reference (TYPE REF TO) IF_BSP_METADATA_SIMPLE 20100429

Method GET_M_NODE_ID on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method GET_M_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20100429
2 Returning METADATA Value transfer Object reference (TYPE REF TO) IF_BSP_METADATA_SIMPLE 20100429

Method GET_M_PARENT on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method GET_M_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20100429
2 Returning METADATA Value transfer Object reference (TYPE REF TO) IF_BSP_METADATA_SIMPLE 20100429

Method GET_M_TYPE on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20100429
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20100429
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20100429

Method GET_NAME on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method GET_NEXT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ID Value transfer Type reference (TYPE) STRING 20100514

Method GET_NEXT_ID on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method GET_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20100429
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20100429
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20100429

Method GET_NODE_ID on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method GET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20100429
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20100429
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20100429

Method GET_PARENT on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method GET_PATH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CURRENT_POSITION Call by reference Type reference (TYPE) STRING 20100521
2 Importing IV_PARENT_PATH Call by reference Type reference (TYPE) STRING 20100521
3 Returning RV_PATH Value transfer Type reference (TYPE) STRING 20100521

Method GET_PATH on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NUMBER Call by reference Type reference (TYPE) SYMSGNO Message Number 20100611
2 Returning RV_TEXT Value transfer Type reference (TYPE) STRING 20100611

Method GET_TEXT on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20100429
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20100429
3 Returning VALUE Value transfer Type reference (TYPE) STRING 20100429

Method GET_TYPE on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method INIT_TREE_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_UI_OBJECT_TYPE Call by reference Type reference (TYPE) BSP_DLC_OBJECT_TYPE UI Object Type 20100514

Method INIT_TREE_TABLE on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method IS_RELATION_NEEDED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PATH Call by reference Type reference (TYPE) STRING 20100521
2 Returning RV_POSSIBLE Value transfer Type reference (TYPE) ABAP_BOOL 20100521

Method IS_RELATION_NEEDED on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method LOAD_GENIL_MODEL Signature

Method LOAD_GENIL_MODEL on class CL_WCF_CDS__BOLTREE_CN00 has no parameter.
Method LOAD_GENIL_MODEL on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method LOAD_ICON_INFO Signature

Method LOAD_ICON_INFO on class CL_WCF_CDS__BOLTREE_CN00 has no parameter.
Method LOAD_ICON_INFO on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method SELECT_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTRIBUTE Call by reference Type reference (TYPE) STRING 20100528
2 Importing IV_PARENT Call by reference Type reference (TYPE) STRING 20100528

Method SELECT_ATTRIBUTE on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method SELECT_RELATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PARENT Call by reference Type reference (TYPE) STRING 20100528
2 Importing IV_RELATION Call by reference Type reference (TYPE) STRING 20100528

Method SELECT_RELATION on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method SET_CONTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONTEXT Call by reference Object reference (TYPE REF TO) CL_WCF_CDS__BOLTREE_CTXT 20100514

Method SET_CONTEXT on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method SET_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20100429
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20100429
3 Importing VALUE Call by reference Type reference (TYPE) STRING 20100429

Method SET_DESCR on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method SET_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20100429
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20100429
3 Importing VALUE Call by reference Type reference (TYPE) STRING 20100429

Method SET_ICON on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20100429
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20100429
3 Importing VALUE Call by reference Type reference (TYPE) STRING 20100429

Method SET_NAME on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method SET_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20100429
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20100429
3 Importing VALUE Call by reference Type reference (TYPE) STRING 20100429

Method SET_NODE_ID on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method SET_PARENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20100429
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20100429
3 Importing VALUE Call by reference Type reference (TYPE) STRING 20100429

Method SET_PARENT on class CL_WCF_CDS__BOLTREE_CN00 has no exception.

Method SET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ATTRIBUTE_PATH Call by reference Type reference (TYPE) STRING 20100429
2 Importing ITERATOR Call by reference Object reference (TYPE REF TO) IF_BOL_BO_COL_ITERATOR 20100429
3 Importing VALUE Call by reference Type reference (TYPE) STRING 20100429

Method SET_TYPE on class CL_WCF_CDS__BOLTREE_CN00 has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 702