SAP ABAP Class CL_TREE_HRF02 (HR Forms: Basis Class for Trees)
Hierarchy
EA-HRRXX (Software Component) Sub component EA-HRRXX of EA-HR
   PY-XX-FO (Application Component) Forms
     PAOC_PAY_HRFORMS (Package) HR Forms
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_FORMCLASS_TREE_HRF02 HR Forms: Tree Used to Display Form Classes 20020923
2 Inheritance (c INHERITING FROM c_ref)  CL_INFOTREE_HRF02 HR Forms: Tree for Display of MetaNet 20000112
3 Inheritance (c INHERITING FROM c_ref)  CL_MD_TREE_HRF02 HR Forms: Tree for Display of MetaNet 20000117
4 Inheritance (c INHERITING FROM c_ref)  CL_METATREE_HRF02 HR Forms: Tree for Display of MetaNet 20000112
5 Inheritance (c INHERITING FROM c_ref)  CL_SELECTION_TOOL_HRF02 HR Forms: Tree for the Selection Overview 20041214
Properties
Class CL_TREE_HRF02  
Short Description HR Forms: Basis Class for Trees    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status P  SAP Standard Production Program 
Category 0   
Package PAOC_PAY_HRFORMS   HR Forms 
Created 20000105   SAP 
Last change 20050219   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_GUI_DOCKING_CONTAINER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 RSDS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_TREE_HRF02 has no interface implemented.
Friends
Class CL_TREE_HRF02 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CHANGE_MODE Instance attribute Public Type reference (TYPE) XFLAG Display or Change 20000412
2 COUNTER Instance attribute Protected Type reference (TYPE) I 1 Counter for Unique Node Names 20000105
3 C_COL_INFO Static Attribute Public Type reference (TYPE) TV_ITMNAME 'INFO' Additional Info Column 20000310
4 C_COL_NAME Static Attribute Public Type reference (TYPE) TV_ITMNAME 'NAME' Object Name Column 20000310
5 C_COL_TEXT Static Attribute Public Type reference (TYPE) TV_ITMNAME 'TEXT' Short Description Column 20000310
6 C_FALSE Constant Public Type reference (TYPE) XFELD ' ' False 20040714
7 C_TRUE Constant Public Type reference (TYPE) XFELD 'X' True 20040714
8 DOCKING_CTRL Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER Docking Control 20000112
9 FILTER_DEF Instance attribute Protected Type reference (TYPE) LTY_FILTER Filter Definition 20030425
10 HEADERTAB Instance attribute Protected Type reference (TYPE) HRF_ITAB Header Table for Tree Printing 20000406
11 NODES Instance attribute Protected Type reference (TYPE) HRF02_NODE_COLLECTION Nodes in Tree 20000105
12 SPLITTER_CTRL Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Splitter Control 20000112
13 TOOLBAR_CTRL Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_TOOLBAR Toolbar Control 20000112
14 TREETYPE Instance attribute Public Type reference (TYPE) CHAR20 Tree type 20000809
15 TREE_CTRL Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_COLUMN_TREE Tree Control 20000105
16 VISIBLE Instance attribute Public Type reference (TYPE) XFELD Tree is Visible 20020304
Methods
# Method Level Visibility Method type Description Created on
1 CALL_OBJECT_FUNCTION Instance method Public Method Call function 20020221
2 CHANGE_NODE Instance method Public Method Changes a Node 20000128
3 CONSTRUCTOR Instance method Public Constructor Constructor 20020207
4 COPY_SELECTED_NODES Instance method Public Method Copy/Drag&Drop Selected Nodes Using Menu 20020220
5 FILTER Instance method Protected Method Applies a Filter to the Node of a Tree 20000209
6 FREE Instance method Public Method DESTRUCTOR - Destroys the Front-End Controls 20010228
7 GET_CHILDREN Instance method Public Method Returns a Subtree 20000112
8 GET_KEY Instance method Protected Method Gets a Valid Key for the Nodes 20000113
9 GET_NODE_ANCESTOR Instance method Public Method Trace Parent Relationship 20000313
10 GET_NODE_BY_KEY Instance method Public Method Gives a Node for a Key 20000112
11 GET_NODE_BY_NAME Instance method Public Method Gives a Node for a Name 20000112
12 GET_NODE_TYPE Instance method Public Method Returns a Node Type 20000105
13 GET_SELECTED_NODES Instance method Public Method Gives List of Selected Nodes 20000117
14 GET_USR_SETTINGS Instance method Protected Method Gets the user settings 20010307
15 HIDE Instance method Public Method Hide Tree 20010228
16 INIT_DOCKING Instance method Protected Method Initializes Docking Control 20010228
17 INIT_EVENTS Instance method Protected Method Initializes the Events for Controls 20010228
18 INIT_TOOLBAR Instance method Protected Method Initializes Toolbar Control 20010228
19 INIT_TREE Instance method Protected Method Initializes Tree Control 20010228
20 INSERT_NODES_FROM_TABLE Instance method Protected Method Inserts all Nodes in Table NODES in the Tree 20000313
21 INSERT_OBJECT Instance method Public Method Inserts a Node in the Tree 20000113
22 INSERT_OBJECT_INTERN Instance method Protected Method Inserts a Node in the Internal Table 20000313
23 ON_BTN_CLICK Instance method Protected Event handling method Event Handler - Toolbar 20010228
24 ON_BTN_MENU_CLICK Instance method Protected Event handling method Event handler 20010228
25 ON_CTX_MENU_REQUEST Instance method Protected Event handling method Event handler 20010228
26 ON_CTX_MENU_SELECT Instance method Protected Event handling method Event handler 20010228
27 PASTE_SELECTED_NODES Instance method Public Method Paste/Drag&Drop Copied Nodes Using Menu 20020220
28 PRINT Instance method Protected Method Print tree 20000406
29 PROCESS_FUNCTION Instance method Protected Method Execute Function 20020308
30 REMOVE_OBJECT Instance method Public Method Deletes a Node From the Tree 20000117
31 SCROLL_TO_ADJAC_OBJECT Instance method Protected Method Selects Previous or Next Object 20040906
32 SET_ICON_2ND_COL Instance method Public Method Sets the Icon in the 2nd Column of the Tree 20000203
33 SET_NAME Instance method Public Method Sets the Name of the Node 20000504
34 SET_NODE_STYLE Instance method Protected Method Sets the STYLE Property of a Node 20000314
35 SET_SELECTED_NODE Instance method Public Method Sets the Selected Nodes 20000728
36 SET_TEXT Instance method Public Method Sets the Text of a Node 20000504
37 SET_USR_SETTINGS Instance method Protected Method Sets the user settings 20010307
38 SHOW Instance method Public Method Shows Docking Control 20010228
Events
# Event Type Visibility Description Created on
1 BEFORE_CTX_REQUEST Instance Event
(0)
Public
(2)
Context menu request 20000725
2 MESSAGE Instance Event
(0)
Public
(2)
Error in Tree 20000406
3 NODE_SELECTED Instance Event
(0)
Public
(2)
Node Was Selected (Included in CL_TABSTRIP_HRF02) 20000503
4 SEL_NODE_DELETED Instance Event
(0)
Public
(2)
Selection Nodes Were Deleted 20000128
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_FILTER Protected See coding Filter 20030425 BEGIN OF lty_filter, selid TYPE rsdynsel-selid, fields TYPE STANDARD TABLE OF rsdsfields WITH DEFAULT KEY, texts TYPE STANDARD TABLE OF rsdstexts WITH DEFAULT KEY, ranges TYPE rsds_trange, END OF lty_filter
Method Signatures

Method CALL_OBJECT_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FCODE Call by reference Type reference (TYPE) SYUCOMM Bildschirmbilder, Funktionscode, der PAI ausgelöst hat 20020221
2 Importing IM_NODE Call by reference Object reference (TYPE REF TO) CL_NODE_HRF02 HR Forms: Knoten des HR Baums 20041209
3 Returning RE_PROCESSED Value transfer Type reference (TYPE) XFELD Feld zum Ankreuzen 20020308

Method CALL_OBJECT_FUNCTION on class CL_TREE_HRF02 has no exception.

Method CHANGE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NEW_ICON Call by reference Type reference (TYPE) TV_IMAGE Neues Icon 20000131
2 Importing IM_NEW_NAME Call by reference Type reference (TYPE) HRF_NAME Neuer Name 20000131
3 Importing IM_NEW_TEXT Call by reference Type reference (TYPE) SDOK_DESCR Neuer Langtext 20000131
4 Importing IM_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Schlüssel eines Knotens 20000131
5 Importing IM_NODE_OBJECT Call by reference Object reference (TYPE REF TO) CL_HRFORM_OBJECT_HRF02 Objekt 20000131

Method CHANGE_NODE on class CL_TREE_HRF02 has no exception.

Method CONSTRUCTOR Signature

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

Method COPY_SELECTED_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_OBJECTS Value transfer Object reference (TYPE REF TO) CL_DRAGDROPOBJECT Drag & Drop DataObject 20020220

Method COPY_SELECTED_NODES on class CL_TREE_HRF02 has no exception.

Method FILTER Signature

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

Method FILTER on class CL_TREE_HRF02 has no exception.

Method FREE Signature

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

Method GET_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_CHILDREN Call by reference Type reference (TYPE) HRF02_NODE_COLLECTION Knotenkollektion des Teilbaums 20000127
2 Changing CH_CHILDREN_KEYS Call by reference Type reference (TYPE) TREEV_NKS Knotennamen des Teilbaums 20000127
3 Importing IM_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Knotenname 20000112

Method GET_CHILDREN on class CL_TREE_HRF02 has no exception.

Method GET_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RE_KEY Value transfer Type reference (TYPE) I Knotenschlüssel 20000113

Method GET_KEY on class CL_TREE_HRF02 has no exception.

Method GET_NODE_ANCESTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NODE Call by reference Object reference (TYPE REF TO) CL_NODE_HRF02 Knoten 20000809
2 Returning RE_ANCESTOR Value transfer Object reference (TYPE REF TO) CL_NODE_HRF02 Ancestor-Knoten 20000313

Method GET_NODE_ANCESTOR on class CL_TREE_HRF02 has no exception.

Method GET_NODE_BY_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_KEY Call by reference Type reference (TYPE) TV_NODEKEY Schlüssel des Knoten 20000113
2 Returning RE_NODE Value transfer Object reference (TYPE REF TO) CL_NODE_HRF02 Knoten 20000112

Method GET_NODE_BY_KEY on class CL_TREE_HRF02 has no exception.

Method GET_NODE_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NAME Call by reference Type reference (TYPE) HRF_NAME Name des Knoten 20000113
2 Returning RE_NODE Value transfer Object reference (TYPE REF TO) CL_NODE_HRF02 Knoten 20000112

Method GET_NODE_BY_NAME on class CL_TREE_HRF02 has no exception.

Method GET_NODE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Schlüssel des Knoten 20000105
2 Returning RE_TYPE Value transfer Type reference (TYPE) CHAR20 Knotentyp 20000114

Method GET_NODE_TYPE on class CL_TREE_HRF02 has no exception.

Method GET_SELECTED_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_NODES Call by reference Type reference (TYPE) HRF02_NODE_COLLECTION Liste mit selektierten Knoten 20000117

Method GET_SELECTED_NODES on class CL_TREE_HRF02 has no exception.

Method GET_USR_SETTINGS Signature

Method GET_USR_SETTINGS on class CL_TREE_HRF02 has no parameter.
Method GET_USR_SETTINGS on class CL_TREE_HRF02 has no exception.

Method HIDE Signature

Method HIDE on class CL_TREE_HRF02 has no parameter.
Method HIDE on class CL_TREE_HRF02 has no exception.

Method INIT_DOCKING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_DOCK_POS Call by reference Attribute reference (LIKE) CL_GUI_DOCKING_CONTAINER=>DOCK_AT_LEFT CL_GUI_DOCKING_CONTAINER=>DOCK_AT_LEFT Docking (top,left) 20010228
2 Importing IM_DYNNR Call by reference Type reference (TYPE) SYDYNNR Dynnr aus Constructor 20010228
3 Importing IM_REPID Call by reference Type reference (TYPE) SYREPID Repid aus Constructor 20010228

Method INIT_DOCKING on class CL_TREE_HRF02 has no exception.

Method INIT_EVENTS Signature

Method INIT_EVENTS on class CL_TREE_HRF02 has no parameter.
Method INIT_EVENTS on class CL_TREE_HRF02 has no exception.

Method INIT_TOOLBAR Signature

Method INIT_TOOLBAR on class CL_TREE_HRF02 has no parameter.
Method INIT_TOOLBAR on class CL_TREE_HRF02 has no exception.

Method INIT_TREE Signature

Method INIT_TREE on class CL_TREE_HRF02 has no parameter.
Method INIT_TREE on class CL_TREE_HRF02 has no exception.

Method INSERT_NODES_FROM_TABLE Signature

Method INSERT_NODES_FROM_TABLE on class CL_TREE_HRF02 has no parameter.
Method INSERT_NODES_FROM_TABLE on class CL_TREE_HRF02 has no exception.

Method INSERT_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Schlüssel des Knotens 20000113
2 Importing IM_NODE_OBJECT Call by reference Object reference (TYPE REF TO) CL_HRFORM_OBJECT_HRF02 Objekt zum Einfügen in den Baum 20000113
3 Importing IM_PARENT_KEY Call by reference Type reference (TYPE) TV_NODEKEY Schlüssel des Elternknoten 20000113
4 Importing IM_PARENT_NODE Call by reference Object reference (TYPE REF TO) CL_NODE_HRF02 Elternknoten 20000113

Method INSERT_OBJECT on class CL_TREE_HRF02 has no exception.

Method INSERT_OBJECT_INTERN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Schlüssel des Knotens 20000313
2 Importing IM_NODE_OBJECT Call by reference Object reference (TYPE REF TO) CL_HRFORM_OBJECT_HRF02 Objekt zum Einfügen in den Baum 20000313
3 Importing IM_PARENT_KEY Call by reference Type reference (TYPE) TV_NODEKEY Schlüssel des Elternknoten 20000313
4 Importing IM_PARENT_NODE Call by reference Object reference (TYPE REF TO) CL_NODE_HRF02 Elternknoten 20000313

Method INSERT_OBJECT_INTERN on class CL_TREE_HRF02 has no exception.

Method ON_BTN_CLICK Signature

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

Method ON_BTN_CLICK on class CL_TREE_HRF02 has no exception.

Method ON_BTN_MENU_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Value transfer Attribute reference (LIKE) 20010228
2 Importing POSX Value transfer Attribute reference (LIKE) 20010228
3 Importing POSY Value transfer Attribute reference (LIKE) 20010228

Method ON_BTN_MENU_CLICK on class CL_TREE_HRF02 has no exception.

Method ON_CTX_MENU_REQUEST Signature

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

Method ON_CTX_MENU_REQUEST on class CL_TREE_HRF02 has no exception.

Method ON_CTX_MENU_SELECT Signature

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

Method ON_CTX_MENU_SELECT on class CL_TREE_HRF02 has no exception.

Method PASTE_SELECTED_NODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECTS Call by reference Object reference (TYPE REF TO) CL_DRAGDROPOBJECT Drag & Drop DataObject 20020220

Method PASTE_SELECTED_NODES on class CL_TREE_HRF02 has no exception.

Method PRINT Signature

Method PRINT on class CL_TREE_HRF02 has no parameter.
Method PRINT on class CL_TREE_HRF02 has no exception.

Method PROCESS_FUNCTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FCODE Call by reference Type reference (TYPE) SYUCOMM Bildschirmbilder, Funktionscode, der PAI ausgelöst hat 20020308
2 Importing IM_NODE Call by reference Object reference (TYPE REF TO) CL_NODE_HRF02 HR Forms: Knoten des HR Baums 20020308
3 Returning RE_PROCESSED Value transfer Type reference (TYPE) XFELD Feld zum Ankreuzen 20020308

Method PROCESS_FUNCTION on class CL_TREE_HRF02 has no exception.

Method REMOVE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Knotenname 20000127

Method REMOVE_OBJECT on class CL_TREE_HRF02 has no exception.

Method SCROLL_TO_ADJAC_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NODE Call by reference Object reference (TYPE REF TO) CL_NODE_HRF02 Tree Control: Schlüssel eines Knotens 20040906

Method SCROLL_TO_ADJAC_OBJECT on class CL_TREE_HRF02 has no exception.

Method SET_ICON_2ND_COL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ICON Call by reference Type reference (TYPE) C Icon 20000203
2 Importing IM_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Schlüssel des Knotens 20000203

Method SET_ICON_2ND_COL on class CL_TREE_HRF02 has no exception.

Method SET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NAME Call by reference Type reference (TYPE) HRF_NAME neuer Name 20000504
2 Importing IM_OBJECT Call by reference Object reference (TYPE REF TO) CL_HRFORM_OBJECT_HRF02 Umbenanntes Objekt 20000519
# Exception Resumable Description Created on
1 NAME_INVALID Name ungültig laut DDIC Norm 20000504
2 NAME_USED Name bereits vorhanden und daher nicht eindeutig 20000504

Method SET_NODE_STYLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_INSERT_NOW Call by reference Type reference (TYPE) XFELD 'X' Änderungen sofort ins Baum übernehmen 20000314
2 Importing IM_NODE_KEY Call by reference Type reference (TYPE) TV_NODEKEY Schlüssel des Knotens 20000314
3 Importing IM_NODE_STYLE Call by reference Type reference (TYPE) I STYLE von CL_TREE_CONTROL_BASE 20000314
4 Importing IM_WITH_CHILDREN Call by reference Type reference (TYPE) XFELD 'X' STYLE aller Kinder setzen 20000314

Method SET_NODE_STYLE on class CL_TREE_HRF02 has no exception.

Method SET_SELECTED_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_NODE Call by reference Object reference (TYPE REF TO) CL_NODE_HRF02 Knoten 20000728

Method SET_SELECTED_NODE on class CL_TREE_HRF02 has no exception.

Method SET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_OBJECT Call by reference Object reference (TYPE REF TO) CL_HRFORM_OBJECT_HRF02 Umbennantes Objekt 20000519
2 Importing IM_TEXT Call by reference Type reference (TYPE) SDOK_DESCR Neuer Text 20000504

Method SET_TEXT on class CL_TREE_HRF02 has no exception.

Method SET_USR_SETTINGS Signature

Method SET_USR_SETTINGS on class CL_TREE_HRF02 has no parameter.
Method SET_USR_SETTINGS on class CL_TREE_HRF02 has no exception.

Method SHOW Signature

Method SHOW on class CL_TREE_HRF02 has no parameter.
Method SHOW on class CL_TREE_HRF02 has no exception.
Event Signatures

Event BEFORE_CTX_REQUEST Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EX_NODE Exporting Value transfer Object reference (TYPE REF TO) CL_NODE_HRF02 HR Forms: Knoten des HR Baums 20000725
2 EX_TREE Exporting Value transfer Object reference (TYPE REF TO) CL_TREE_HRF02 HR Forms: Basisklasse für Bäume 20000725

Event MESSAGE Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 MSG_CLASS Exporting Value transfer Type reference (TYPE) ARBGB 'HRFORMS' Nachrichtenklasse 20000406
2 MSG_NUMBER Exporting Value transfer Type reference (TYPE) MSGNO Nachrichtennummer 20000406
3 MSG_TYPE Exporting Value transfer Type reference (TYPE) MSGTY Nachrichtentyp - E,I,S,W 20000406
4 MSG_V1 Exporting Value transfer Type reference (TYPE) C Variable 1 der Nachricht 20000406
5 MSG_V2 Exporting Value transfer Type reference (TYPE) C Variable 2 der Nachricht 20000406
6 MSG_V3 Exporting Value transfer Type reference (TYPE) C Variable 3 der Nachricht 20000406
7 MSG_V4 Exporting Value transfer Type reference (TYPE) C Variable 4 der Nachricht 20000406
8 OBJECT Exporting Value transfer Object reference (TYPE REF TO) CL_TREE_HRF02 Auslösendes Object 20000406

Event NODE_SELECTED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EX_NODE Exporting Value transfer Object reference (TYPE REF TO) CL_NODE_HRF02 HR Forms: Knoten des HR Baums 20000503
2 EX_TREE Exporting Value transfer Object reference (TYPE REF TO) CL_TREE_HRF02 HR Forms: Basisklasse für Bäume 20000503

Event SEL_NODE_DELETED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 EX_DIMENSION Exporting Value transfer Object reference (TYPE REF TO) CL_HRFORM_OBJECT_HRF02 HR-Formularobjekt 20000128
History
Last changed by/on SAP  20050219 
SAP Release Created in 46C