Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_COLUMN_TREE_MODEL_ITEM_PROV | Column Tree Model: Load Items on Demand | 20010426 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_UC_HIERARCHY_TREE | Hierarchy Tree w/Data Retention at Backend | 20010419 |
Properties
| Class | CL_UC_HIERARCHY_TREE | |
| Short Description | Hierarchy Tree w/Data Retention at Backend | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | UGHIER | FinBasis: Wrapping of Edit/Column Trees |
| Created | 20010419 | SAP |
| Last change | 20041006 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_COLUMN_TREE_MODEL_ITEM_PROV | Column Tree Model: Load Items on Demand | 20010426 | ||
| 2 | IF_UC_HIERARCHY_TREE | Hierarchy Tree w/Data Retention at Backend | 20010419 |
Friends
Class CL_UC_HIERARCHY_TREE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | UG_FLG | FIN Master Data: General Indicator | 20021216 | |||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_UC_HIERARCHY_ITEM_PROVIDER | 20010508 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_UC_TREE_GUI | 20010508 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | TH_HIERARCHY | 20010508 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | UCU_TS_HIER_ITEN | Items of Nodes | 20021216 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | CHAR1 | 20010508 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | UC_HIER_NODE_KEY | 20010508 | ||||
| 8 | Instance attribute | Private | Type reference (TYPE) | UC_HIER_NAME | Name of Hierarchy Column | 20010706 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | UC_HIER_NODE_KEY | 20040503 |
Methods
Events
Class CL_UC_HIERARCHY_TREE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_COLUMN | Private | See coding | 20010508 | BEGIN OF s_column.
INCLUDE TYPE ucu_s_hier_column.
* more fields necessary?
TYPES: END OF s_column
|
||
| 2 | S_HIERARCHY | Private | See coding | 20010508 | BEGIN OF s_hierarchy,
node_key TYPE uc_hier_node_key, "node key
parent_key TYPE uc_hier_node_key, "parent of node key
child_key TYPE uc_hier_node_key, "first child,initial for leaves
last_child_key type uc_hier_node_key, "last child, initial for leaves
next_key TYPE uc_hier_node_key, "next on same level for parent
hidden TYPE ug_flg, "node is hidden
items_provided type ug_flg, "items already provided for node
END OF s_hierarchy
|
||
| 3 | S_ITEM | Private | See coding | 20010508 | BEGIN OF s_item.
INCLUDE TYPE ucu_s_hier_item.
* more fields necessary?
TYPES: END OF s_item
|
||
| 4 | S_ITEN | Private | See coding | 20010508 | BEGIN OF s_iten.
INCLUDE TYPE ucu_sx_hier_iten.
* more fields necessary?
TYPES: END OF s_iten
|
||
| 5 | S_NODE | Private | See coding | 20010508 | BEGIN OF s_node.
INCLUDE TYPE ucu_s_hier_node.
* more fields necessary?
TYPES: END OF s_node
|
||
| 6 | TH_HIERARCHY | Private | See coding | 20010515 | th_hierarchy TYPE HASHED TABLE OF s_hierarchy
WITH UNIQUE KEY node_key
|
||
| 7 | T_COLUMN | Private | See coding | 20010508 | t_column TYPE SORTED TABLE OF s_column
WITH UNIQUE KEY name
|
||
| 8 | T_ITEM | Private | See coding | 20010508 | t_item TYPE SORTED TABLE OF s_item
WITH UNIQUE KEY item_name
|
||
| 9 | T_ITEN | Private | See coding | 20010508 | t_iten TYPE SORTED TABLE OF s_iten
WITH UNIQUE KEY node_key
|
||
| 10 | T_NODE | Private | See coding | 20010508 | t_node TYPE SORTED TABLE OF s_node
WITH UNIQUE KEY node_key
|
Method Signatures
Method ADD_NODE_TO_HIERARCHY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_HIDDEN | Call by reference | Type reference (TYPE) | UG_FLG | 20010509 | ||||
| 2 | I_NODE_KEY | Call by reference | Type reference (TYPE) | UC_HIER_NODE_KEY | Schlüssel eines Knotens | 20010504 | |||
| 3 | I_RELATIONSHIP | Value transfer | Type reference (TYPE) | I | Verwandschaftsbeziehung | 20010504 | |||
| 4 | I_RELATIVE_NODE_KEY | Call by reference | Type reference (TYPE) | UC_HIER_NODE_KEY | Schlüssel eines Knotens | 20010504 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Aufbau der Hierarchie | 20010504 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTROL_TO_USE | Call by reference | Type reference (TYPE) | CHAR1 | IF_UC_HIERARCHY_TREE~GC_COLUMN_TREE | Control zur Hierarchiedarstellung | 20010420 | ||
| 2 | I_HIDE_SELECTION | Value transfer | Type reference (TYPE) | UG_FLG | Sichtbarkeit der Selektion | 20010508 | |||
| 3 | I_HIERARCHY_COLUMN_NAME | Call by reference | Type reference (TYPE) | UC_HIER_NAME | Name der Spalte im Hierarchie-Bereich | 20010508 | |||
| 4 | I_HIERARCHY_HEADER_HEADING | Call by reference | Type reference (TYPE) | UC_HIER_HEADING | Text in Länge 132 | 20010508 | |||
| 5 | I_HIERARCHY_HEADER_WIDTH | Call by reference | Type reference (TYPE) | INT4 | Natürliche Zahl | 20010508 | |||
| 6 | I_ITEM_SELECTION | Value transfer | Type reference (TYPE) | UG_FLG | Selektierbarkeit einzelner Items | 20010508 | |||
| 7 | I_NODE_SELECTION_MODE | Value transfer | Type reference (TYPE) | I | IF_UC_HIERARCHY_TREE~GC_NODE_SEL_MODE_MULTIPLE | Knoten: Einfach- oder Mehrfachselektion | 20010508 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | unzulässiger Spaltenname | 20010508 | ||
| 2 | 20010508 |
Method DELETE_NODE_FROM_HIERARCHY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NODE_KEY | Call by reference | Type reference (TYPE) | UC_HIER_NODE_KEY | Schlüssel eines Knotens | 20010504 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Knoten existiert nicht | 20010504 |
Method GET_TREE_FROM_HIERARCHY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_HIERARCHY | Call by reference | Type reference (TYPE) | TH_HIERARCHY | 20010809 | ||||
| 2 | I_NODE_KEY | Call by reference | Type reference (TYPE) | UC_HIER_NODE_KEY | Schlüssel eines Knotens | 20010809 |
Method GET_TREE_FROM_HIERARCHY on class CL_UC_HIERARCHY_TREE has no exception.
Method HANDLE_BUTTON_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITEM_NAME | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 2 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20010502 |
Method HANDLE_BUTTON_CLICK on class CL_UC_HIERARCHY_TREE has no exception.
Method HANDLE_CELL_DROPDOWN_REQUESTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITEM_NAME | Value transfer | Attribute reference (LIKE) | 20020730 | |||||
| 2 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20020730 | |||||
| 3 | VALUES | Value transfer | Attribute reference (LIKE) | 20020730 |
Method HANDLE_CELL_DROPDOWN_REQUESTED on class CL_UC_HIERARCHY_TREE has no exception.
Method HANDLE_CHECKBOX_CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CHECKED | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 2 | ITEM_NAME | Value transfer | Attribute reference (LIKE) | Name des Items | 20010502 | ||||
| 3 | NODE_KEY | Value transfer | Attribute reference (LIKE) | Schlüssel eines Knotens | 20010502 |
Method HANDLE_CHECKBOX_CHANGE on class CL_UC_HIERARCHY_TREE has no exception.
Method HANDLE_DATA_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITEM_NAME | Value transfer | Attribute reference (LIKE) | 20010607 | |||||
| 2 | NEW_VALUE | Value transfer | Attribute reference (LIKE) | 20010607 | |||||
| 3 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20010607 | |||||
| 4 | OLD_VALUE | Value transfer | Attribute reference (LIKE) | 20010607 |
Method HANDLE_DATA_CHANGED on class CL_UC_HIERARCHY_TREE has no exception.
Method HANDLE_DEFAULT_CTXT_MENU_REQ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MENU | Value transfer | Attribute reference (LIKE) | 20010501 |
Method HANDLE_DEFAULT_CTXT_MENU_REQ on class CL_UC_HIERARCHY_TREE has no exception.
Method HANDLE_DEFAULT_CTXT_MENU_SEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Value transfer | Attribute reference (LIKE) | 20010501 |
Method HANDLE_DEFAULT_CTXT_MENU_SEL on class CL_UC_HIERARCHY_TREE has no exception.
Method HANDLE_DRAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DRAG_DROP_OBJECT | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 2 | ITEM_NAME | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 3 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20010502 |
Method HANDLE_DRAG on class CL_UC_HIERARCHY_TREE has no exception.
Method HANDLE_DRAG_MULTIPLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DRAG_DROP_OBJECT | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 2 | ITEM_NAME | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 3 | NODE_KEY_TABLE | Value transfer | Attribute reference (LIKE) | 20010502 |
Method HANDLE_DRAG_MULTIPLE on class CL_UC_HIERARCHY_TREE has no exception.
Method HANDLE_DROP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DRAG_DROP_OBJECT | Value transfer | Attribute reference (LIKE) | 20010501 | |||||
| 2 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20010501 |
Method HANDLE_DROP on class CL_UC_HIERARCHY_TREE has no exception.
Method HANDLE_DROP_COMPLETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DRAG_DROP_OBJECT | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 2 | ITEM_NAME | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 3 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20010502 |
Method HANDLE_DROP_COMPLETE on class CL_UC_HIERARCHY_TREE has no exception.
Method HANDLE_DROP_COMPLETE_MULTIPLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DRAG_DROP_OBJECT | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 2 | ITEM_NAME | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 3 | NODE_KEY_TABLE | Value transfer | Attribute reference (LIKE) | 20010502 |
Method HANDLE_DROP_COMPLETE_MULTIPLE on class CL_UC_HIERARCHY_TREE has no exception.
Method HANDLE_DROP_GET_FLAVOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DRAG_DROP_OBJECT | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 2 | FLAVORS | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 3 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20010502 |
Method HANDLE_DROP_GET_FLAVOR on class CL_UC_HIERARCHY_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 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20010502 |
Method HANDLE_EXPAND_NO_CHILDREN on class CL_UC_HIERARCHY_TREE has no exception.
Method HANDLE_HEADER_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HEADER_NAME | Value transfer | Attribute reference (LIKE) | 20010502 |
Method HANDLE_HEADER_CLICK on class CL_UC_HIERARCHY_TREE has no exception.
Method HANDLE_HEADER_CTXT_MENU_REQ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HEADER_NAME | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 2 | MENU | Value transfer | Attribute reference (LIKE) | 20010502 |
Method HANDLE_HEADER_CTXT_MENU_REQ on class CL_UC_HIERARCHY_TREE has no exception.
Method HANDLE_HEADER_CTXT_MENU_SEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 2 | HEADER_NAME | Value transfer | Attribute reference (LIKE) | 20010502 |
Method HANDLE_HEADER_CTXT_MENU_SEL on class CL_UC_HIERARCHY_TREE has no exception.
Method HANDLE_ITEM_CTXT_MENU_REQ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITEM_NAME | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 2 | MENU | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 3 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20010502 |
Method HANDLE_ITEM_CTXT_MENU_REQ on class CL_UC_HIERARCHY_TREE has no exception.
Method HANDLE_ITEM_CTXT_MENU_SEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 2 | ITEM_NAME | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 3 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20010502 |
Method HANDLE_ITEM_CTXT_MENU_SEL on class CL_UC_HIERARCHY_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 | ITEM_NAME | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 2 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20010502 |
Method HANDLE_ITEM_DOUBLE_CLICK on class CL_UC_HIERARCHY_TREE has no exception.
Method HANDLE_ITEM_KEYPRESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITEM_NAME | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 2 | KEY | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 3 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20010502 |
Method HANDLE_ITEM_KEYPRESS on class CL_UC_HIERARCHY_TREE has no exception.
Method HANDLE_LINK_CLICK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITEM_NAME | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 2 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20010502 |
Method HANDLE_LINK_CLICK on class CL_UC_HIERARCHY_TREE has no exception.
Method HANDLE_NODE_CTXT_MENU_REQ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MENU | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 2 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20010502 |
Method HANDLE_NODE_CTXT_MENU_REQ on class CL_UC_HIERARCHY_TREE has no exception.
Method HANDLE_NODE_CTXT_MENU_SEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | FCODE | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 2 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20010502 |
Method HANDLE_NODE_CTXT_MENU_SEL on class CL_UC_HIERARCHY_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 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20010502 |
Method HANDLE_NODE_DOUBLE_CLICK on class CL_UC_HIERARCHY_TREE has no exception.
Method HANDLE_NODE_KEYPRESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KEY | Value transfer | Attribute reference (LIKE) | 20010502 | |||||
| 2 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20010502 |
Method HANDLE_NODE_KEYPRESS on class CL_UC_HIERARCHY_TREE has no exception.
Method HANDLE_SELECTION_CHANGED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NODE_KEY | Value transfer | Attribute reference (LIKE) | 20010502 |
Method HANDLE_SELECTION_CHANGED on class CL_UC_HIERARCHY_TREE has no exception.
Method MOVE_NODE_IN_HIERARCHY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NODE_KEY | Call by reference | Type reference (TYPE) | UC_HIER_NODE_KEY | Schlüssel eines Knotens | 20010809 | |||
| 2 | I_RELATIONSHIP | Value transfer | Type reference (TYPE) | I | Verwandschaftsbeziehung | 20010809 | |||
| 3 | I_RELATIVE_NODE_KEY | Call by reference | Type reference (TYPE) | UC_HIER_NODE_KEY | Schlüssel eines Knotens | 20010809 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Fehler beim Aufbau der Hierarchie | 20010809 |
Method NODE_IN_HIERARCHY_ITEMS_PROV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NODE_KEY | Call by reference | Type reference (TYPE) | UC_HIER_NODE_KEY | Schlüssel eines Knotens | 20010705 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Knoten existiert nicht | 20010705 |
Method SET_EVENT_HANDLERS Signature
Method SET_EVENT_HANDLERS on class CL_UC_HIERARCHY_TREE has no parameter.
Method SET_EVENT_HANDLERS on class CL_UC_HIERARCHY_TREE has no exception.
Method UPDATE_NODES_IN_HIERARCHY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_NODE_TABLE | Call by reference | Type reference (TYPE) | UCU_T_HIER_NODE_U | Knotentabelle zum updaten | 20010509 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Knoten existiert nicht | 20010509 |
History
| Last changed by/on | SAP | 20041006 |
| SAP Release Created in | 3.1A |