SAP ABAP Class CL_ESD_TREE_DATA (Class to hold tree structured data)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-WS-ABA (Application Component) Web Service Tools - ABAP
     SESD_ESI_OBJECT_EDITORS_REUSE (Package) Unified Editors Reuse-Parts
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_PROXY_ESD_TREE_DATA TreeData for Proxys 20070621
2 Inheritance (c INHERITING FROM c_ref)  CL_PROXY_UIX_TREE_DATA TreeData for Proxys 20110223
Properties
Class CL_ESD_TREE_DATA  
Short Description Class to hold tree structured data    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SESD_ESI_OBJECT_EDITORS_REUSE   Unified Editors Reuse-Parts 
Created 20051010   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 CNDD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SESI Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ESD_TREE_DATA has no interface implemented.
Friends
Class CL_ESD_TREE_DATA has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_ALIGN_AUTO Constant Public Type reference (TYPE) STRING 'AUTO' Alignment: automatic 20051027
2 C_ALIGN_CENTER Constant Public Type reference (TYPE) STRING 'CENTER' Alignment: center 20051027
3 C_ALIGN_LEFT Constant Public Type reference (TYPE) STRING 'LEFT' Alignment: left 20051027
4 C_ALIGN_RIGHT Constant Public Type reference (TYPE) STRING 'RIGHT' Alignment: right 20051027
5 C_CELL_FONT_DEFAULT Constant Public Type reference (TYPE) STRING 'DEFAULT' Default Font 20051027
6 C_CELL_FONT_FIXED Constant Public Type reference (TYPE) STRING 'FIXED' Fixed Font 20051027
7 C_CELL_FONT_PROP Constant Public Type reference (TYPE) STRING 'PROPORTIONAL' Proportional Font 20051027
8 C_CELL_TYPE_BUTTON Constant Public Type reference (TYPE) STRING 'BUTTON' Pushbutton Item 20051027
9 C_CELL_TYPE_CHECKBOX Constant Public Type reference (TYPE) STRING 'CHECKBOX' Checkbox Item 20051027
10 C_CELL_TYPE_LINK Constant Public Type reference (TYPE) STRING 'LINK' Link Item 20051027
11 C_CELL_TYPE_TEXT Constant Public Type reference (TYPE) STRING 'TEXT' Text Item 20051027
12 C_DRAGANDDROP_FLAVOR_COPY Static Attribute Public Type reference (TYPE) CNDD_FLAVOR 'ESD_TREE_NODE_COPY' 20100303
13 C_DRAGANDDROP_FLAVOR_MOVE Static Attribute Public Type reference (TYPE) CNDD_FLAVOR 'ESD_TREE_NODE_MOVE' 20100303
14 C_RELAT_FIRST_CHILD Constant Public Type reference (TYPE) STRING 'FIRST_CHILD' 20051027
15 C_RELAT_FIRST_SIBLING Constant Public Type reference (TYPE) STRING 'FIRST_SIBLING' 20051027
16 C_RELAT_LAST_CHILD Constant Public Type reference (TYPE) STRING 'LAST_CHILD' 20051027
17 C_RELAT_LAST_SIBLING Constant Public Type reference (TYPE) STRING 'LAST_SIBLING' 20051027
18 C_RELAT_NEXT_SIBLING Constant Public Type reference (TYPE) STRING 'NEXT_SIBLING' 20051027
19 C_RELAT_PREV_SIBLING Constant Public Type reference (TYPE) STRING 'PREV_SIBLING' 20051027
20 C_STYLE_DEFAULT Constant Public Type reference (TYPE) STRING 'DEFAULT' 20051027
21 C_STYLE_EMPHASIZED Constant Public Type reference (TYPE) STRING 'EMPHASIZED' 20051027
22 C_STYLE_EMPHASIZED_NEGATIVE Constant Public Type reference (TYPE) STRING 'EMPHASIZED_NEGATIVE' 20051027
23 C_STYLE_EMPHASIZED_POSITIVE Constant Public Type reference (TYPE) STRING 'EMPHASIZED_POSITIVE' 20051027
24 C_STYLE_INACTIVE Constant Public Type reference (TYPE) STRING 'INACTIVE' 20051027
25 C_STYLE_INHERITED Constant Public Type reference (TYPE) STRING 'INHERITED' 20051027
26 C_STYLE_INTENSIFD_CRITICAL Constant Public Type reference (TYPE) STRING 'INTENSIFD_CRITICAL' 20051027
27 C_STYLE_INTENSIFIED Constant Public Type reference (TYPE) STRING 'INTENSIFIED' 20051027
28 NEXT_NODE_PATH Instance attribute Private Type reference (TYPE) STRING 20120516
29 R_UI_LAYER Instance attribute Protected Object reference (TYPE REF TO) IF_ESD_UI_LAYER UI Layer 20061214
30 T_COLUMN_HEADER Instance attribute Protected Type reference (TYPE) ESD_TREE_COLUMN_HEADER_T Information of all column headers of a tree 20051025
31 T_CONTEXT_MENUS Instance attribute Protected Type reference (TYPE) TYPT_CONTEXT_MENUS 20051108
32 T_TREE_NODES Instance attribute Protected Type reference (TYPE) ESD_TREE_NODES_T ESD: Tree Nodes 20051025
33 UI_MODE Instance attribute Protected Type reference (TYPE) SEU_ACTION ABAP Proxies: Boolean Value ('X' = True, Space = False) 20120210
34 V_CHNG_IND Instance attribute Protected Type reference (TYPE) CDCHNGIND Change type (U, I, E, D) 20060124
35 V_DRAG_AND_DROP_SUPPORTED Instance attribute Private Type reference (TYPE) FLAG SESI_OFF General Flag 20100303
36 V_FULLSCREEN Instance attribute Protected Type reference (TYPE) FLAG Details visible? 20061214
37 V_NEXT_NODE_ID Instance attribute Private Type reference (TYPE) STRING NodeID to be selected after next PBO 20090225
38 V_NUMBER_OF_COLUMNS Instance attribute Protected Type reference (TYPE) ESD_TREE_NUMBER_COLUMNS Number of tree columns 20051025
39 V_STATE Instance attribute Protected Type reference (TYPE) R3STATE ABAP: Program Status (Active, Saved, Transported...) 20051025
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CONTEXT_MENU_ENTRIES Instance method Public Method Add context menu entries 20051108
2 ADD_CONTEXT_MENU_ENTRY Instance method Protected Method Add unique entry into menu 20101126
3 ADD_TOOLBAR_BUTTONS Instance method Public Method Add toolbar buttons 20070102
4 BUILD_NODE_KEY Static method Public Method builds the node key for a node 20060227
5 CALC_PATH Instance method Public Method calculates x-path from node to tree root node 20120516
6 CONSTRUCTOR Instance method Public Constructor constructor 20061214
7 EXPAND_CHILDREN Instance method Public Method adds node children (triggered by EXPAND_NO_CHILDREN) 20090216
8 GET_CHANGE_INDICATOR Instance method Public Method Get change indicator 20060124
9 GET_COLUMN_HEADER_DATA Instance method Public Method Get the column header data 20051013
10 GET_CONTEXT_MENU_ENTRIES Instance method Public Method Get the context menu 20051108
11 GET_DRAG_AND_DROP_SUPPORTED Instance method Public Method 20100303
12 GET_FULLSCREEN Instance method Public Method Get attribute fullscreen 20061214
13 GET_NEXT_NODE_ID Instance method Public Method Node ID to be selected after next PBO 20090225
14 GET_NEXT_NODE_PATH Instance method Public Method 20120516
15 GET_NUMBER_OF_COLUMNS Instance method Public Method Get the number of tree columns 20051010
16 GET_PARENT_NODES Instance method Public Method get all parent nodes for given node_key 20090106
17 GET_ROOT_NODE_KEY Instance method Public Method Get the key of the root node 20060517
18 GET_STATE Instance method Public Method Get the state 20051010
19 GET_TREE_NODES_DATA Instance method Public Method Get the data of all nodes in a table 20051013
20 GET_TREE_NODE_DATA Instance method Public Method Get the data of one specified node 20051013
21 GET_TREE_NODE_DATA_BY_ID Instance method Public Method Get the data of one specified node by object_id 20061016
22 GET_TREE_NODE_DATA_BY_PATH Instance method Public Method Get the data of one specified node by path 20120516
23 GET_UI_MODE Instance method Public Method 20120210
24 NOTIFY_CHECKBOX_CHANGE Instance method Public Method notifies tree data about checkbox changes 20081030
25 OBJECT_DROPPED Instance method Public Method data tropped to tree 20100226
26 SET_CHANGE_INDICATOR Instance method Public Method Set change indicator 20060124
27 SET_COLUMN_HEADER_DATA Instance method Public Method Set the column header data 20051013
28 SET_DRAG_AND_DROP_SUPPORTED Instance method Public Method 20100303
29 SET_FULLSCREEN Instance method Public Method Set attribute fullscreen 20061214
30 SET_NEXT_NODE_ID Instance method Public Method Node ID to be selected after next PBO 20090225
31 SET_NEXT_NODE_PATH Instance method Public Method 20120516
32 SET_NUMBER_OF_COLUMNS Instance method Public Method Set the number of tree columns 20051010
33 SET_STATE Instance method Public Method Set the state 20051010
34 SET_TREE_NODES_DATA Instance method Public Method Set the data of all nodes from a table 20051013
35 SET_TREE_NODE_DATA Instance method Public Method Set the data of one specified node 20051013
36 SET_UI_MODE Instance method Public Method 20120210
Events
Class CL_ESD_TREE_DATA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYPT_CONTEXT_MENUS Protected See coding 20051108 typt_context_menus TYPE STANDARD TABLE OF typ_context_menu WITH NON-UNIQUE KEY type
2 TYP_CONTEXT_MENU Protected See coding 20051108 BEGIN OF typ_context_menu, type TYPE string, t_context_menu TYPE esd_context_menu_t, END OF typ_context_menu
Method Signatures

Method ADD_CONTEXT_MENU_ENTRIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CONTEXT_MENU Call by reference Type reference (TYPE) ESD_CONTEXT_MENU_T Context Menu entries 20051108
2 Importing IV_NODE_TYPE Call by reference Type reference (TYPE) STRING Node type 20051108

Method ADD_CONTEXT_MENU_ENTRIES on class CL_ESD_TREE_DATA has no exception.

Method ADD_CONTEXT_MENU_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENTRY Call by reference Type reference (TYPE) ESD_CONTEXT_MENU_S 20101126
2 Changing MENU Call by reference Type reference (TYPE) ESD_CONTEXT_MENU_T ESD: Context Menu entries 20101126

Method ADD_CONTEXT_MENU_ENTRY on class CL_ESD_TREE_DATA has no exception.

Method ADD_TOOLBAR_BUTTONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing TOOLBAR Call by reference Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar Control 20070102

Method ADD_TOOLBAR_BUTTONS on class CL_ESD_TREE_DATA has no exception.

Method BUILD_NODE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE_NAME Call by reference Type reference (TYPE) STRING 20060227
2 Importing IV_NODE_TYPE Call by reference Type reference (TYPE) STRING 20060227
3 Importing IV_PARENT_NODE_KEY Call by reference Type reference (TYPE) STRING 20060227
4 Returning RV_NODE_KEY Value transfer Type reference (TYPE) STRING 20060227

Method BUILD_NODE_KEY on class CL_ESD_TREE_DATA has no exception.

Method CALC_PATH 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) TM_NODEKEY Tree Model: Node Key 20120516
2 Returning PATH Value transfer Type reference (TYPE) STRING Split path for Messagetype 20120516

Method CALC_PATH on class CL_ESD_TREE_DATA has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing UI_LAYER Call by reference Object reference (TYPE REF TO) IF_ESD_UI_LAYER UI Layer 20061214

Method CONSTRUCTOR on class CL_ESD_TREE_DATA has no exception.

Method EXPAND_CHILDREN 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) TM_NODEKEY Tree Model: Node Key 20090216

Method EXPAND_CHILDREN on class CL_ESD_TREE_DATA has no exception.

Method GET_CHANGE_INDICATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_CHNG_IND Value transfer Type reference (TYPE) CDCHNGIND Change type (U, I, E, D) 20060124

Method GET_CHANGE_INDICATOR on class CL_ESD_TREE_DATA has no exception.

Method GET_COLUMN_HEADER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_HEADER_DATA Value transfer Type reference (TYPE) ESD_TREE_COLUMN_HEADER_T ESD: Information of all column headers of a tree 20051025

Method GET_COLUMN_HEADER_DATA on class CL_ESD_TREE_DATA has no exception.

Method GET_CONTEXT_MENU_ENTRIES 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 Node key 20051108
2 Importing IV_NODE_TYPE Call by reference Type reference (TYPE) STRING Node type (object type) 20051108
3 Returning RT_CONTEXT_MENU Value transfer Type reference (TYPE) ESD_CONTEXT_MENU_T ESD: Context Menu entries 20051108

Method GET_CONTEXT_MENU_ENTRIES on class CL_ESD_TREE_DATA has no exception.

Method GET_DRAG_AND_DROP_SUPPORTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DRAG_AND_DROP_SUPPORTED Value transfer Type reference (TYPE) FLAG 20100303

Method GET_DRAG_AND_DROP_SUPPORTED on class CL_ESD_TREE_DATA has no exception.

Method GET_FULLSCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FULLSCREEN Value transfer Type reference (TYPE) FLAG fullscreen? 20061214

Method GET_FULLSCREEN on class CL_ESD_TREE_DATA has no exception.

Method GET_NEXT_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NODE_ID Value transfer Type reference (TYPE) STRING Tree Model: Node Key 20090225

Method GET_NEXT_NODE_ID on class CL_ESD_TREE_DATA has no exception.

Method GET_NEXT_NODE_PATH Signature

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

Method GET_NEXT_NODE_PATH on class CL_ESD_TREE_DATA has no exception.

Method GET_NUMBER_OF_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NUMBER_OF_COLUMNS Value transfer Type reference (TYPE) ESD_TREE_NUMBER_COLUMNS Number of columns of a tree 20051025

Method GET_NUMBER_OF_COLUMNS on class CL_ESD_TREE_DATA has no exception.

Method GET_PARENT_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CURRENT_NODE_KEY Call by reference Type reference (TYPE) STRING 20090106
2 Exporting PARENT_NODES Call by reference Type reference (TYPE) ESD_TREE_NODES_T ESD: Tree Nodes 20090106

Method GET_PARENT_NODES on class CL_ESD_TREE_DATA has no exception.

Method GET_ROOT_NODE_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_ROOT_NODE_KEY Value transfer Type reference (TYPE) STRING Key of first root node 20060517

Method GET_ROOT_NODE_KEY on class CL_ESD_TREE_DATA has no exception.

Method GET_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_STATE Value transfer Type reference (TYPE) R3STATE ABAP: Program Status (Active, Saved, Transported...) 20051025

Method GET_STATE on class CL_ESD_TREE_DATA has no exception.

Method GET_TREE_NODES_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_NODES Value transfer Type reference (TYPE) ESD_TREE_NODES_T ESD: Tree Nodes 20051025

Method GET_TREE_NODES_DATA on class CL_ESD_TREE_DATA has no exception.

Method GET_TREE_NODE_DATA 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 Node Key 20061016
2 Returning RS_NODE Value transfer Type reference (TYPE) ESD_TREE_NODE_S Tree Node Infos 20051025

Method GET_TREE_NODE_DATA on class CL_ESD_TREE_DATA has no exception.

Method GET_TREE_NODE_DATA_BY_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) STRING object_id 20061016
2 Returning RS_NODE Value transfer Type reference (TYPE) ESD_TREE_NODE_S Tree Node Infos 20061016

Method GET_TREE_NODE_DATA_BY_ID on class CL_ESD_TREE_DATA has no exception.

Method GET_TREE_NODE_DATA_BY_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 path 20120516
2 Returning RS_NODE Value transfer Type reference (TYPE) ESD_TREE_NODE_S Tree Node Infos 20120516

Method GET_TREE_NODE_DATA_BY_PATH on class CL_ESD_TREE_DATA has no exception.

Method GET_UI_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning UI_MODE Value transfer Type reference (TYPE) SEU_ACTION 20120210

Method GET_UI_MODE on class CL_ESD_TREE_DATA has no exception.

Method NOTIFY_CHECKBOX_CHANGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECKED Call by reference Type reference (TYPE) AS4FLAG Flag (X or Blank) 20081030
2 Importing ITEM_NAME Call by reference Type reference (TYPE) TV_ITMNAME Tree Control: Column Name / Item Name 20081030
3 Importing NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY Tree Model: Node Key 20081030

Method NOTIFY_CHECKBOX_CHANGE on class CL_ESD_TREE_DATA has no exception.

Method OBJECT_DROPPED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DRAG_DROP_OBJECT Call by reference Object reference (TYPE REF TO) CL_DRAGDROPOBJECT Drag&Drop Data Object 20100226
2 Importing NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY Tree Model: Node Key 20100226
# Exception Resumable Description Created on
1 CX_ESD_EXCEPTION Unified Editor: Exception 20100226

Method SET_CHANGE_INDICATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHNG_IND Call by reference Type reference (TYPE) CDCHNGIND Change type (U, I, E, D) 20060124

Method SET_CHANGE_INDICATOR on class CL_ESD_TREE_DATA has no exception.

Method SET_COLUMN_HEADER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_HEADER_DATA Call by reference Type reference (TYPE) ESD_TREE_COLUMN_HEADER_T ESD: Information of all column headers of a tree 20051025

Method SET_COLUMN_HEADER_DATA on class CL_ESD_TREE_DATA has no exception.

Method SET_DRAG_AND_DROP_SUPPORTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DRAG_AND_DROP_SUPPORTED Call by reference Type reference (TYPE) FLAG 20100303

Method SET_DRAG_AND_DROP_SUPPORTED on class CL_ESD_TREE_DATA has no exception.

Method SET_FULLSCREEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FULLSCREEN Call by reference Type reference (TYPE) FLAG fullscreen? 20061214

Method SET_FULLSCREEN on class CL_ESD_TREE_DATA has no exception.

Method SET_NEXT_NODE_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NODE_ID Call by reference Type reference (TYPE) STRING Tree Model: Node Key 20090225

Method SET_NEXT_NODE_ID on class CL_ESD_TREE_DATA has no exception.

Method SET_NEXT_NODE_PATH Signature

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

Method SET_NEXT_NODE_PATH on class CL_ESD_TREE_DATA has no exception.

Method SET_NUMBER_OF_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NUMBER_OF_COLUMNS Call by reference Type reference (TYPE) ESD_TREE_NUMBER_COLUMNS Number of columns of a tree 20051025

Method SET_NUMBER_OF_COLUMNS on class CL_ESD_TREE_DATA has no exception.

Method SET_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_STATE Call by reference Type reference (TYPE) R3STATE ABAP: Program Status (Active, Saved, Transported...) 20051025

Method SET_STATE on class CL_ESD_TREE_DATA has no exception.

Method SET_TREE_NODES_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_NODES Call by reference Type reference (TYPE) ESD_TREE_NODES_T ESD: Tree Nodes 20051025

Method SET_TREE_NODES_DATA on class CL_ESD_TREE_DATA has no exception.

Method SET_TREE_NODE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NODE Call by reference Type reference (TYPE) ESD_TREE_NODE_S ESD: Tree Node Infos 20051025

Method SET_TREE_NODE_DATA on class CL_ESD_TREE_DATA has no exception.

Method SET_UI_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing UI_MODE Call by reference Type reference (TYPE) SEU_ACTION 20120210

Method SET_UI_MODE on class CL_ESD_TREE_DATA has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 710