SAP ABAP Class CL_REVIEW_TREE (Structure for Review)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   SV-ASA (Application Component) ASAP (AcceleratedSAP)
     SQADB (Package) Question and Answer Database
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_REVIEW_STRUCTURE Structure for Review 20000427
Properties
Class CL_REVIEW_TREE  
Short Description Structure for Review    
Super Class CL_REVIEW_STRUCTURE Structure for Review 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SQADB   Question and Answer Database 
Created 20000427   SAP 
Last change 20090618   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_ICON Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_NODE_TYPE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_TREE_MODEL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CNDD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_REVIEW_TREE has no interface implemented.
Friends
Class CL_REVIEW_TREE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 A_LAST_NODE_KEY Instance attribute Private Type reference (TYPE) I 0 Last Assigned Structure Item Key 20000427
2 A_ROOT_NODE_KEY Instance attribute Private Type reference (TYPE) TM_NODEKEY Key for Root Structure Item 20000719
3 A_STRUCTURE_DESCRIPTION Instance attribute Private Type reference (TYPE) TTREET-TEXT Name of a Structure 20000602
4 A_STRUCTURE_HEADER Instance attribute Private Type reference (TYPE) TTREE Definition Table for Structures 20000427
5 A_T_CHANGED_NODES Instance attribute Private Type reference (TYPE) TY_HIER_NODES_T Table of Changed Structure Items 20001024
6 A_T_CLIPBOARD Instance attribute Private Type reference (TYPE) TY_CLIPBOARD_T Structure Items in Clipboard 20000828
7 A_T_COLUMNS Instance attribute Private Type reference (TYPE) TY_COLUMN_T Columns in Tree Structure 20000705
8 A_T_DRAGDROP Instance attribute Private Type reference (TYPE) TY_DRAGDROP_T Table with Drag&Drop Objects 20000726
9 A_T_HIDDEN_NODES Instance attribute Private Type reference (TYPE) TREEMNOTAB Table with Filtered Structure Items 20000728
10 A_T_QUESTION_NODES Instance attribute Private Type reference (TYPE) TY_QUESTION_NODE_T Assign Questions to Structure Items 20000731
11 A_T_TREE_NODES Instance attribute Private Type reference (TYPE) TY_TREE_INDEX_T Assign User Objects to Structure Items 20000720
12 C_COLUMN_NAME_1 Constant Private Type reference (TYPE) TV_ITMNAME 'F1_RTYPE' Name: Column 1 20000705
13 C_COLUMN_NAME_SUBCAT Constant Private Type reference (TYPE) TV_ITMNAME 'SUBCAT' Name for Additional 'Subcategory' Column 20000801
14 C_COLUMN_NAME_TOPIC Constant Private Type reference (TYPE) TV_ITMNAME 'TOPIC' Name for Additional 'Topic' Column 20000801
15 R_BROWSER_CONTAINER Instance attribute Private Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Proxy Class for Control in GUI 20001229
16 R_TOOLBAR Instance attribute Private Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar Control 20000627
17 R_TREE Instance attribute Private Object reference (TYPE REF TO) CL_COLUMN_TREE_MODEL Simple Tree Control with Data Management at the Backend 20000427
18 R_UNDO_DATA Instance attribute Private Object reference (TYPE REF TO) CL_REVIEW_TREE_UNDO Undo Data for Review Tree 20000818
Methods
# Method Level Visibility Method type Description Created on
1 ADD_COLUMN Instance method Private Method Inserts Column in Tree Structure 20000705
2 ADD_NODE Instance method Private Method Adds Structure Item to Structure 20000718
3 CHECK_AND_SAVE Instance method Private Method Checks for Data Changes and Saves if Required 20000726
4 CHECK_INSERT_RELATSHIP Instance method Private Method Handler Method for Drag&Drop into Structure 20000727
5 CHILD_NODES_ADD Instance method Private Method Collects Subitems for Specific Structure Item 20000818
6 CHILD_NODES_CHECK_VALID Instance method Private Method Checks Whether All Subitems Filtered For Structure Item 20000818
7 CHILD_NODES_CONV_TO_HIER Instance method Private Method Changes Substructure of Tree Structure in Hierarchy Tool 20000818
8 CHILD_NODES_COPY Instance method Private Method Copies All Subitems of Structure Item to Clipboard 20000825
9 CHILD_NODES_DELETE Instance method Private Method Collects Subitems of Deleted Structure Item for Undo 20000821
10 CHILD_NODES_DOWNLOAD Instance method Private Method Collects Subitems for Download 20000818
11 CHILD_NODES_HIDE Instance method Private Method Collects Subitems for Hidden Structure Item 20000818
12 CHILD_NODES_PASTE Instance method Private Method Inserts Structure Items from Clipboard into Structure 20000818
13 CONSTRUCTOR Instance method Public Constructor Constructor 20000427
14 COPY_SELECTED_NODES Instance method Private Method Moves Selected Structure Items to Clipboard 20000809
15 CREATE_TREE Instance method Private Method Tree Structure 20000809
16 DELETE_SELECTED_NODES Instance method Private Method Deletes Selected Structure Item from Structure Tree 20000809
17 DOWNLOAD_HTML Instance method Private Method HTML Download 20001229
18 FILTER_STRUCTURE Instance method Private Method Hides Structure Items 20000728
19 GET_DDID Instance method Private Method Provides Drag&Drop Handler for Structure Item 20000726
20 GET_SELECTED_NODES Instance method Private Method Provides Selected Struture Item 20000809
21 HANDLE_DRAG Instance method Private Event handling method Handler Method for Drag in Tree Structure 20000725
22 HANDLE_DRAG_MULTIPLE Instance method Private Event handling method Handler Method for Drag in Tree Structure 20000801
23 HANDLE_DROP Instance method Private Event handling method Handler Method for Drag&Drop into Structure 20000725
24 HANDLE_ITEM_CONTEXT_MENU_REQ Instance method Private Event handling method Event Handler for Context Menu Command 20000816
25 HANDLE_ITEM_CONTEXT_MENU_SEL Instance method Private Event handling method Handler Method for F Code from Context Menu 20000816
26 HANDLE_ITEM_DOUBLE_CLICK Instance method Private Event handling method Event Handler for Double-Click on Structure Item 20000719
27 HANDLE_LINK_CLICK Instance method Private Event handling method Event Handler for Click on Hotspot 20000719
28 HANDLE_NODE_CHANGED Instance method Private Event handling method Handler for Structure Item Changes 20000818
29 HANDLE_TEXT_CHANGED Instance method Private Event handling method Handler Method for Text Changes to Structure Item 20000720
30 HANDLE_TOOLBAR_FUNCTIONS Instance method Private Event handling method Event Handler for Toolbar functions 20000718
31 NODE_GET_HIER_NODE Instance method Private Method Provides Hierarchy Node for Tree Model Nodes 20000822
32 NODE_GET_OBJECT Instance method Private Method Provides Hierarchy Node for Tree Model Nodes 20000822
33 PASTE_CLIPOARD Instance method Private Method Inserts Structure Items from Clipboard into Structure 20000828
34 SWITCH_HIDDEN_NODES Instance method Private Method Switches Filtered Structure Item On or off 20000728
35 UNDO Instance method Private Method Undoes Last Action 20000818
Events
# Event Type Visibility Description Created on
1 STRUCTURE_SAVED Instance Event
(0)
Public
(2)
Structure saved 20000731
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_BEHAVIOR Private See coding 20000726
2 TY_BEHAVIOR_T Private See coding 20000726
3 TY_CLIPBOARD_T Private See coding 20000825
4 TY_COLUMN Private See coding 20000705
5 TY_COLUMN_T Private See coding 20000705
6 TY_DRAGDROP Private See coding 20000726
7 TY_DRAGDROP_T Private See coding 20000726
8 TY_HIER_IFACE_T1 Private See coding 20000427
9 TY_HIER_NODES_T Private See coding 20000731
10 TY_HIER_REF_T1 Private See coding 20000609
11 TY_HIER_SORT Private See coding 20000427
12 TY_HIER_TEXTS_T1 Private See coding 20000427
13 TY_QUESTION_NODE Private See coding 20000731
14 TY_QUESTION_NODE_T Private See coding 20000731
15 TY_TREE_INDEX Protected See coding 20000720
16 TY_TREE_INDEX_T Protected See coding 20000720
Method Signatures

Method ADD_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COLUMN Call by reference Type reference (TYPE) TY_COLUMN einzufügende Spalte 20000705
2 Importing I_HEADER_TEXT Call by reference Type reference (TYPE) TV_HEADING Spaltenübeschrift 20000801
# Exception Resumable Description Created on
1 ERROR allg. Fehler 20000705

Method ADD_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_TREE_NODE Call by reference Type reference (TYPE) TREEMCNODT Column Tree Model: Eigenschaften eines Knotens 20000718
2 Importing I_DDID Call by reference Type reference (TYPE) I Handle für Drag & Drop 20000726
3 Importing I_HIER_NODE Call by reference Object reference (TYPE REF TO) CL_HIER_NODE Knoten in der Hierarchyablage 20000718
4 Importing I_RELATKEY Call by reference Type reference (TYPE) TREEMCNODT-RELATKEY Tree Model: Schlüssel eines Knotens 20000718
5 Importing I_RELATSHIP Call by reference Type reference (TYPE) TREEMCNODT-RELATSHIP Natürliche Zahl 20000718
# Exception Resumable Description Created on
1 ERROR allg. Fehler 20000718

Method CHECK_AND_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DISPLAY_MODE Call by reference Type reference (TYPE) C Anzeigemodus für evtl. neue Struktur 20000726
2 Importing I_TEXT Call by reference Type reference (TYPE) C Text für Popup 20000726
3 Importing I_TITLE Call by reference Type reference (TYPE) C Titel für Popup 20000726
# Exception Resumable Description Created on
1 CANCELED User Abbruch 20000726
2 ERROR allg. Fehler 20000726
3 NOT_SAVED Daten wurden nicht gesichert 20000726

Method CHECK_INSERT_RELATSHIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DDID Call by reference Type reference (TYPE) I Drag und Drop ID für neuen Knoten 20000727
2 Importing I_NEW_NODE Call by reference Type reference (TYPE) HIER_IFACE neuer Hierarchieknoten 20000727
3 Importing I_NEW_NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY Treemodel Knoten bei Drag & Drop 20000727
4 Changing P_RELATSHIP Call by reference Type reference (TYPE) TREEMCNODT-RELATSHIP gewünschte Einfügeposition 20000727
5 Changing P_RELAT_NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY Treemodel Knoten Ziel für einfügen 20000727
# Exception Resumable Description Created on
1 CANCELED User Abbruch 20000727
2 ERROR allg. Fehler 20000727
3 NOT_ALLOWED Einfügen hier nicht erlaubt 20000727
4 NO_NEW_NODE kein neuer Knoten angegeben 20000727
5 NO_RELAT_NODE kein Zielknoten gefunden 20000727

Method CHILD_NODES_ADD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PARENT_NODE Value transfer Type reference (TYPE) TY_HIER_SORT Eindeutige ID - 32-stellig 20000818
2 Importing I_PARENT_NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY Key des Vaterknotens in Knotenliste 20000818
3 Importing I_T_HIER_NODES Call by reference Type reference (TYPE) TY_HIER_IFACE_T1 Knoten aus dem Hierarchietool 20000818
# Exception Resumable Description Created on
1 ERROR allg. Fehler 20000818

Method CHILD_NODES_CHECK_VALID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_INVALID Value transfer Type reference (TYPE) CHAR1 alle Kinder ungültig 20000818
2 Importing I_PAR_NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY Schlüssel des Vaterknotens 20000818

Method CHILD_NODES_CHECK_VALID on class CL_REVIEW_TREE has no exception.

Method CHILD_NODES_CONV_TO_HIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing A_T_LIST_OF_NODES Call by reference Type reference (TYPE) HIER_IFACE_T Schnittstellentabelle für Hierarchieknoten 20000818
2 Changing A_T_LIST_OF_REFERENCES Call by reference Type reference (TYPE) HIER_REF_T Verweistabelle für Knoten in der Hierarchietabelle 20000818
3 Changing A_T_LIST_OF_TEXTS Call by reference Type reference (TYPE) HIER_TEXTS_T Schnittstellentabelle für Texte in der Hierarchiepflege 20000818
4 Importing I_NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY Knoten, dessen Kinder konvertiert werden sollen. 20000818
5 Importing I_NODE_LEVEL Call by reference Type reference (TYPE) HIER_IFACE-NODE_LEVEL Level des übergebenen Knotens für Hierarchytool 20000818
6 Importing I_T_NODES Call by reference Type reference (TYPE) TREEMCNOTA Column Tree Model: Knotentabelle 20000818
# Exception Resumable Description Created on
1 CANCELED User Abbruch 20000818
2 ERROR allg. Fehler 20000818

Method CHILD_NODES_COPY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLIPBOARD_NODE Call by reference Object reference (TYPE REF TO) LCL_CLIPBOARD_NODE Knoten für Zwischenablage 20000828
2 Importing I_NODE_KEY Value transfer Type reference (TYPE) TM_NODEKEY Tree Model: Schlüssel eines Knotens 20000825
# Exception Resumable Description Created on
1 ERROR allg. Fehler 20000825

Method CHILD_NODES_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PAR_NODEKEY Value transfer Type reference (TYPE) TM_NODEKEY gelöschter Knoten 20000821
2 Changing P_T_DELETED_QUEIDS Call by reference Type reference (TYPE) SQUEID_T Tabelle mit gelöschten Fragen ID 20000825
3 Changing P_T_UNDO_ITEMS Call by reference Type reference (TYPE) TREEMCITAC Items für Undo Knoten 20000821
4 Changing P_T_UNDO_NODES Call by reference Type reference (TYPE) TREEMCNOTA Tabelle für Undo 20000821
# Exception Resumable Description Created on
1 ERROR allg. Fehler 20000821

Method CHILD_NODES_DOWNLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LEVELDEP Call by reference Type reference (TYPE) SREVDOWN-LEVELDEP Einrücktiefe des Vaterknotens 20000818
2 Importing I_PAR_NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY Vaterknoten 20000818
3 Changing P_LEVELNR Call by reference Type reference (TYPE) SREVDOWN-LEVELNR Nummer des Vaterknotens 20000818
4 Changing P_T_STRUCTURE Call by reference Type reference (TYPE) SREVDOWN_T Schnittstelle zum Download von Reviewfragen 20000818
# Exception Resumable Description Created on
1 ERROR allg. Fehler 20000818

Method CHILD_NODES_HIDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PAR_NODE_KEY Call by reference Type reference (TYPE) TM_NODEKEY Versteckter Vaterknoten 20000818

Method CHILD_NODES_HIDE on class CL_REVIEW_TREE has no exception.

Method CHILD_NODES_PASTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLIPBOARD_NODE Value transfer Object reference (TYPE REF TO) LCL_CLIPBOARD_NODE Knoten aus Zwischenablage 20000828
2 Importing I_TARGET_NODE_KEY Value transfer Type reference (TYPE) TM_NODEKEY Tree Model: Schlüssel eines Knotens 20000818
3 Changing P_T_INSERTED_QUEID Call by reference Type reference (TYPE) SQUEID_T Tabelle mit Fragen ID 20000825
4 Changing P_T_UNDO_NODES Call by reference Type reference (TYPE) TREEMCNOTA Column Tree Model: Knotentabelle 20000825
# Exception Resumable Description Created on
1 ERROR allg. Fehler 20000818

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REVIEW_TOOL Call by reference Object reference (TYPE REF TO) CL_REVIEW_TOOL Autorenumgebung für Review 20000524
2 Importing I_STRUCTURE_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_CONTAINER Container für Hierarchiecontrol 20000427
3 Importing I_STRUCTURE_ID Call by reference Type reference (TYPE) HIER_IFACE-TREE_ID Structur ID um Reviewtool 20000427
# Exception Resumable Description Created on
1 CANCELED User Abbruch 20000427
2 ERROR allg. Fehler 20000427

Method COPY_SELECTED_NODES Signature

Method COPY_SELECTED_NODES on class CL_REVIEW_TREE has no parameter.
# Exception Resumable Description Created on
1 ERROR allg. Fehler 20000809

Method CREATE_TREE Signature

Method CREATE_TREE on class CL_REVIEW_TREE has no parameter.
# Exception Resumable Description Created on
1 CANCELED User Abbruch 20000809
2 ERROR allg. Fehler 20000809

Method DELETE_SELECTED_NODES Signature

Method DELETE_SELECTED_NODES on class CL_REVIEW_TREE has no parameter.
# Exception Resumable Description Created on
1 ERROR allg. Fehler 20000809
2 NO_NODE_SELECTED es wurde kein Knoten selektiert 20000809

Method DOWNLOAD_HTML Signature

Method DOWNLOAD_HTML on class CL_REVIEW_TREE has no parameter.
Method DOWNLOAD_HTML on class CL_REVIEW_TREE has no exception.

Method FILTER_STRUCTURE Signature

Method FILTER_STRUCTURE on class CL_REVIEW_TREE has no parameter.
Method FILTER_STRUCTURE on class CL_REVIEW_TREE has no exception.

Method GET_DDID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_DDID Value transfer Type reference (TYPE) I Handle für Drag & Drop 20000726
2 Importing I_NODE_TYPE Call by reference Type reference (TYPE) HIER_IFACE-NODE_TYPE Knotentyp 20000726
3 Importing I_PAR_NODE_TYPE Call by reference Type reference (TYPE) HIER_IFACE-NODE_TYPE Knotentyp des Vaterknotens 20000726
# Exception Resumable Description Created on
1 ERROR allg. Fehler 20000726

Method GET_SELECTED_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning E_T_NODE_KEYS Value transfer Type reference (TYPE) TREEMNOTAB Tree Model: Tabelle von Knotenschlüsseln 20000809
# Exception Resumable Description Created on
1 ERROR allg. Fehler 20000809

Method HANDLE_DRAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DRAG_DROP_OBJECT Value transfer Attribute reference (LIKE) 20000725
2 Importing ITEM_NAME Value transfer Attribute reference (LIKE) 20000725
3 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20000725

Method HANDLE_DRAG on class CL_REVIEW_TREE has no exception.

Method HANDLE_DRAG_MULTIPLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DRAG_DROP_OBJECT Value transfer Attribute reference (LIKE) 20000801
2 Importing ITEM_NAME Value transfer Attribute reference (LIKE) 20000801
3 Importing NODE_KEY_TABLE Value transfer Attribute reference (LIKE) 20000801

Method HANDLE_DRAG_MULTIPLE on class CL_REVIEW_TREE has no exception.

Method HANDLE_DROP Signature

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

Method HANDLE_DROP on class CL_REVIEW_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 Value transfer Attribute reference (LIKE) 20000816
2 Importing MENU Value transfer Attribute reference (LIKE) 20000816
3 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20000816

Method HANDLE_ITEM_CONTEXT_MENU_REQ on class CL_REVIEW_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 Value transfer Attribute reference (LIKE) 20000816
2 Importing ITEM_NAME Value transfer Attribute reference (LIKE) 20000816
3 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20000816

Method HANDLE_ITEM_CONTEXT_MENU_SEL on class CL_REVIEW_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 Value transfer Attribute reference (LIKE) 20000719
2 Importing NODE_KEY Value transfer Attribute reference (LIKE) 20000719

Method HANDLE_ITEM_DOUBLE_CLICK on class CL_REVIEW_TREE has no exception.

Method HANDLE_LINK_CLICK Signature

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

Method HANDLE_LINK_CLICK on class CL_REVIEW_TREE has no exception.

Method HANDLE_NODE_CHANGED Signature

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

Method HANDLE_NODE_CHANGED on class CL_REVIEW_TREE has no exception.

Method HANDLE_TEXT_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TEXT Value transfer Attribute reference (LIKE) 20000720
2 Importing SENDER Value transfer Attribute reference (LIKE) 20000720

Method HANDLE_TEXT_CHANGED on class CL_REVIEW_TREE has no exception.

Method HANDLE_TOOLBAR_FUNCTIONS Signature

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

Method HANDLE_TOOLBAR_FUNCTIONS on class CL_REVIEW_TREE has no exception.

Method NODE_GET_HIER_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_NODE Call by reference Type reference (TYPE) HIER_IFACE Interface für Übergabe der Knoten im Hierarchpflegetool 20000822
2 Exporting E_TEXT Call by reference Type reference (TYPE) HIER_TEXTS Text für Knoten der allg. Strukturablage 20000822
3 Exporting E_T_REFS Call by reference Type reference (TYPE) HIER_REF_T Verweistabelle für Knoten in der Hierarchietabelle 20000822
4 Importing I_NODE_KEY Value transfer Type reference (TYPE) TM_NODEKEY Tree Model: Schlüssel eines Knotens 20000822
# Exception Resumable Description Created on
1 ERROR allg. Fehler 20000822

Method NODE_GET_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_HIER_NODE Call by reference Object reference (TYPE REF TO) CL_HIER_NODE Knoten in der Hierarchyablage 20000822
2 Importing I_NODE_KEY Value transfer Type reference (TYPE) TM_NODEKEY Tree Model: Schlüssel eines Knotens 20000822
# Exception Resumable Description Created on
1 ERROR allg. Fehler 20000822

Method PASTE_CLIPOARD Signature

Method PASTE_CLIPOARD on class CL_REVIEW_TREE has no parameter.
# Exception Resumable Description Created on
1 ERROR allg. Fehler 20000828

Method SWITCH_HIDDEN_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing OFF Call by reference Type reference (TYPE) CHAR1 'X' 'X' = Knoten aus, SPACE = Knoten anzeigen 20000728

Method SWITCH_HIDDEN_NODES on class CL_REVIEW_TREE has no exception.

Method UNDO Signature

Method UNDO on class CL_REVIEW_TREE has no parameter.
# Exception Resumable Description Created on
1 ERROR allg. Fehler 20000818
Event Signatures

Event STRUCTURE_SAVED Signature
Event STRUCTURE_SAVED on class CL_REVIEW_TREE has no parameter.
History
Last changed by/on SAP  20090618 
SAP Release Created in 50A