SAP ABAP Class CL_BSP_WD_WZ_BOLATTR_TREE (CL_BSP_WD_WZ_BOLATTR_TREE)
Hierarchy
WEBCUIF (Software Component) SAP Web UI Framework
   CA-WUI-WKB (Application Component) Development Workbench
     CRM_BSP_WD_WB_WIZARD_UIS (Package) Wizard UIs
Properties
Class CL_BSP_WD_WZ_BOLATTR_TREE  
Short Description    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package CRM_BSP_WD_WB_WIZARD_UIS   Wizard UIs 
Created 20060214   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)
2 CL_BSP_WD_WZ_BOLATTR_TREE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_CRM_GENIL_MODEL_SERVICE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_BSP_WD_WZ_BOLATTR_TREE has no interface implemented.
Friends
Class CL_BSP_WD_WZ_BOLATTR_TREE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_ATTRIBUTE_TYPE Static Attribute Public Type reference (TYPE) I 1 20100414
2 GC_ENTITY_MODE Static Attribute Public Type reference (TYPE) C 'E' 20100416
3 GC_ITEMTAB_STRUC_NAME Constant Public Type reference (TYPE) X030L-TABNAME 'MTREEITM' Table Name 20060214
4 GC_NODE_SEL_MODE_MULTIPLE Constant Public Type reference (TYPE) I 1 Multiple Node Selection 20060216
5 GC_NODE_SEL_MODE_SINGLE Constant Public Type reference (TYPE) I 0 Single Node Selection 20060216
6 GC_NORMAL_MODE Static Attribute Public Type reference (TYPE) C 'N' 20100414
7 GC_RELATION_MODE Static Attribute Public Type reference (TYPE) C 'R' 20100414
8 GC_RELATION_TYPE Static Attribute Public Type reference (TYPE) I 2 20100414
9 GR_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20060214
10 GR_GENIL_MODEL Instance attribute Private Object reference (TYPE REF TO) IF_GENIL_OBJ_MODEL Interface for Access to Central Object Model 20060214
11 GR_TREE Instance attribute Private Object reference (TYPE REF TO) CL_GUI_LIST_TREE List Tree Control 20060214
12 GT_ITEMS Instance attribute Private Type reference (TYPE) TY_ITEM_T 20060214
13 GT_NODES Instance attribute Private Type reference (TYPE) TY_NODE_T 20060214
14 GV_ATTRS_NODEKEY Instance attribute Private Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20060214
15 GV_INPUT_PATH Instance attribute Private Type reference (TYPE) STRING 20100331
16 GV_ITEM_NAME Instance attribute Private Type reference (TYPE) TV_ITMNAME Tree Control: Column Name / Item Name 20100419
17 GV_KEY_COUNTER Instance attribute Private Type reference (TYPE) I 20060214
18 GV_MODE Instance attribute Private Type reference (TYPE) C 20100414
19 GV_NODE_KEY Instance attribute Private Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20100420
20 GV_NODE_SELECTION_MODE Instance attribute Private Type reference (TYPE) I 20060216
21 GV_RC Instance attribute Private Type reference (TYPE) INT1 Dummy for B20 int1 (Local Everywhere) 20060214
22 GV_ROOT_ENTITY Instance attribute Private Type reference (TYPE) CRMT_EXT_OBJ_NAME External Name of Object 20060214
23 GV_SELECTION_MODE Instance attribute Private Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20100408
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ATTRIBUTES_NODE Instance method Private Method 20060214
2 ADD_ENTITY_NODE Instance method Private Method 20060214
3 ADD_NODES Instance method Private Method 20060214
4 ADD_RELATIONS_NODE Instance method Private Method 20060214
5 BUILD_PATH_2_ATTRIBUTE Instance method Public Method 20060214
6 CHECK_ITEM Instance method Private Method 20100401
7 CONSTRUCTOR Instance method Public Constructor 20060214
8 CREATE_KEY Instance method Private Method 20060214
9 EXAPAND_SELECT_NODE Instance method Private Method 20100331
10 EXPAND_NODE Instance method Private Method 20100416
11 FILTER_NODES Instance method Private Method 20100416
12 FREE Instance method Public Method 20060214
13 GET_CHILDREN_NODES Instance method Private Method 20100415
14 GET_NODES Instance method Private Method 20100419
15 GET_PARENT_NODE_ID Instance method Private Method 20100401
16 GET_SELECTED_ATTRIBUTE Instance method Private Method 20060214
17 GET_SELECTED_ATTRIBUTES Instance method Private Method 20060216
18 GET_SELECTED_NODE Instance method Private Method 20060214
19 GET_SELECTED_NODEKEY Instance method Private Method 20060214
20 GET_SELECTED_NODEKEYS Instance method Private Method 20060216
21 GET_SELECTED_NODES Instance method Private Method 20060216
22 GET_TEXT_OF_NODEKEY Instance method Private Method 20060214
23 GET_UPPER_RELATION_NODE Instance method Private Method 20060214
24 HANDLE_EXPAND_NO_CHILDREN Instance method Private Event handling method 20060214
25 HANDLE_ITEM_DOUBLE_CLICK Instance method Private Event handling method 20100405
26 HANDLE_NODE_DOUBLE_CLICK Instance method Private Event handling method 20060214
27 IDENTIFY_NODES Instance method Private Method 20100417
28 IDENTIFY_NODES2 Instance method Private Method 20100419
29 INIT Instance method Private Method 20060214
30 INIT2 Instance method Private Method 20100416
31 PARSE_EXPAND Instance method Private Method 20100416
32 PARSE_PATH Instance method Private Method 20100416
33 REBUILD_TREE Instance method Public Method 20060222
34 REGISTER_EVENTS Instance method Private Method 20100416
35 SELECT_ITEM Instance method Private Method 20100416
Events
Class CL_BSP_WD_WZ_BOLATTR_TREE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LST_RELATION Public See coding 20100417 BEGIN OF lst_relation, kid TYPE tv_nodekey, parent TYPE tv_nodekey, END OF lst_relation
2 LTT_RELATIONS Public See coding 20100417 ltt_relations TYPE HASHED TABLE OF lst_relation WITH unique key kid parent
Method Signatures

Method ADD_ATTRIBUTES_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ITEMS Call by reference Type reference (TYPE) TY_ITEM_T 20060214
2 Changing CT_NODES Call by reference Type reference (TYPE) TY_NODE_T 20060214
3 Importing IV_ENTITY_NAME Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME External Name of Object 20060214
4 Importing IV_ENTITY_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20060214

Method ADD_ATTRIBUTES_NODE on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method ADD_ENTITY_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ENTITY_NAME Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME External Name of Object 20060214
2 Importing IV_PARENT_KEY Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20060214

Method ADD_ENTITY_NODE on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method ADD_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RC Value transfer Type reference (TYPE) INT1 Dummy for B20 int1 (Local Everywhere) 20060214
2 Importing IT_ITEMS Call by reference Type reference (TYPE) TY_ITEM_T 20060214
3 Importing IT_NODES Call by reference Type reference (TYPE) TY_NODE_T 20060214

Method ADD_NODES on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method ADD_RELATIONS_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ITEMS Call by reference Type reference (TYPE) TY_ITEM_T 20060214
2 Changing CT_NODES Call by reference Type reference (TYPE) TY_NODE_T 20060214
3 Importing IV_ENTITY_NAME Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME External Name of Object 20060214
4 Importing IV_ENTITY_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20060214

Method ADD_RELATIONS_NODE on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method BUILD_PATH_2_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PATHS Call by reference Type reference (TYPE) STRING_TABLE Table of Strings 20060216
2 Exporting EV_PATH Call by reference Type reference (TYPE) STRING 20060216
3 Exporting EV_TYPE Call by reference Type reference (TYPE) I 20100414

Method BUILD_PATH_2_ATTRIBUTE on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method CHECK_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ITEM_KEY Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20100401
2 Importing IV_PAR Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20100401
3 Returning RV_USED Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20100401

Method CHECK_ITEM on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in the Screen Area 20060214
2 Importing IV_BOL_APPL Call by reference Type reference (TYPE) CRMT_GENIL_APPL CL_CRM_GENIL_MODEL_SERVICE=>EMPTY_COMPONENT_SET Component Set Name for Generic Interaction Layer 20060215
3 Importing IV_INPUT_PATH Call by reference Type reference (TYPE) STRING 20100331
4 Importing IV_MODE Call by reference Type reference (TYPE) C GC_NORMAL_MODE NORMAL/ENTITY 20100414
5 Importing IV_NODE_SELECTION_MODE Call by reference Type reference (TYPE) I 0 0=SINGLE, 1=MULTI 20060216
6 Importing IV_ROOT_ENTITY Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME External Name of Object 20060214
7 Importing IV_SELECTION_MODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20100407

Method CONSTRUCTOR on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method CREATE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_PREFIX Call by reference Type reference (TYPE) C 20060214
2 Returning RV_KEY Value transfer Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20060214

Method CREATE_KEY on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method EXAPAND_SELECT_NODE Signature

Method EXAPAND_SELECT_NODE on class CL_BSP_WD_WZ_BOLATTR_TREE has no parameter.
Method EXAPAND_SELECT_NODE on class CL_BSP_WD_WZ_BOLATTR_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) TV_NODEKEY Tree Control: Node Key 20100416

Method EXPAND_NODE on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method FILTER_NODES Signature

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

Method FILTER_NODES on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method FREE Signature

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

Method GET_CHILDREN_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_KIDS Call by reference Type reference (TYPE) TY_NODE_T 20100415
2 Importing IV_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20100415

Method GET_CHILDREN_NODES on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method GET_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_NODES Call by reference Type reference (TYPE) TY_NODE_T 20100419
2 Importing IV_ENTITY_ID Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20100419
3 Importing IV_NODE_TYPE Call by reference Type reference (TYPE) C 20100420

Method GET_NODES on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method GET_PARENT_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CURRENT_ID Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20100401
2 Returning RV_PARENT_ID Value transfer Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20100401

Method GET_PARENT_NODE_ID on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method GET_SELECTED_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ATTR_NAME Value transfer Type reference (TYPE) DFIES-FIELDNAME Field Name 20060214

Method GET_SELECTED_ATTRIBUTE on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method GET_SELECTED_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ATTR_NAMES Value transfer Type reference (TYPE) FIELDNAME_TABLE Table with Names of Attributes in a Structure 20060216

Method GET_SELECTED_ATTRIBUTES on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method GET_SELECTED_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_NODE Value transfer Type reference (TYPE) TY_NODE_S 20060214

Method GET_SELECTED_NODE on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method GET_SELECTED_NODEKEY Signature

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

Method GET_SELECTED_NODEKEY on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method GET_SELECTED_NODEKEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_NODEKEYS Value transfer Type reference (TYPE) TREEV_NKS 20060216

Method GET_SELECTED_NODEKEYS on class CL_BSP_WD_WZ_BOLATTR_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 RS_NODES Value transfer Type reference (TYPE) TY_NODE_T 20060216

Method GET_SELECTED_NODES on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method GET_TEXT_OF_NODEKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODEKEY Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20060214
2 Returning RV_TEXT Value transfer Type reference (TYPE) SCRPCHA72 CHAR72 in Screen Painter 20060214

Method GET_TEXT_OF_NODEKEY on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method GET_UPPER_RELATION_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_REL_NODE Call by reference Type reference (TYPE) TY_NODE_S 20060214
2 Importing IS_ATTR_NODE Call by reference Type reference (TYPE) TY_NODE_S 20060214

Method GET_UPPER_RELATION_NODE on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method HANDLE_EXPAND_NO_CHILDREN Signature

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

Method HANDLE_EXPAND_NO_CHILDREN on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method HANDLE_ITEM_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 20100405
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20100405

Method HANDLE_ITEM_DOUBLE_CLICK on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method HANDLE_NODE_DOUBLE_CLICK Signature

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

Method HANDLE_NODE_DOUBLE_CLICK on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method IDENTIFY_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PARENTS Call by reference Type reference (TYPE) CL_BSP_WD_WZ_BOLATTR_TREE=>LTT_RELATIONS 20100417
2 Importing IV_IS_LAST_NODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100417
3 Importing IV_TEXT Call by reference Type reference (TYPE) STRING 20100417

Method IDENTIFY_NODES on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method IDENTIFY_NODES2 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_PARENTS Call by reference Type reference (TYPE) CL_BSP_WD_WZ_BOLATTR_TREE=>LTT_RELATIONS 20100419
2 Importing IV_IS_LAST_NODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100419
3 Importing IV_TEXT Call by reference Type reference (TYPE) STRING 20100419

Method IDENTIFY_NODES2 on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method INIT Signature

Method INIT on class CL_BSP_WD_WZ_BOLATTR_TREE has no parameter.
Method INIT on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method INIT2 Signature

Method INIT2 on class CL_BSP_WD_WZ_BOLATTR_TREE has no parameter.
Method INIT2 on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method PARSE_EXPAND Signature

Method PARSE_EXPAND on class CL_BSP_WD_WZ_BOLATTR_TREE has no parameter.
Method PARSE_EXPAND on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method PARSE_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 20100416

Method PARSE_PATH on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method REBUILD_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ROOT_ENTITY Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME External Name of Object 20060222

Method REBUILD_TREE on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method REGISTER_EVENTS Signature

Method REGISTER_EVENTS on class CL_BSP_WD_WZ_BOLATTR_TREE has no parameter.
Method REGISTER_EVENTS on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.

Method SELECT_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ITEM_NAME Call by reference Type reference (TYPE) TV_ITMNAME Tree Control: Column Name / Item Name 20100419
2 Importing IV_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Tree Control: Node Key 20100419

Method SELECT_ITEM on class CL_BSP_WD_WZ_BOLATTR_TREE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700