SAP ABAP Class CL_RSO_DATA_TREE (BW Repository: Display Data as Tree)
Hierarchy
SAP_BW (Software Component) SAP Business Warehouse
   BW-WHM-MTD (Application Component) Metadata (Repository)
     RSO (Package) BW Repository: Infastructure and Core GUI Components
Properties
Class CL_RSO_DATA_TREE  
Short Description BW Repository: Display Data as Tree    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package RSO   BW Repository: Infastructure and Core GUI Components 
Created 19990517   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_GUI_COLUMN_TREE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_RSO_REPOSITORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CNDD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
4 RS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
5 RSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
6 RSOC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RSO_DATA_TREE has no interface implemented.
Friends
Class CL_RSO_DATA_TREE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COPY Constant Public Type reference (TYPE) I 1 Operation is Copy 19990528
2 P_COLUMNS_INITIALIZED Instance attribute Private Type reference (TYPE) RS_BOOL Columns Already Initialized 19990608
3 P_DISPLAY_INITIALIZED Instance attribute Private Type reference (TYPE) RS_BOOL Was Display Routine Called? 19990519
4 P_ENABLE_CHECKBOXES Instance attribute Private Type reference (TYPE) RS_BOOL Display Comparison Checkbox(es) 19990701
5 P_ENABLE_COMPARISON Instance attribute Private Type reference (TYPE) RS_BOOL Permits Checkboxes for Version Comparison 19990520
6 P_ENABLE_SELECT Instance attribute Private Type reference (TYPE) RS_BOOL Node Selection Yes/No 19990519
7 P_HEADER_TREE Instance attribute Private Type reference (TYPE) STRING Heading Column Tree 19990517
8 P_HEADER_WIDTH_TREE Instance attribute Private Type reference (TYPE) I Width of Tree Column 19990517
9 P_ITEM_NAME Instance attribute Private Type reference (TYPE) I Counter for Column Name Tree Control 19990520
10 P_NODE_FOUND_INDEX Instance attribute Private Type reference (TYPE) I Index of Nodes Found in Table 20011227
11 P_NODE_KEY Instance attribute Private Type reference (TYPE) I Clear Key Node(s) in Tree Control 19990517
12 P_NODE_SELECTED Instance attribute Private Type reference (TYPE) TV_NODEKEY Selected Node(s) in Tree Control 19990519
13 P_NODE_SELECTION_MODE Instance attribute Private Type reference (TYPE) I Nodes: Single or Multiple Selection 19990629
14 P_NO_DISPLAY Instance attribute Private Type reference (TYPE) RS_BOOL Do Not Show Tree 20010620
15 P_R_GUI_COLUMN_TREE Instance attribute Private Object reference (TYPE REF TO) CL_GUI_COLUMN_TREE Column Tree Control (GUI) 19990519
16 P_R_GUI_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CONTAINER GUI Container for Tree Control 19990519
17 P_SHOW_DIFF_ONLY Instance attribute Private Type reference (TYPE) RS_BOOL Display Different Attributes only 19990519
18 P_S_TREE_NODE_ROOT Instance attribute Private Type reference (TYPE) RSO_S_TREE_NODE Root Node(s) (node_key initial) 19990610
19 P_TH_TREE_CHECKBOX_DEFAULT Instance attribute Private Type reference (TYPE) RSO_TH_TREE_CHECKBOX_DEFAULT List of Preferences for Checkbox 19990518
20 P_TH_TREE_ITEM Instance attribute Private Type reference (TYPE) RSO_TS_TREE_ITEM_OC Node Items (Format Tree-Control) 19991104
21 P_TH_TREE_ITEMNM_BY_STRING Instance attribute Private Type reference (TYPE) RSO_TH_TREE_ITEMNM_BY_STRING Column Name Conversion 19990520
22 P_TH_TREE_ITEM_COPY Instance attribute Private Type reference (TYPE) RSO_TS_TREE_ITEM_OC Node Items (Format Tree-Control) 20040513
23 P_TH_TREE_ITEM_OLD Instance attribute Private Type reference (TYPE) RSO_TS_TREE_ITEM_OC Node Items (Format Tree-Control) 19991104
24 P_TH_TREE_NODE Instance attribute Private Type reference (TYPE) RSO_TH_TREE_NODE Node List (Format Tree Control) 19990602
25 P_TH_TREE_NODE_BY_STRING Instance attribute Private Type reference (TYPE) RSO_TH_TREE_NODE_BY_STRING P_TH_TREE_NODE_BY_STRING 19990517
26 P_TH_TREE_NODE_OLD Instance attribute Private Type reference (TYPE) RSO_TH_TREE_NODE Node List (Format Tree Control) 19990609
27 P_TH_TREE_STRING_BY_ITEMNM Instance attribute Private Type reference (TYPE) RSO_TH_TREE_STRING_BY_ITEMNM Column Name Conversion 19990520
28 P_TH_TREE_STRING_BY_NODE Instance attribute Private Type reference (TYPE) RSO_TH_TREE_STRING_BY_NODE P_TH_TREE_STRING_BY_NODE 19990517
29 P_TH_TREE_STRING_BY_NODE_COPY Instance attribute Private Type reference (TYPE) RSO_TH_TREE_STRING_BY_NODE P_TH_TREE_STRING_BY_NODE 20040513
30 P_TREE_CHANGED Instance attribute Private Type reference (TYPE) RS_BOOL Tree Was Changed 19990609
31 P_TREE_EXPANDED Instance attribute Private Type reference (TYPE) RS_BOOL Nodes Were Expanded 19990609
32 P_T_DRAGDROP Instance attribute Private Type reference (TYPE) RSO_T_DRAGDROP Drag & Drop Behaviour 19990531
33 P_T_NODE_EXPANDED Instance attribute Private Type reference (TYPE) RSO_T_NODE BW Repository: Nodes in Tree 20020128
34 P_T_NODE_FOUND Instance attribute Private Type reference (TYPE) RSO_T_NODE Found Nodes 20011227
35 P_VAL_SEARCH Instance attribute Private Type reference (TYPE) STRING Search Term 20011227
36 USEDEFAULTEFFECT Constant Public Type reference (TYPE) I 4 Default Within a Control 19990528
Methods
# Method Level Visibility Method type Description Created on
1 ADD_COLUMN Instance method Public Method Inserts Column 19990716
2 ADD_COLUMNS_TO_TREE Instance method Private Method Inserts Columns in Tree Control 19990525
3 COLLAPSE_ALL_NODES Instance method Public Method Collapses all Branches of Tree 19990629
4 COLLAPSE_NODES Instance method Public Method Collapse nodes 19990629
5 COLUMN_SET_HIDDEN Instance method Public Method Make Column Visible/Invisible 20010321
6 COMPARE_COLUMNS Instance method Private Method Compares the Data in the Columns 19990517
7 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 19990517
8 CREATE_AND_INIT_TREE_CTRL Instance method Private Method Initializing Column Tree Control 19990519
9 DELETE_NODE Instance method Public Method Deletes a Node of the Tree 19990614
10 DELETE_NODE_INTERNAL Instance method Private Method Deletes a Node from the Tree 19990601
11 DESELECT_ALL Instance method Public Method Delete all checkboxes for an item 20000718
12 DISPLAY Instance method Public Method Displays the Data as a Tree in the Pop Up 19990517
13 DISPLAY_NEXT_LEVEL_OF_NODE Instance method Public Method Nodes and Next Level 19990809
14 DISPLAY_NEXT_LEVEL_OF_NODE_INT Instance method Private Method Nodes and Next Level 19990809
15 DISPLAY_SUBTREE_OF_NODE Instance method Private Method Nodes and Tree underneath 19990629
16 DRAGDROP_ADD Instance method Public Method Add Dragging & Dropping 19990528
17 EXPAND_NODE Instance method Public Method Expand Node 19990629
18 EXPAND_ROOT_NODES Instance method Public Method Expand All Root Nodes 19990629
19 EXPAND_UP_TO_NODE Instance method Private Method Drilldown Tree to the Nodes 19990728
20 FREE Instance method Public Method Delete Control etc. 19990609
21 GET_CHECKBOX_SELECTED Instance method Public Method Returns Selected Checkboxes 19990701
22 GET_CHILDREN_OF_NODE Instance method Public Method Returns Lower-Level Nodes 20000223
23 GET_DDHANDLE_OF_NODE Instance method Public Method Returns Drag & Drop ID for a Node 20000420
24 GET_ENABLE Instance method Public Method Reads Property "Enable" 20071113
25 GET_ITEM_NAME_BY_NUM Instance method Private Method Determines Column Name Tree Control from Number 19990520
26 GET_ITEM_NAME_BY_STRING Instance method Private Method Conversion String -> Column Name in the Column Tree Control 19990520
27 GET_ITEM_PROPERTIES Instance method Public Method Reading Properties for an Item 19990527
28 GET_NODES_CHECKBOX_ON Instance method Public Method Returns the Selected (Checkbox) Objects 19990819
29 GET_NODE_BY_STRING Instance method Private Method Conversion String -> Node Key in Column Tree Control 19990517
30 GET_NODE_KEY_ROOT Instance method Public Method Returns Node Key of Root Object 19990517
31 GET_NUM_OF_COLUMNS Instance method Private Method Number of Filled Columns 19990520
32 GET_PARENT_OF_NODE Instance method Public Method Returns Higher-Level Nodes 20000223
33 GET_SELECTED_NODES Instance method Public Method Returns Selected Nodes 19990629
34 GET_STRING_BY_ITEM_NAME Instance method Private Method Conversion Column Name in Column Tree Control -> String 19990520
35 GET_STRING_BY_NODE Instance method Private Method Conversion Column Name in Column Tree Control -> String 19990517
36 GET_TEXT_OF_NODE Instance method Public Method Returns Node text 20000420
37 GET_TITLE Instance method Public Method Returns Title 19990818
38 HANDLE_BUTTON_CLICK Instance method Public Event handling method Button Pressed in Tree 20050119
39 HANDLE_CHECKBOX_CHANGE Instance method Public Event handling method Event Handler Column Tree Control 19990519
40 HANDLE_EXPAND_NO_CHILDREN Instance method Public Event handling method Event Handler Column Tree Control 19990519
41 HANDLE_ITEM_CONTEXT_MENU_REQ Instance method Public Event handling method Event Handler Column Tree Control 19990520
42 HANDLE_ITEM_CONTEXT_MENU_SEL Instance method Public Event handling method Event Handler Column Tree Control 19990520
43 HANDLE_ITEM_DOUBLE_CLICK Instance method Public Event handling method Event Handler Column Tree Control 19990519
44 HANDLE_ITEM_KEYPRESS Instance method Public Event handling method Pushbutton Pressed, Item Selected 19991220
45 HANDLE_ITEM_KEYPRESS_ Instance method Public Event handling method Pushbutton was Pressed, Node Selected 20000218
46 HANDLE_NODE_CONTEXT_MENU_REQ Instance method Public Event handling method Event Handler Column Tree Control 19990520
47 HANDLE_NODE_CONTEXT_MENU_SEL Instance method Public Event handling method Event Handler Column Tree Control 19990520
48 HANDLE_NODE_DOUBLE_CLICK Instance method Public Event handling method Event Handler Column Tree Control 19990519
49 HANDLE_NODE_KEYPRESS Instance method Public Event handling method Pushbutton was Pressed, Node Selected 19991220
50 HANDLE_ON_DRAG Instance method Public Event handling method Drag & Drop: Drag Node 19990528
51 HANDLE_ON_DRAG_MULTIPLE Instance method Public Event handling method Drag & Drop: Drag Node 19990706
52 HANDLE_ON_DROP Instance method Public Event handling method Drag & Drop: Drop Node 19990528
53 HANDLE_ON_DROP_COMPLETE Instance method Public Event handling method Drag & Drop - Complete 19991221
54 HANDLE_ON_DROP_COMPLETE_MULT Instance method Public Event handling method Drag & Drop - Complete 20000223
55 HANDLE_ON_DROP_GET_FLAVOR Instance method Public Event handling method Drag & Drop: Determine flavor 19991221
56 HANDLE_ON_HEADER_CLICK Instance method Public Event handling method Event Handler Column Tree Control 19991103
57 HIDE_NODE Instance method Private Method Do Not Display Nodes 19990518
58 HIERARCHY_HEADER_GET_WIDTH Instance method Public Method Current Width of Column with Tree 19990610
59 HIERARCHY_HEADER_SET_TEXT Instance method Public Method Sets Header of Hierarchy 19990705
60 INSERT_ITEM Instance method Public Method Adds Item to Column 19990520
61 INSERT_ITEM_CHECKBOX Instance method Private Method Adds Item as Checkbox 19990518
62 INSERT_ITEM_INTERNAL Instance method Private Method Adds an Item (Column of Column Tree) 19990520
63 INSERT_NODE Instance method Public Method Adds a Tree Node 19990517
64 INSERT_NODE_INTERNAL Instance method Private Method Adds a Tree Node 19990520
65 IS_NODE_SELECTED Instance method Public Method Have You Already Selected a Node? 19990519
66 MARK_AS_FOLDER Instance method Private Method Indicated Nodes as Folder 19990517
67 MOVE_NODE Instance method Public Method Moves a Node into Tree 20020115
68 MOVE_NODE_INTERNAL Instance method Private Method Moves a Node into Tree 20020115
69 NODE_EXISTS Instance method Public Method Does Node Already Exist? 19990706
70 NODE_EXISTS_INTERNAL Instance method Private Method Does Node Already Exist? 19990706
71 NODE_SET_DRAGDROPID Instance method Public Method Sets the Drag&Drop ID of a Node 20021223
72 REFRESH_NODE_LIST Instance method Public Method Deletes Nodes in Tree for Reconstruction 19990610
73 REFRESH_TREE Instance method Public Method Deletes all Data in Tree 19990517
74 RESTORE_ITEMS Instance method Public Method Reset Column Status 20040513
75 SEARCH_NODES Instance method Public Method Find Nodes in Tree 19990728
76 SEARCH_NODES_NEXT Instance method Public Method Find Next 20011227
77 SELECT_ALL Instance method Public Method Put a check in all the checkboxes for an item 20000718
78 SEND_NODES_AND_ITEMS Instance method Private Method Sends Changed/New Nodes/Items to Control 19990520
79 SET_CHECKBOX_BELOW_NODE Instance method Private Method Set Checkbox for all Children 19990527
80 SET_COLUMN_WIDTH_BY_STRING Instance method Private Method Sets Column Width 19990527
81 SET_CONTAINER Instance method Public Method Sets Tree Control Container (if still blank) 19990519
82 SET_ENABLE Instance method Public Method Sets Property "Enable" 20071113
83 SET_ITEM_PROPERTIES Instance method Public Method Changes Properties of Item 19990527
84 SET_TREE_VISIBLE Instance method Public Method Show/Hide Tree 20051208
85 SHOW_NODE Instance method Private Method Display Node(s) 19990518
86 STORE_ITEMS Instance method Public Method Save Item Status 20040513
87 TREE_STATE_GET Instance method Public Method Return Drilldown Status of Tree 20051202
88 TREE_STATE_RESTORE Instance method Public Method Restore Tree Drilldown State 20020128
89 TREE_STATE_SAVE Instance method Public Method Save Tree Drilldown State 20020128
90 UPDATE_ITEM_INTERNAL Instance method Private Method Change Item on Frontend 19991104
Events
# Event Type Visibility Description Created on
1 BUTTON_CLICK Instance Event
(0)
Public
(2)
Pushbutton Clicked 20050119
2 CHECKBOX_CHANGE Instance Event
(0)
Public
(2)
Change Check Box 19990706
3 EXPAND_NO_CHILDREN Instance Event
(0)
Public
(2)
Subnodes do not yet Exist 19990520
4 ITEM_CONTEXT_MENU_REQUEST Instance Event
(0)
Public
(2)
Context Menu using Item 19990520
5 ITEM_CONTEXT_MENU_SELECT Instance Event
(0)
Public
(2)
Selection in Item Context Menu 19990520
6 ITEM_DOUBLE_CLICK Instance Event
(0)
Public
(2)
Double-click on Item 19990611
7 ITEM_KEYPRESS Instance Event
(0)
Public
(2)
Pushbutton was Pressed using Item 20000218
8 NODE_CONTEXT_MENU_REQUEST Instance Event
(0)
Public
(2)
Context Menu Using Nodes 19990520
9 NODE_CONTEXT_MENU_SELECT Instance Event
(0)
Public
(2)
Selection in Node Context Menu 19990520
10 NODE_DOUBLE_CLICK Instance Event
(0)
Public
(2)
Doppel-click on nodes 19990520
11 NODE_KEYPRESS Instance Event
(0)
Public
(2)
Pushbutton was Pressed using Node 20000218
12 ON_DRAG Instance Event
(0)
Public
(2)
Event for filling Drag & Drop Data - Object 19990531
13 ON_DRAG_MULTIPLE Instance Event
(0)
Public
(2)
Event for Filling Drag and Drop Data Object 19990706
14 ON_DROP Instance Event
(0)
Public
(2)
Drag & Drop - Add 19990531
15 ON_DROP_COMPLETE Instance Event
(0)
Public
(2)
Drag & Drop - Complete 19991221
16 ON_DROP_COMPLETE_MULTIPLE Instance Event
(0)
Public
(2)
Drag & Drop - Complete 20000223
17 ON_DROP_GET_FLAVOR Instance Event
(0)
Public
(2)
Drag & Drop - Determine Flavor 19991221
Types
Class CL_RSO_DATA_TREE has no local type.
Method Signatures

Method ADD_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLUMN_WIDTH Call by reference Type reference (TYPE) I Breite der Spalte 19990716
2 Importing I_NAME Call by reference Type reference (TYPE) STRING Spalte, in die Werte eingetragen wird 19990716
3 Importing I_TECHNAME Call by reference Type reference (TYPE) STRING Technischer Name der Spalte 19990716

Method ADD_COLUMN on class CL_RSO_DATA_TREE has no exception.

Method ADD_COLUMNS_TO_TREE Signature

Method ADD_COLUMNS_TO_TREE on class CL_RSO_DATA_TREE has no parameter.
Method ADD_COLUMNS_TO_TREE on class CL_RSO_DATA_TREE has no exception.

Method COLLAPSE_ALL_NODES Signature

Method COLLAPSE_ALL_NODES on class CL_RSO_DATA_TREE has no parameter.
Method COLLAPSE_ALL_NODES on class CL_RSO_DATA_TREE has no exception.

Method COLLAPSE_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_T_NODE Call by reference Type reference (TYPE) RSO_T_NODE Knoten 19990629

Method COLLAPSE_NODES on class CL_RSO_DATA_TREE has no exception.

Method COLUMN_SET_HIDDEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HIDDEN Call by reference Type reference (TYPE) RS_BOOL Boolean 20010321
2 Importing I_TECHNAME Call by reference Type reference (TYPE) STRING Spalte (technischer Name) 20010321
# Exception Resumable Description Created on
1 CNTL_SYSTEM_ERROR " 20010321
2 COLUMN_NOT_FOUND Spalte mit Namen COLUMN_NAME ist nicht vorhanden 20010321
3 FAILED Allgemeiner Fehler 20010321

Method COMPARE_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Knoten, für dessen Kinder verglichen werden soll 19990517
2 Returning R_IS_EQUAL Value transfer Type reference (TYPE) RS_BOOL Gleich oder nicht gleich 19990517

Method COMPARE_COLUMNS on class CL_RSO_DATA_TREE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ENABLE_CHECKBOXES Call by reference Type reference (TYPE) RS_BOOL rs_c_true Checkboxes anzeigen 19990701
2 Importing I_ENABLE_COMPARISON Call by reference Type reference (TYPE) RS_BOOL rs_c_false Checkboxes für Versionsauswahl erlauben 19990520
3 Importing I_ENABLE_SELECT Call by reference Type reference (TYPE) RS_BOOL rs_c_false Auswahl von Knoten ja/nein 19990519
4 Importing I_HEADER_TREE Call by reference Type reference (TYPE) STRING Header Spalte Baum 19990518
5 Importing I_HEADER_WIDTH_TREE Call by reference Type reference (TYPE) I Breite Spalte Baum 19990518
6 Importing I_NODE_SELECTION_MODE Call by reference Type reference (TYPE) I cl_gui_column_tree=>node_sel_mode_single Knoten: Einfach- oder Mehrfachselektion 19990629
7 Importing I_NO_DISPLAY Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Keine Anzeige des Baums 20010620
8 Importing I_R_GUI_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER GUI Container für Tree Control 19990519
9 Importing I_SHOW_DIFF_ONLY Call by reference Type reference (TYPE) RS_BOOL rs_c_false Nur verschiedene Attribute zeigen 19990519

Method CONSTRUCTOR on class CL_RSO_DATA_TREE has no exception.

Method CREATE_AND_INIT_TREE_CTRL Signature

Method CREATE_AND_INIT_TREE_CTRL on class CL_RSO_DATA_TREE has no parameter.
# Exception Resumable Description Created on
1 DEFAULT_DROP_FAILED Default Drop konnte nicht definiert werden 19990623

Method DELETE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE_KEY Call by reference Type reference (TYPE) STRING Schlüssel des Knotens 19990614

Method DELETE_NODE on class CL_RSO_DATA_TREE has no exception.

Method DELETE_NODE_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Schlüssel des Knotens 19990601
2 Importing I_NODE_KEY_S Call by reference Type reference (TYPE) STRING String-Darstellung des Schlüsselknotens 20090715

Method DELETE_NODE_INTERNAL on class CL_RSO_DATA_TREE has no exception.

Method DESELECT_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEM_CHECKBOX Call by reference Type reference (TYPE) STRING Item mit Ankreuzfeld 20000718

Method DESELECT_ALL on class CL_RSO_DATA_TREE has no exception.

Method DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NODE_SELECTED Call by reference Type reference (TYPE) STRING Ausgewählter Knoten 19990518
2 Exporting E_TH_CHECKBOX_SELECTED Call by reference Type reference (TYPE) RSO_TH_TREE_CHECKBOX_SELECTED Liste der ausgewählten Checkboxes 19990518

Method DISPLAY on class CL_RSO_DATA_TREE has no exception.

Method DISPLAY_NEXT_LEVEL_OF_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NUM_NODES Call by reference Type reference (TYPE) I Anzahl Knoten des nächsten Levels 19990809
2 Importing I_NODE Call by reference Type reference (TYPE) STRING Knoten der mit nächstem Level angezeigt werden soll 19990809
# Exception Resumable Description Created on
1 NODE_NOT_FOUND Knoten konnte nicht gefunden werden 19990809

Method DISPLAY_NEXT_LEVEL_OF_NODE_INT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NUM_NODES Call by reference Type reference (TYPE) I Anzahl Knoten des nächsten Levels 19990809
2 Importing I_NODE_KEY Value transfer Type reference (TYPE) TV_NODEKEY Knoten der mit nächstem Level angezeigt werden soll 19990809
# Exception Resumable Description Created on
1 NODE_NOT_FOUND Knoten konnte nicht gefunden werden 19990809

Method DISPLAY_SUBTREE_OF_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NUM_NODES Call by reference Type reference (TYPE) I Anzahl Knoten des nächsten Levels 19990629
2 Importing I_NODE_KEY Value transfer Type reference (TYPE) TV_NODEKEY Knoten der mit nächstem Level angezeigt werden soll 19990629
# Exception Resumable Description Created on
1 NODE_NOT_FOUND Knoten konnte nicht gefunden werden 19990629

Method DRAGDROP_ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_HANDLE Value transfer Type reference (TYPE) I Drag&Drop Handle für Knoten 19990531
2 Importing I_DRAGSRC Call by reference Type reference (TYPE) CHAR01 ? DragSource 19990528
3 Importing I_DROPTARGET Call by reference Type reference (TYPE) CHAR01 ? DropTarget 19990528
4 Importing I_EFFECT Call by reference Type reference (TYPE) I COPY ? Move/Copy 19990528
5 Importing I_EFFECT_IN_CTRL Call by reference Type reference (TYPE) I USEDEFAULTEFFECT ? Defaultverhalten f. DragDrop innerhalb des Ctrls 19990528
6 Importing I_FLAVOR Call by reference Type reference (TYPE) C Flavor 19990528
7 Importing I_HANDLE Call by reference Type reference (TYPE) I Schon vorhandener Drag&Drop Handle 20000911
8 Importing I_IS_DEFAULT_DROP Call by reference Type reference (TYPE) RS_BOOL rs_c_false Drop auf leerer Fläche 19990623

Method DRAGDROP_ADD on class CL_RSO_DATA_TREE has no exception.

Method EXPAND_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXPAND_SUBTREE Call by reference Type reference (TYPE) RS_BOOL rs_c_true Teilbaum expandieren 19990629
2 Importing I_NODE Call by reference Type reference (TYPE) STRING Knoten 19990629

Method EXPAND_NODE on class CL_RSO_DATA_TREE has no exception.

Method EXPAND_ROOT_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_EXPAND_SUBTREE Call by reference Type reference (TYPE) RS_BOOL rs_c_true Kompletten Unterbaum expandieren 19990629

Method EXPAND_ROOT_NODES on class CL_RSO_DATA_TREE has no exception.

Method EXPAND_UP_TO_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODEKEY Call by reference Type reference (TYPE) TV_NODEKEY Knoten 19990728

Method EXPAND_UP_TO_NODE on class CL_RSO_DATA_TREE has no exception.

Method FREE Signature

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

Method GET_CHECKBOX_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TH_CHECKBOX_SELECTED Call by reference Type reference (TYPE) RSO_TH_TREE_CHECKBOX_SELECTED Liste der ausgewählten Checkboxes 19990701
2 Importing I_ITEM_CHECKBOX Call by reference Type reference (TYPE) STRING Spalte mit Checkbox 19990916

Method GET_CHECKBOX_SELECTED on class CL_RSO_DATA_TREE has no exception.

Method GET_CHILDREN_OF_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_NODE_CHILDREN Value transfer Type reference (TYPE) RSO_T_NODE Übergeordneter Knoten 20000223
2 Importing I_NODE Call by reference Type reference (TYPE) STRING Knoten 20000223

Method GET_CHILDREN_OF_NODE on class CL_RSO_DATA_TREE has no exception.

Method GET_DDHANDLE_OF_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE Call by reference Type reference (TYPE) STRING Knoten 20000420
2 Returning R_DDHANDLE Value transfer Type reference (TYPE) I Drag & Drop Handle 20000420

Method GET_DDHANDLE_OF_NODE on class CL_RSO_DATA_TREE has no exception.

Method GET_ENABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ENABLE Call by reference Type reference (TYPE) C Eigenschaft 'enable' 20071113
# Exception Resumable Description Created on
1 CNTL_ERROR CNTL_ERROR 20071113

Method GET_ITEM_NAME_BY_NUM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NUMBER Call by reference Type reference (TYPE) I Nummer der Spalte 19990520
2 Returning R_ITEM_NAME_CTRL Value transfer Type reference (TYPE) TV_ITMNAME Spaltenname im Tree-Control 19990520

Method GET_ITEM_NAME_BY_NUM on class CL_RSO_DATA_TREE has no exception.

Method GET_ITEM_NAME_BY_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEM_NAME Call by reference Type reference (TYPE) STRING Spaltenüberschrift 19990520
2 Importing I_ITEM_TECHNAME Call by reference Type reference (TYPE) STRING Spaltenname als String 19990610
3 Returning R_ITEM_NAME Value transfer Type reference (TYPE) TV_ITMNAME Spaltenname des Column Tree Control 19990520

Method GET_ITEM_NAME_BY_STRING on class CL_RSO_DATA_TREE has no exception.

Method GET_ITEM_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_CHOSEN Call by reference Type reference (TYPE) RS_BOOL Ausgewählt ? (Checkbox etc. ) 19990527
2 Exporting E_DISABLED Call by reference Type reference (TYPE) RS_BOOL Gesperrt 19990527
3 Exporting E_EDITABLE Call by reference Type reference (TYPE) RS_BOOL Veränderbar ? 19990527
4 Exporting E_ICON Call by reference Type reference (TYPE) TV_IMAGE Icon 20000330
5 Exporting E_STYLE Call by reference Type reference (TYPE) I Style 19990527
6 Importing I_ITEM_NAME Call by reference Type reference (TYPE) STRING Spalte, in die Werte eingetragen wird 19990527
7 Importing I_ITEM_TECHNAME Call by reference Type reference (TYPE) STRING Technischer Name der Spalte 19990721
8 Importing I_NODE_KEY Call by reference Type reference (TYPE) STRING Schlüssel des Knotens, zu dem Wert angegeben werden soll 19990527
# Exception Resumable Description Created on
1 ITEM_NOT_FOUND Item konnte nicht gefunden werden 19990527

Method GET_NODES_CHECKBOX_ON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_NODE Call by reference Type reference (TYPE) RSO_T_NODE Knoten 19990819
2 Importing I_ITEM_TECHNAME Call by reference Type reference (TYPE) STRING Technischer Name der Spalte 19990819

Method GET_NODES_CHECKBOX_ON on class CL_RSO_DATA_TREE has no exception.

Method GET_NODE_BY_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE_KEY Call by reference Type reference (TYPE) STRING Node Key als String 19990517
2 Returning R_NODE_KEY Value transfer Type reference (TYPE) TV_NODEKEY Node Key des Column Tree Control 19990517

Method GET_NODE_BY_STRING on class CL_RSO_DATA_TREE has no exception.

Method GET_NODE_KEY_ROOT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NODE_KEY Value transfer Type reference (TYPE) TV_NODEKEY Node Key des Root-Nodes 19990517

Method GET_NODE_KEY_ROOT on class CL_RSO_DATA_TREE has no exception.

Method GET_NUM_OF_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_NUM_OF_COLUMNS Value transfer Type reference (TYPE) I Anzahl der gefüllten Spalten 19990520

Method GET_NUM_OF_COLUMNS on class CL_RSO_DATA_TREE has no exception.

Method GET_PARENT_OF_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE Call by reference Type reference (TYPE) STRING Knoten 20000223
2 Returning R_NODE_PARENT Value transfer Type reference (TYPE) STRING Übergeordneter Knoten 20000223

Method GET_PARENT_OF_NODE on class CL_RSO_DATA_TREE has no exception.

Method GET_SELECTED_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_NODE Call by reference Type reference (TYPE) RSO_T_NODE Selektierte Knoten 19990629

Method GET_SELECTED_NODES on class CL_RSO_DATA_TREE has no exception.

Method GET_STRING_BY_ITEM_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEM_NAME Call by reference Type reference (TYPE) TV_ITMNAME Spaltenname des Column Tree Control 19990520
2 Returning R_ITEM_NAME Value transfer Type reference (TYPE) STRING Spaltenname als String 19990520

Method GET_STRING_BY_ITEM_NAME on class CL_RSO_DATA_TREE has no exception.

Method GET_STRING_BY_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Node Key des Column Tree Control 19990517
2 Returning R_NODE_KEY Value transfer Type reference (TYPE) STRING Node Key als String 19990517

Method GET_STRING_BY_NODE on class CL_RSO_DATA_TREE has no exception.

Method GET_TEXT_OF_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE Call by reference Type reference (TYPE) STRING Knoten 20000420
2 Returning R_TEXT Value transfer Type reference (TYPE) STRING Text zum Knoten 20000420

Method GET_TEXT_OF_NODE on class CL_RSO_DATA_TREE has no exception.

Method GET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_TITLE Value transfer Type reference (TYPE) SYTITLE Titel 19990818

Method GET_TITLE on class CL_RSO_DATA_TREE has no exception.

Method HANDLE_BUTTON_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) 20050119
2 Importing NODE_KEY Call by reference Attribute reference (LIKE) 20050119

Method HANDLE_BUTTON_CLICK on class CL_RSO_DATA_TREE has no exception.

Method HANDLE_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) 19990519
2 Importing ITEM_NAME Call by reference Type reference (TYPE) 19990519
3 Importing NODE_KEY Call by reference Type reference (TYPE) 19990519

Method HANDLE_CHECKBOX_CHANGE on class CL_RSO_DATA_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 Type reference (TYPE) 19990519

Method HANDLE_EXPAND_NO_CHILDREN on class CL_RSO_DATA_TREE has no exception.

Method HANDLE_ITEM_CONTEXT_MENU_REQ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ITEM_NAME Call by reference Type reference (TYPE) 19990520
2 Importing MENU Call by reference Type reference (TYPE) 19990520
3 Importing NODE_KEY Call by reference Type reference (TYPE) 19990520

Method HANDLE_ITEM_CONTEXT_MENU_REQ on class CL_RSO_DATA_TREE has no exception.

Method HANDLE_ITEM_CONTEXT_MENU_SEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Type reference (TYPE) 19990520
2 Importing ITEM_NAME Call by reference Type reference (TYPE) 19990520
3 Importing NODE_KEY Call by reference Type reference (TYPE) 19990520

Method HANDLE_ITEM_CONTEXT_MENU_SEL on class CL_RSO_DATA_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 Type reference (TYPE) 19990519
2 Importing NODE_KEY Call by reference Type reference (TYPE) 19990519

Method HANDLE_ITEM_DOUBLE_CLICK on class CL_RSO_DATA_TREE has no exception.

Method HANDLE_ITEM_KEYPRESS 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) 19991220
2 Importing KEY Call by reference Attribute reference (LIKE) 19991220
3 Importing NODE_KEY Call by reference Attribute reference (LIKE) 19991220

Method HANDLE_ITEM_KEYPRESS on class CL_RSO_DATA_TREE has no exception.

Method HANDLE_ITEM_KEYPRESS_ Signature

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

Method HANDLE_ITEM_KEYPRESS_ on class CL_RSO_DATA_TREE has no exception.

Method HANDLE_NODE_CONTEXT_MENU_REQ Signature

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

Method HANDLE_NODE_CONTEXT_MENU_REQ on class CL_RSO_DATA_TREE has no exception.

Method HANDLE_NODE_CONTEXT_MENU_SEL Signature

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

Method HANDLE_NODE_CONTEXT_MENU_SEL on class CL_RSO_DATA_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 Type reference (TYPE) 19990519

Method HANDLE_NODE_DOUBLE_CLICK on class CL_RSO_DATA_TREE has no exception.

Method HANDLE_NODE_KEYPRESS Signature

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

Method HANDLE_NODE_KEYPRESS on class CL_RSO_DATA_TREE has no exception.

Method HANDLE_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 Type reference (TYPE) 19990528
2 Importing ITEM_NAME Call by reference Type reference (TYPE) 19990531
3 Importing NODE_KEY Call by reference Type reference (TYPE) 19990528

Method HANDLE_ON_DRAG on class CL_RSO_DATA_TREE has no exception.

Method HANDLE_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 Type reference (TYPE) 19990706
2 Importing ITEM_NAME Call by reference Type reference (TYPE) 19990706
3 Importing NODE_KEY_TABLE Call by reference Type reference (TYPE) >INVALID< 19990706

Method HANDLE_ON_DRAG_MULTIPLE on class CL_RSO_DATA_TREE has no exception.

Method HANDLE_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 Type reference (TYPE) 19990528
2 Importing NODE_KEY Call by reference Type reference (TYPE) 19990528

Method HANDLE_ON_DROP on class CL_RSO_DATA_TREE has no exception.

Method HANDLE_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) 19991221
2 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 19991221
3 Importing NODE_KEY Call by reference Attribute reference (LIKE) 19991221

Method HANDLE_ON_DROP_COMPLETE on class CL_RSO_DATA_TREE has no exception.

Method HANDLE_ON_DROP_COMPLETE_MULT 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) 20000223
2 Importing ITEM_NAME Call by reference Attribute reference (LIKE) 20000223
3 Importing NODE_KEY_TABLE Call by reference Attribute reference (LIKE) >INVALID< 20000223

Method HANDLE_ON_DROP_COMPLETE_MULT on class CL_RSO_DATA_TREE has no exception.

Method HANDLE_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) 19991221
2 Importing FLAVORS Call by reference Attribute reference (LIKE) 19991221
3 Importing NODE_KEY Call by reference Attribute reference (LIKE) 19991221

Method HANDLE_ON_DROP_GET_FLAVOR on class CL_RSO_DATA_TREE has no exception.

Method HANDLE_ON_HEADER_CLICK Signature

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

Method HANDLE_ON_HEADER_CLICK on class CL_RSO_DATA_TREE has no exception.

Method HIDE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Knoten 19990518

Method HIDE_NODE on class CL_RSO_DATA_TREE has no exception.

Method HIERARCHY_HEADER_GET_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEM_TECHNAME Call by reference Type reference (TYPE) STRING Technischer Name der Spalte 19991020
2 Returning R_WIDTH Value transfer Type reference (TYPE) I Aktuelle Breite der Spalte mit Baum 19990610

Method HIERARCHY_HEADER_GET_WIDTH on class CL_RSO_DATA_TREE has no exception.

Method HIERARCHY_HEADER_SET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXT Call by reference Type reference (TYPE) STRING Neuer Text der Hierarchie 19990705

Method HIERARCHY_HEADER_SET_TEXT on class CL_RSO_DATA_TREE has no exception.

Method INSERT_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALIGNMENT Call by reference Type reference (TYPE) I cl_gui_column_tree=>align_left Ausrichtigung 19991118
2 Importing I_CHECKBOX_DEFAULT Call by reference Type reference (TYPE) RS_BOOL rs_c_false Default: Checkbox gesetzt (falls vorhanden) 19990520
3 Importing I_CHOSEN Call by reference Type reference (TYPE) RS_BOOL rs_c_false Ausgewählt ? (Checkbox etc. ) 19990525
4 Importing I_CLASS Call by reference Type reference (TYPE) I cl_gui_column_tree=>item_class_text Art der Spalte 19990521
5 Importing I_COLUMN_WIDTH Call by reference Type reference (TYPE) I Breite der Spalte 19990527
6 Importing I_DISABLED Call by reference Type reference (TYPE) RS_BOOL rs_c_false Gesperrt 19990525
7 Importing I_EDITABLE Call by reference Type reference (TYPE) RS_BOOL rs_c_false Veränderbar ? 19990525
8 Importing I_FONT Call by reference Type reference (TYPE) I Font 19991118
9 Importing I_HIDDEN Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Versteckt 20040517
10 Importing I_IMAGE Call by reference Type reference (TYPE) TV_IMAGE Icon 19990629
11 Importing I_ITEM Call by reference Type reference (TYPE) STRING Wert, der für Knoten in Spalte angezeigt wird 19990520
12 Importing I_ITEM_NAME Call by reference Type reference (TYPE) STRING Spalte, in die Werte eingetragen wird 19990520
13 Importing I_ITEM_TECHNAME Call by reference Type reference (TYPE) STRING Technischer Name der Spalte 19990610
14 Importing I_NODE_KEY Call by reference Type reference (TYPE) STRING Schlüssel des Knotens, zu dem Wert angegeben werden soll 19990520
15 Importing I_STYLE Call by reference Type reference (TYPE) I Style 19990521

Method INSERT_ITEM on class CL_RSO_DATA_TREE has no exception.

Method INSERT_ITEM_CHECKBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHOSEN Call by reference Type reference (TYPE) RS_BOOL Wert, der für Knoten in Spalte angezeigt wird 19990518
2 Importing I_ITEM_NAME Call by reference Type reference (TYPE) TV_ITMNAME Spalte, in die Werte eingetragen wird 19990518
3 Importing I_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Schlüssel des Knotens, zu dem Wert angegeben werden soll 19990518

Method INSERT_ITEM_CHECKBOX on class CL_RSO_DATA_TREE has no exception.

Method INSERT_ITEM_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ALIGNMENT Call by reference Type reference (TYPE) I cl_gui_column_tree=>align_left Ausrichtigung 19991118
2 Importing I_CHECKBOX_DEFAULT Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Default: Checkbox nicht gesetzt (falls vorhanden) 19990520
3 Importing I_CHOSEN Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Ausgewählt ? (Checkbox etc. ) 19990525
4 Importing I_CLASS Call by reference Type reference (TYPE) I Art der Spalte 19990521
5 Importing I_DISABLED Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Gesperrt 19990525
6 Importing I_EDITABLE Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Veränderbar ? 19990525
7 Importing I_FONT Call by reference Type reference (TYPE) I Font 19990922
8 Importing I_HIDDEN Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Versteckt 20040517
9 Importing I_IMAGE Call by reference Type reference (TYPE) TV_IMAGE Icon 19990520
10 Importing I_ITEM Call by reference Type reference (TYPE) STRING Wert, der für Knoten in Spalte angezeigt wird 19990520
11 Importing I_ITEM_TECHNAME Call by reference Type reference (TYPE) TV_ITMNAME Spalte, in die Werte eingetragen wird 19990610
12 Importing I_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Schlüssel des Knotens, zu dem Wert angegeben werden soll 19990520
13 Importing I_STYLE Call by reference Type reference (TYPE) I Style 19990521

Method INSERT_ITEM_INTERNAL on class CL_RSO_DATA_TREE has no exception.

Method INSERT_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DISABLED Call by reference Type reference (TYPE) RS_BOOL rs_c_false Knoten nicht aktiv 19990525
2 Importing I_DRAGDROP_HANDLE Call by reference Type reference (TYPE) I Handle für Drag & Drop 19990531
3 Importing I_FONT Call by reference Type reference (TYPE) I Font 19990922
4 Importing I_IMAGE Call by reference Type reference (TYPE) TV_IMAGE Icon zu Knoten (geschlossen, Blatt) 19990518
5 Importing I_IMAGE_EXPANDED Call by reference Type reference (TYPE) TV_IMAGE Icon zu Knoten (offen, Blatt) 19990518
6 Importing I_IS_FOLDER Call by reference Type reference (TYPE) RS_BOOL rs_c_false Knoten hat Unterknoten 19990520
7 Importing I_NODE_KEY Call by reference Type reference (TYPE) STRING Schlüssel des Knotens 19990517
8 Importing I_NODE_KEY_NEXT_SIBLING Call by reference Type reference (TYPE) STRING SPACE Nachfolgender Knoten 20020129
9 Importing I_NODE_KEY_PREV_SIBLING Call by reference Type reference (TYPE) STRING SPACE Vohergehender Knoten 20020125
10 Importing I_NODE_KEY_RELATED Call by reference Type reference (TYPE) STRING SPACE Übergeordneter Knoten 19990517
11 Importing I_NODE_KEY_TEXT Call by reference Type reference (TYPE) STRING SPACE Text, der zu Knoten angezeigt werden soll 19990517
12 Importing I_RELATSHIP Call by reference Type reference (TYPE) I Beziehung zwischen I_NODE_KEY und I_NODE_KEY_RELATED 20000203
13 Importing I_STYLE Call by reference Type reference (TYPE) I Style 19990922
# Exception Resumable Description Created on
1 DUPLICATE_KEY Einfügen ergab Fehler 19990525
2 NODE_RELATED_MISSING Elternknoten fehlt 19990602

Method INSERT_NODE_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_AS_COPY Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Als mehrfache Kopie einfügen? 19990521
2 Importing I_DISABLED Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Knoten unveränderbar 19990521
3 Importing I_DRAGDROP_HANDLE Call by reference Type reference (TYPE) I Handle für Drag & Drop 19990531
4 Importing I_FONT Call by reference Type reference (TYPE) I Font 19990922
5 Importing I_IMAGE Call by reference Type reference (TYPE) TV_IMAGE Icon zu Knoten (geschlossen, Blatt) 19990520
6 Importing I_IMAGE_EXPANDED Call by reference Type reference (TYPE) TV_IMAGE Icon zu Knoten (offen, Blatt) 19990520
7 Importing I_IS_FOLDER Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Knoten hat Unterknoten 19990520
8 Importing I_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Schlüssel des Knotens 19990520
9 Importing I_NODE_KEY_NEXT_SIBL Call by reference Type reference (TYPE) TV_NODEKEY SPACE Nachfolgender Knoten 20020129
10 Importing I_NODE_KEY_PREV_SIBL Call by reference Type reference (TYPE) TV_NODEKEY SPACE Vorhergehender Knoten 20020125
11 Importing I_NODE_KEY_RELATED Call by reference Type reference (TYPE) TV_NODEKEY SPACE Übergeordneter Knoten 19990520
12 Importing I_NODE_KEY_TEXT Call by reference Type reference (TYPE) STRING SPACE Text, der zu Knoten angezeigt werden soll 19990520
13 Importing I_RELATSHIP Call by reference Type reference (TYPE) I Beziehung zwischen I_NODE_KEY und I_NODE_KEY_RELATED 20000203
14 Importing I_STYLE Call by reference Type reference (TYPE) I Style 19990922
# Exception Resumable Description Created on
1 DUPLICATE_KEY Knoten existiert schon 19990602
2 NODE_RELATED_MISSING Elternknoten fehlt 19990602

Method IS_NODE_SELECTED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_ANSWER Value transfer Type reference (TYPE) RS_BOOL Knoten selektiert -> rs_c_true 19990519

Method IS_NODE_SELECTED on class CL_RSO_DATA_TREE has no exception.

Method MARK_AS_FOLDER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Schlüssel des Knotens 19990517

Method MARK_AS_FOLDER on class CL_RSO_DATA_TREE has no exception.

Method MOVE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE_KEY Call by reference Type reference (TYPE) STRING Schlüssel des Knotens 20020115
2 Importing I_NODE_KEY_RELATED Call by reference Type reference (TYPE) STRING SPACE Übergeordneter Knoten 20020115
3 Importing I_RELATSHIP Call by reference Type reference (TYPE) I Beziehung zwischen I_NODE_KEY und I_NODE_KEY_RELATED 20020115
# Exception Resumable Description Created on
1 DUPLICATE_KEY Einfügen ergab Fehler 20020115
2 MOVE_FAILURE Anderer Fehler beim Verschieben des Knotens 20020115
3 NODE_RELATED_MISSING Elternknoten fehlt 20020115

Method MOVE_NODE_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Schlüssel des Knotens 20020115
2 Importing I_NODE_KEY_RELATED Call by reference Type reference (TYPE) TV_NODEKEY SPACE Übergeordneter Knoten 20020115
3 Importing I_RELATSHIP Call by reference Type reference (TYPE) I Beziehung zwischen I_NODE_KEY und I_NODE_KEY_RELATED 20020115
# Exception Resumable Description Created on
1 DUPLICATE_KEY Knoten existiert schon 20020115
2 MOVE_FAILURE Anderer Fehler beim Verschieben des Knotens 20020115
3 NODE_RELATED_MISSING Elternknoten fehlt 20020115

Method NODE_EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE_KEY Call by reference Type reference (TYPE) STRING Knoten 19990706
2 Returning R_RESULT Value transfer Type reference (TYPE) RS_BOOL Ja/Nein 19990706

Method NODE_EXISTS on class CL_RSO_DATA_TREE has no exception.

Method NODE_EXISTS_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Knoten 19990706
2 Returning R_RESULT Value transfer Type reference (TYPE) RS_BOOL Ja/Nein 19990706

Method NODE_EXISTS_INTERNAL on class CL_RSO_DATA_TREE has no exception.

Method NODE_SET_DRAGDROPID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DRAGDROPID Call by reference Type reference (TYPE) INT2 2 Byte Integer (Signed) 20021223
2 Importing I_NODE Call by reference Type reference (TYPE) STRING Schlüssel des Knotens 20021223

Method NODE_SET_DRAGDROPID on class CL_RSO_DATA_TREE has no exception.

Method REFRESH_NODE_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DELETE_OLD_TOO Value transfer Type reference (TYPE) RS_BOOL RS_C_FALSE Auch alte Daten löschen 20020806

Method REFRESH_NODE_LIST on class CL_RSO_DATA_TREE has no exception.

Method REFRESH_TREE Signature

Method REFRESH_TREE on class CL_RSO_DATA_TREE has no parameter.
Method REFRESH_TREE on class CL_RSO_DATA_TREE has no exception.

Method RESTORE_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEM_NAME Call by reference Type reference (TYPE) STRING Spalte, in die Werte eingetragen wird 20040513
2 Importing I_ITEM_TECHNAME Call by reference Type reference (TYPE) STRING Tree Control: Name einer Spalte / eines Items 20040513

Method RESTORE_ITEMS on class CL_RSO_DATA_TREE has no exception.

Method SEARCH_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_NODE Call by reference Type reference (TYPE) RSO_T_NODE Gefundene Knoten 19990728
2 Importing I_SELECT_NODES Call by reference Type reference (TYPE) RS_BOOL rs_c_true Gefundene Knoten anzeigen 19990728
3 Importing I_VAL_SEARCH Call by reference Type reference (TYPE) STRING Wert oder Pattern für Suche 19990728
# Exception Resumable Description Created on
1 NOTHING_FOUND Keinen Knoten gefunden 19990728

Method SEARCH_NODES_NEXT Signature

Method SEARCH_NODES_NEXT on class CL_RSO_DATA_TREE has no parameter.
# Exception Resumable Description Created on
1 NOTHING_FOUND Keinen Knoten gefunden 20011227

Method SELECT_ALL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEM_CHECKBOX Call by reference Type reference (TYPE) STRING Item mit Ankreuzfeld 20000718

Method SELECT_ALL on class CL_RSO_DATA_TREE has no exception.

Method SEND_NODES_AND_ITEMS Signature

Method SEND_NODES_AND_ITEMS on class CL_RSO_DATA_TREE has no parameter.
Method SEND_NODES_AND_ITEMS on class CL_RSO_DATA_TREE has no exception.

Method SET_CHECKBOX_BELOW_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECKBOX Call by reference Type reference (TYPE) RS_BOOL Status der Checkbox 19990527
2 Importing I_ITEM_NAME Call by reference Type reference (TYPE) TV_ITMNAME Spaltenname 19990527
3 Importing I_NODE_KEY_PARENT Call by reference Type reference (TYPE) TV_NODEKEY Knoten 19990527

Method SET_CHECKBOX_BELOW_NODE on class CL_RSO_DATA_TREE has no exception.

Method SET_COLUMN_WIDTH_BY_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLUMN_WIDTH Call by reference Type reference (TYPE) I Spaltenbreite 19990527
2 Importing I_ITEM_NAME Call by reference Type reference (TYPE) STRING Spaltenname als String 19990527

Method SET_COLUMN_WIDTH_BY_STRING on class CL_RSO_DATA_TREE has no exception.

Method SET_CONTAINER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_R_GUI_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Container für Tree Control 19990519

Method SET_CONTAINER on class CL_RSO_DATA_TREE has no exception.

Method SET_ENABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ENABLE Call by reference Type reference (TYPE) C Eigenschaft 'enable' 20071113
# Exception Resumable Description Created on
1 CNTL_ERROR CNTL_ERROR 20071113
2 CNTL_SYSTEM_ERROR CNTL_SYSTEM_ERROR 20071113

Method SET_ITEM_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHOSEN Call by reference Type reference (TYPE) RS_BOOL Ausgewählt ? (Checkbox etc. ) 19990527
2 Importing I_DISABLED Call by reference Type reference (TYPE) RS_BOOL Gesperrt 19990527
3 Importing I_EDITABLE Call by reference Type reference (TYPE) RS_BOOL Veränderbar ? 19990527
4 Importing I_HIDDEN Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE nicht verstecken 20040517
5 Importing I_ICON Call by reference Type reference (TYPE) TV_IMAGE Icon 19990527
6 Importing I_ITEM_NAME Call by reference Type reference (TYPE) STRING Spalte, in die Werte eingetragen wird 19990527
7 Importing I_ITEM_TECHNAME Call by reference Type reference (TYPE) STRING Technischer Name der Spalte 19990706
8 Importing I_NODE_KEY Call by reference Type reference (TYPE) STRING Schlüssel des Knotens, zu dem Wert angegeben werden soll 19990527
9 Importing I_SET_CHOSEN Call by reference Type reference (TYPE) RS_BOOL rs_c_false Wert setzen ? 19990527
10 Importing I_SET_DISABLED Call by reference Type reference (TYPE) RS_BOOL rs_c_false Wert setzen ? 19990527
11 Importing I_SET_EDITABLE Call by reference Type reference (TYPE) RS_BOOL rs_c_false Wert setzen ? 19990527
12 Importing I_SET_HIDDEN Call by reference Type reference (TYPE) RS_BOOL RS_C_FALSE Wert setzen? 20040517
13 Importing I_SET_ICON Call by reference Type reference (TYPE) RS_BOOL rs_c_false Wert setzen ? 19990527
14 Importing I_SET_STYLE Call by reference Type reference (TYPE) RS_BOOL rs_c_false Wert setzen ? 19990527
15 Importing I_SET_TEXT Call by reference Type reference (TYPE) RS_BOOL rs_c_false Wert setzen ? 19990527
16 Importing I_STYLE Call by reference Type reference (TYPE) I Style 19990527
17 Importing I_TEXT Call by reference Type reference (TYPE) RSTXTLG Text 19990527
# Exception Resumable Description Created on
1 ITEM_NOT_FOUND Item konnte nicht gefunden werden 19990527

Method SET_TREE_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STATE Call by reference Type reference (TYPE) RS_BOOL ein / aus 20051208

Method SET_TREE_VISIBLE on class CL_RSO_DATA_TREE has no exception.

Method SHOW_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Knoten 19990518

Method SHOW_NODE on class CL_RSO_DATA_TREE has no exception.

Method STORE_ITEMS Signature

Method STORE_ITEMS on class CL_RSO_DATA_TREE has no parameter.
Method STORE_ITEMS on class CL_RSO_DATA_TREE has no exception.

Method TREE_STATE_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_T_NODE_EXPANDED Call by reference Type reference (TYPE) RSO_T_NODE aufgeklappte Knoten 20051202

Method TREE_STATE_GET on class CL_RSO_DATA_TREE has no exception.

Method TREE_STATE_RESTORE Signature

Method TREE_STATE_RESTORE on class CL_RSO_DATA_TREE has no parameter.
Method TREE_STATE_RESTORE on class CL_RSO_DATA_TREE has no exception.

Method TREE_STATE_SAVE Signature

Method TREE_STATE_SAVE on class CL_RSO_DATA_TREE has no parameter.
Method TREE_STATE_SAVE on class CL_RSO_DATA_TREE has no exception.

Method UPDATE_ITEM_INTERNAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_S_TREE_ITEM Call by reference Type reference (TYPE) RSO_S_TREE_ITEM_OC Item im Tree (neue Werte) 19991104
2 Importing I_S_TREE_ITEM_OLD Call by reference Type reference (TYPE) RSO_S_TREE_ITEM_OC Item im Tree (alte Werte) 19991104

Method UPDATE_ITEM_INTERNAL on class CL_RSO_DATA_TREE has no exception.
Event Signatures

Event BUTTON_CLICK Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 I_ITEM_TECHNAME Exporting Value transfer Type reference (TYPE) STRING Item 20050119
2 I_NODE Exporting Value transfer Type reference (TYPE) STRING Knoten 20050119

Event CHECKBOX_CHANGE Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 I_CHECKED Exporting Value transfer Type reference (TYPE) RS_BOOL Status checkbox 19990706
2 I_ITEM_TECHNAME Exporting Value transfer Type reference (TYPE) STRING Name der Spalte 19990706
3 I_NODE Exporting Value transfer Type reference (TYPE) STRING Knoten, für den expandiert werden soll 19990706

Event EXPAND_NO_CHILDREN Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 I_NODE Exporting Value transfer Type reference (TYPE) STRING Knoten, für den expandiert werden soll 19990628

Event ITEM_CONTEXT_MENU_REQUEST Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 I_ITEM_NAME Exporting Value transfer Type reference (TYPE) STRING Item, für das expandiert werden soll 19990628
2 I_NODE Exporting Value transfer Type reference (TYPE) STRING Knoten, für den expandiert werden soll 19990628
3 I_R_MENU Exporting Value transfer Object reference (TYPE REF TO) CL_CTMENU Kontextmenü 19990628

Event ITEM_CONTEXT_MENU_SELECT Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 I_FCODE Exporting Value transfer Type reference (TYPE) SY-UCOMM Funktionscode 19990628
2 I_ITEM_NAME Exporting Value transfer Type reference (TYPE) STRING Item, für das expandiert werden soll 19990628
3 I_NODE Exporting Value transfer Type reference (TYPE) STRING Knoten, für den expandiert werden soll 19990628

Event ITEM_DOUBLE_CLICK Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 I_ITEM_TECHNAME Exporting Value transfer Type reference (TYPE) STRING Name der Spalte 19990628
2 I_NODE Exporting Value transfer Type reference (TYPE) STRING Knoten, für den expandiert werden soll 19990628

Event ITEM_KEYPRESS Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 I_ITEM_TECHNAME Exporting Value transfer Type reference (TYPE) STRING Item 20000218
2 I_KEY Exporting Value transfer Type reference (TYPE) I Taste 20000218
3 I_NODE Exporting Value transfer Type reference (TYPE) STRING Knoten 20000218

Event NODE_CONTEXT_MENU_REQUEST Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 I_NODE Exporting Value transfer Type reference (TYPE) STRING Knoten, für den expandiert werden soll 19990628
2 I_R_MENU Exporting Value transfer Object reference (TYPE REF TO) CL_CTMENU Kontextmenü 19990628

Event NODE_CONTEXT_MENU_SELECT Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 I_FCODE Exporting Value transfer Type reference (TYPE) SY-UCOMM Funktionscode 19990628
2 I_NODE Exporting Value transfer Type reference (TYPE) STRING Knoten, für den expandiert werden soll 19990628

Event NODE_DOUBLE_CLICK Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 I_NODE Exporting Value transfer Type reference (TYPE) STRING Knoten, für den expandiert werden soll 19990628

Event NODE_KEYPRESS Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 I_KEY Exporting Value transfer Type reference (TYPE) I Taste 20000218
2 I_NODE Exporting Value transfer Type reference (TYPE) STRING Knoten 20000218

Event ON_DRAG Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 I_ITEM_NAME Exporting Value transfer Type reference (TYPE) STRING Spalte 19990628
2 I_NODE Exporting Value transfer Type reference (TYPE) STRING Knoten 19990628
3 I_R_DRAG_DROP_OBJECT Exporting Value transfer Object reference (TYPE REF TO) CL_DRAGDROPOBJECT Drag Drop Objekt 19990628

Event ON_DRAG_MULTIPLE Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 I_ITEM_NAME Exporting Value transfer Type reference (TYPE) STRING Spalte 19990706
2 I_R_DRAG_DROP_OBJECT Exporting Value transfer Object reference (TYPE REF TO) CL_DRAGDROPOBJECT Drag Drop Objekt 19990706
3 I_T_NODE Exporting Value transfer Type reference (TYPE) RSO_T_NODE Knoten 19990706

Event ON_DROP Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 I_NODE Exporting Value transfer Type reference (TYPE) STRING Knoten 19990628
2 I_R_DRAG_DROP_OBJECT Exporting Value transfer Object reference (TYPE REF TO) CL_DRAGDROPOBJECT Drag & Drop Objekt 19990628

Event ON_DROP_COMPLETE Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 I_ITEM_NAME Exporting Value transfer Type reference (TYPE) STRING Name des Items 19991221
2 I_NODE Exporting Value transfer Type reference (TYPE) STRING Schlüssel des Knotens der gedragged wurde 19991221
3 I_R_DRAG_DROP_OBJECT Exporting Value transfer Object reference (TYPE REF TO) CL_DRAGDROPOBJECT Drag Drop Objekt 19991221

Event ON_DROP_COMPLETE_MULTIPLE Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 I_ITEM_NAME Exporting Value transfer Type reference (TYPE) STRING Spalte 20000223
2 I_R_DRAG_DROP_OBJECT Exporting Value transfer Object reference (TYPE REF TO) CL_DRAGDROPOBJECT Drag & Drop DataObject 20000223
3 I_T_NODE Exporting Value transfer Type reference (TYPE) RSO_T_NODE BW Repository: Knoten im Baum 20000223

Event ON_DROP_GET_FLAVOR Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 I_FLAVORS Exporting Value transfer Type reference (TYPE) CNDD_FLAVORS Mögliche Flavors 19991221
2 I_NODE Exporting Value transfer Type reference (TYPE) STRING Knoten 19991221
3 I_R_DRAG_DROP_OBJECT Exporting Value transfer Object reference (TYPE REF TO) CL_DRAGDROPOBJECT Drag & Drop Objekt 19991221
History
Last changed by/on SAP  20130531 
SAP Release Created in