SAP ABAP Class CL_PS_UI_TREE (Tree control)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PS-ST (Application Component) Structures
     PS_HLP_MD (Package) Handling Large Projects:-Master Data
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PS_UI_TREE Tree Interface 20100618
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_PS_UI_DRAFT_TREE Hierarchy Tree 20100722
2 Inheritance (c INHERITING FROM c_ref)  CL_PS_UI_HIERARCHY_TREE Hierarchy Tree 20100617
Properties
Class CL_PS_UI_TREE  
Short Description Tree control    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PS_HLP_MD   Handling Large Projects:-Master Data 
Created 20100609   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_GUI_COLUMN_TREE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CNTL Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 SDYDO Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 SLIS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_PS_UI_TREE Tree Interface 20100618
Friends
Class CL_PS_UI_TREE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_TREE Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_ALV_TREE ALV Tree Control 20100609
2 OT_EXPANDED_NODES Instance attribute Protected See coding Expanded Nodes(Expect leadf nodes) 20100704
3 OV_CURRENT_NODE Instance attribute Protected Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20100929
4 OV_NEXT_NODE Instance attribute Protected Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20101012
5 OV_PREVIOUS_NDOE Instance attribute Protected Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20100929
Methods
# Method Level Visibility Method type Description Created on
1 ADD_EXPANDED_NODE Instance method Protected Method 20100704
2 AFTER_USER_COMMAND Instance method Protected Event handling method 20100610
3 BEFORE_USER_COMMAND Instance method Protected Event handling method 20100610
4 BUTTON_CLICK Instance method Protected Event handling method 20100610
5 CHECKBOX_CHANGE Instance method Protected Event handling method 20100610
6 CLASS_CONSTRUCTOR Static method Public Constructor Not used 20100609
7 CONSTRUCTOR Instance method Public Constructor Not used 20100609
8 CREATE_TREE Instance method Public Method 20100618
9 CREATE_TREEALV Instance method Protected Method Create tree control 20100618
10 DEFAULT_CONTEXT_MENU_REQUEST Instance method Protected Event handling method 20100610
11 DEFAULT_CONTEXT_MENU_SELECT Instance method Protected Event handling method 20100610
12 DELETE_EXPANDED_NODE Instance method Protected Method 20100704
13 EXPAND_NC Instance method Protected Event handling method 20100610
14 FREE Instance method Public Method Free the tree instance 20100727
15 GET_DATA Instance method Protected Method Get data from backend 20100618
16 GET_EVENTS Instance method Protected Method 20100616
17 GET_EXCEPTION_FIELD Instance method Protected Method 20100616
18 GET_EXCEPT_QINFO Instance method Protected Method 20100616
19 GET_EXCLUDED_TOOLBAR Instance method Protected Method 20100616
20 GET_FIELD_CATALOG Instance method Protected Method 20100616
21 GET_FILTER Instance method Protected Method 20100616
22 GET_HEADER Instance method Protected Method 20100616
23 GET_LIST_COMMENTARY Instance method Protected Method 20100616
24 GET_REGISTERED_EVENTS Instance method Public Method Get the events which are registered 20100611
25 GET_SPECIAL_GROUPS Instance method Protected Method 20100616
26 GET_STRUCTURE_NAME Instance method Protected Method 20100616
27 GET_VARIANT Instance method Protected Method 20100616
28 HEADER_CLICK Instance method Protected Event handling method 20100610
29 HEADER_CONTEXT_MENU Instance method Protected Event handling method 20100610
30 HEADER_CONTEXT_MENU_REQUEST Instance method Protected Event handling method 20100610
31 HEADER_CONTEXT_MENU_SELECT Instance method Protected Event handling method 20100610
32 INITIALIZE Instance method Protected Method Initialize the tree and fill the tree with initial data 20100616
33 IS_EXPANDED_NODE_EXISTS Instance method Protected Method 20100704
34 ITEM_CONTEXT_MENU_REQUEST Instance method Protected Event handling method 20100610
35 ITEM_CONTEXT_MENU_SELECTED Instance method Protected Event handling method 20100610
36 ITEM_DOUBLE_CLICK Instance method Protected Event handling method 20100610
37 ITEM_KEYPRESS Instance method Protected Event handling method 20100610
38 LEFT_CLICK_DESIGN Instance method Protected Event handling method 20100610
39 LEFT_CLICK_RUN Instance method Protected Event handling method 20100610
40 LINK_CLICK Instance method Protected Event handling method 20100610
41 MOVE_CONTROL Instance method Protected Event handling method 20100610
42 NAVIGATE_TO_PARENT Instance method Protected Event handling method 20100623
43 NODE_CONTEXT_MENU_REQUEST Instance method Protected Event handling method 20100610
44 NODE_CONTEXT_MENU_SELECTED Instance method Protected Event handling method 20100610
45 NODE_DOUBLE_CLICK Instance method Protected Event handling method 20100610
46 NODE_KEYPRESS Instance method Protected Event handling method 20100610
47 ON_DRAG Instance method Protected Event handling method 20100610
48 ON_DRAG_MULTIPLE Instance method Protected Event handling method 20100610
49 ON_DROP Instance method Protected Event handling method 20100610
50 ON_DROP_COMPLETE Instance method Protected Event handling method 20100610
51 ON_DROP_COMPLETE_MULTIPLE Instance method Protected Event handling method 20100610
52 ON_DROP_GET_FLAVOR Instance method Protected Event handling method 20100610
53 RIGHT_CLICK Instance method Protected Event handling method Right Mouse Button Clicked on Control 20100610
54 SELECTION_CHANGED Instance method Protected Event handling method 20100610
55 SET_REGISTERED_EVENTS Instance method Public Method Registered the tree events via externally. 20100611
56 SIZE_CONTROL Instance method Protected Event handling method 20100610
57 TOP_OF_LIST Instance method Protected Event handling method 20100610
58 TOP_OF_PAGE Instance method Protected Event handling method 20100610
Events
Class CL_PS_UI_TREE has no event.
Types
Class CL_PS_UI_TREE has no local type.
Method Signatures

Method ADD_EXPANDED_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) LVC_NKEY ALV Tree Control: Node Key 20100704

Method ADD_EXPANDED_NODE on class CL_PS_UI_TREE has no exception.

Method AFTER_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing UCOMM Value transfer Attribute reference (LIKE) 20100618

Method AFTER_USER_COMMAND on class CL_PS_UI_TREE has no exception.

Method BEFORE_USER_COMMAND Signature

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

Method BEFORE_USER_COMMAND on class CL_PS_UI_TREE has no exception.

Method BUTTON_CLICK Signature

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

Method BUTTON_CLICK on class CL_PS_UI_TREE has no exception.

Method CHECKBOX_CHANGE Signature

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

Method CHECKBOX_CHANGE on class CL_PS_UI_TREE has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_PS_UI_TREE has no parameter.
Method CLASS_CONSTRUCTOR on class CL_PS_UI_TREE has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_PS_UI_TREE has no parameter.
Method CONSTRUCTOR on class CL_PS_UI_TREE has no exception.

Method CREATE_TREE Signature

Method CREATE_TREE on class CL_PS_UI_TREE has no parameter.
Method CREATE_TREE on class CL_PS_UI_TREE has no exception.

Method CREATE_TREEALV Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FCAT_COMPLETE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100618
2 Importing IV_HIDE_SELECTION Call by reference Type reference (TYPE) AS4FLAG ABAP_FALSE Visibility of Selection 20100618
3 Importing IV_ITEM_SELECTION Call by reference Type reference (TYPE) AS4FLAG ABAP_TRUE Can Individual Items be Selected? 20100618
4 Importing IV_LIFETIME Call by reference Type reference (TYPE) I Lifetime 20100618
5 Importing IV_MODEL_MODE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20100618
6 Importing IV_NODE_SELECTION_MODE Call by reference Type reference (TYPE) I CL_GUI_COLUMN_TREE=>NODE_SEL_MODE_SINGLE Nodes: Single or Multiple Selection 20100618
7 Importing IV_NO_HTML_HEADER Call by reference Type reference (TYPE) AS4FLAG ABAP_FALSE NO_HTML_HEADER 20100618
8 Importing IV_NO_TOOLBAR Call by reference Type reference (TYPE) AS4FLAG ABAP_FALSE NO_TOOLBAR 20100618
9 Importing IV_PARENT Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Parent Container 20100618
10 Importing IV_PRINT Call by reference Type reference (TYPE) AS4FLAG ABAP_FALSE Print Only 20100618
11 Importing IV_SHELLSTYLE Call by reference Type reference (TYPE) I Shell Style 20100618

Method CREATE_TREEALV on class CL_PS_UI_TREE has no exception.

Method DEFAULT_CONTEXT_MENU_REQUEST Signature

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

Method DEFAULT_CONTEXT_MENU_REQUEST on class CL_PS_UI_TREE has no exception.

Method DEFAULT_CONTEXT_MENU_SELECT Signature

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

Method DEFAULT_CONTEXT_MENU_SELECT on class CL_PS_UI_TREE has no exception.

Method DELETE_EXPANDED_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) LVC_NKEY ALV Tree Control: Node Key 20100704

Method DELETE_EXPANDED_NODE on class CL_PS_UI_TREE has no exception.

Method EXPAND_NC Signature

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

Method EXPAND_NC on class CL_PS_UI_TREE has no exception.

Method FREE Signature

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

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIRST Call by reference Type reference (TYPE) BOOLE_D ABAP_TRUE Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100701
2 Importing IV_LEVEL Call by reference Type reference (TYPE) SY-TABIX 1 Index of Internal Tables 20100701

Method GET_DATA on class CL_PS_UI_TREE has no exception.

Method GET_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EVENTS Call by reference Type reference (TYPE) CNTL_SIMPLE_EVENTS 20100616

Method GET_EVENTS on class CL_PS_UI_TREE has no exception.

Method GET_EXCEPTION_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_EXCEPTION_FIELD Call by reference Type reference (TYPE) LVC_S_L004 ALV control: Exceptions 20100616

Method GET_EXCEPTION_FIELD on class CL_PS_UI_TREE has no exception.

Method GET_EXCEPT_QINFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EXCEPT_QINFO Call by reference Type reference (TYPE) LVC_T_QINF Table for Exception Quickinfo 20100616

Method GET_EXCEPT_QINFO on class CL_PS_UI_TREE has no exception.

Method GET_EXCLUDED_TOOLBAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_TOOLBAR_EXCLUDED Call by reference Type reference (TYPE) UI_FUNCTIONS Function Code Table 20100616

Method GET_EXCLUDED_TOOLBAR on class CL_PS_UI_TREE has no exception.

Method GET_FIELD_CATALOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD_CATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Field Catalog for List Viewer Control 20100616

Method GET_FIELD_CATALOG on class CL_PS_UI_TREE has no exception.

Method GET_FILTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FILTERS Call by reference Type reference (TYPE) LVC_T_FILT ALV control: Table of filter conditions 20100616

Method GET_FILTER on class CL_PS_UI_TREE has no exception.

Method GET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_HIERARCHY_HEADER Call by reference Type reference (TYPE) TREEV_HHDR Tree Control: Attributes of the Hierarchy Header 20100616

Method GET_HEADER on class CL_PS_UI_TREE has no exception.

Method GET_LIST_COMMENTARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LIST_COMMENTARY Call by reference Type reference (TYPE) SLIS_T_LISTHEADER 20100616

Method GET_LIST_COMMENTARY on class CL_PS_UI_TREE has no exception.

Method GET_REGISTERED_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EVENTS Call by reference Type reference (TYPE) CNTL_SIMPLE_EVENTS 20100611

Method GET_REGISTERED_EVENTS on class CL_PS_UI_TREE has no exception.

Method GET_SPECIAL_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SPECIAL_GROUPS Call by reference Type reference (TYPE) LVC_T_SGRP ALV control: Table of field groups 20100616

Method GET_SPECIAL_GROUPS on class CL_PS_UI_TREE has no exception.

Method GET_STRUCTURE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_STRUCTURE_NAME Call by reference Type reference (TYPE) DD02L-TABNAME Table Name 20100616

Method GET_STRUCTURE_NAME on class CL_PS_UI_TREE has no exception.

Method GET_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_VARIANT Call by reference Type reference (TYPE) DISVARIANT Layout (External Use) 20100616

Method GET_VARIANT on class CL_PS_UI_TREE has no exception.

Method HEADER_CLICK Signature

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

Method HEADER_CLICK on class CL_PS_UI_TREE has no exception.

Method HEADER_CONTEXT_MENU Signature

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

Method HEADER_CONTEXT_MENU on class CL_PS_UI_TREE has no exception.

Method HEADER_CONTEXT_MENU_REQUEST Signature

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

Method HEADER_CONTEXT_MENU_REQUEST on class CL_PS_UI_TREE has no exception.

Method HEADER_CONTEXT_MENU_SELECT Signature

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

Method HEADER_CONTEXT_MENU_SELECT on class CL_PS_UI_TREE has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BACKGROUND_ID Call by reference Type reference (TYPE) SDYDO_KEY HTML Background 20100616
2 Importing IV_DEFAULT Call by reference Type reference (TYPE) CHAR01 ABAP_TRUE Default Display Variant 20100616
3 Importing IV_LOGO Call by reference Type reference (TYPE) SDYDO_VALUE Logo 20100616
4 Importing IV_SAVE Call by reference Type reference (TYPE) CHAR01 'A' Save Layout 20100616

Method INITIALIZE on class CL_PS_UI_TREE has no exception.

Method IS_EXPANDED_NODE_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_EXISTS Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100704
2 Importing IV_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV Tree Control: Node Key 20100704

Method IS_EXPANDED_NODE_EXISTS on class CL_PS_UI_TREE has no exception.

Method ITEM_CONTEXT_MENU_REQUEST Signature

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

Method ITEM_CONTEXT_MENU_REQUEST on class CL_PS_UI_TREE has no exception.

Method ITEM_CONTEXT_MENU_SELECTED Signature

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

Method ITEM_CONTEXT_MENU_SELECTED on class CL_PS_UI_TREE has no exception.

Method ITEM_DOUBLE_CLICK Signature

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

Method ITEM_DOUBLE_CLICK on class CL_PS_UI_TREE has no exception.

Method ITEM_KEYPRESS Signature

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

Method ITEM_KEYPRESS on class CL_PS_UI_TREE has no exception.

Method LEFT_CLICK_DESIGN Signature

Method LEFT_CLICK_DESIGN on class CL_PS_UI_TREE has no parameter.
Method LEFT_CLICK_DESIGN on class CL_PS_UI_TREE has no exception.

Method LEFT_CLICK_RUN Signature

Method LEFT_CLICK_RUN on class CL_PS_UI_TREE has no parameter.
Method LEFT_CLICK_RUN on class CL_PS_UI_TREE has no exception.

Method LINK_CLICK Signature

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

Method LINK_CLICK on class CL_PS_UI_TREE has no exception.

Method MOVE_CONTROL Signature

Method MOVE_CONTROL on class CL_PS_UI_TREE has no parameter.
Method MOVE_CONTROL on class CL_PS_UI_TREE has no exception.

Method NAVIGATE_TO_PARENT Signature

Method NAVIGATE_TO_PARENT on class CL_PS_UI_TREE has no parameter.
Method NAVIGATE_TO_PARENT on class CL_PS_UI_TREE has no exception.

Method NODE_CONTEXT_MENU_REQUEST Signature

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

Method NODE_CONTEXT_MENU_REQUEST on class CL_PS_UI_TREE has no exception.

Method NODE_CONTEXT_MENU_SELECTED Signature

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

Method NODE_CONTEXT_MENU_SELECTED on class CL_PS_UI_TREE has no exception.

Method 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) 20100818

Method NODE_DOUBLE_CLICK on class CL_PS_UI_TREE has no exception.

Method NODE_KEYPRESS Signature

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

Method NODE_KEYPRESS on class CL_PS_UI_TREE has no exception.

Method ON_DRAG Signature

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

Method ON_DRAG on class CL_PS_UI_TREE has no exception.

Method ON_DRAG_MULTIPLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DRAG_DROP_OBJECT Call by reference Attribute reference (LIKE) 20100818
2 Importing FIELDNAME Call by reference Attribute reference (LIKE) 20100818
3 Importing NODE_KEY_TABLE Call by reference Attribute reference (LIKE) 20100818

Method ON_DRAG_MULTIPLE on class CL_PS_UI_TREE has no exception.

Method ON_DROP Signature

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

Method ON_DROP on class CL_PS_UI_TREE has no exception.

Method ON_DROP_COMPLETE Signature

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

Method ON_DROP_COMPLETE on class CL_PS_UI_TREE has no exception.

Method ON_DROP_COMPLETE_MULTIPLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DRAG_DROP_OBJECT Call by reference Attribute reference (LIKE) 20100818
2 Importing FIELDNAME Call by reference Attribute reference (LIKE) 20100818
3 Importing NODE_KEY_TABLE Call by reference Attribute reference (LIKE) 20100818

Method ON_DROP_COMPLETE_MULTIPLE on class CL_PS_UI_TREE has no exception.

Method ON_DROP_GET_FLAVOR Signature

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

Method ON_DROP_GET_FLAVOR on class CL_PS_UI_TREE has no exception.

Method RIGHT_CLICK Signature

Method RIGHT_CLICK on class CL_PS_UI_TREE has no parameter.
Method RIGHT_CLICK on class CL_PS_UI_TREE has no exception.

Method SELECTION_CHANGED Signature

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

Method SELECTION_CHANGED on class CL_PS_UI_TREE has no exception.

Method SET_REGISTERED_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_RC Call by reference Type reference (TYPE) I 20100611
2 Importing IT_EVENTS Call by reference Type reference (TYPE) CNTL_SIMPLE_EVENTS 20100611

Method SET_REGISTERED_EVENTS on class CL_PS_UI_TREE has no exception.

Method SIZE_CONTROL Signature

Method SIZE_CONTROL on class CL_PS_UI_TREE has no parameter.
Method SIZE_CONTROL on class CL_PS_UI_TREE has no exception.

Method TOP_OF_LIST Signature

Method TOP_OF_LIST on class CL_PS_UI_TREE has no parameter.
Method TOP_OF_LIST on class CL_PS_UI_TREE has no exception.

Method TOP_OF_PAGE Signature

Method TOP_OF_PAGE on class CL_PS_UI_TREE has no parameter.
Method TOP_OF_PAGE on class CL_PS_UI_TREE has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 606