SAP ABAP Class IF_CRM_TREE_NODE (Generic tree node interface)
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface composition (i COMPRISING i_ref) | IF_CRM_ES_MODEL_TREE_NODE | ES model tree node | 20080215 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CRM_TREE_NODE | Default implemenation for tree node | 20080215 |
Properties
Class | IF_CRM_TREE_NODE | |
Short Description | Generic tree node interface | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | ||
Created | 20080214 | SAP |
Last change | 20081007 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class IF_CRM_TREE_NODE has no forward declaration.
Interfaces
Class IF_CRM_TREE_NODE has no interface implemented.
Friends
Class IF_CRM_TREE_NODE has no friend class.
Attributes
Class IF_CRM_TREE_NODE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Append child to the current node | 20080214 |
2 | ![]() |
Instance method | Public | Method | Get list of all childnodes of the given node | 20080214 |
3 | ![]() |
Instance method | Public | Method | Get parent node of the current one | 20080320 |
4 | ![]() |
Instance method | Public | Method | Insert new child before another existing one | 20080411 |
5 | ![]() |
Instance method | Public | Method | Remove childnode including the complete sub-tree | 20080214 |
6 | ![]() |
Instance method | Public | Method | Set parent node of the current one | 20080320 |
Events
Class IF_CRM_TREE_NODE has no event.
Types
Class IF_CRM_TREE_NODE has no local type.
Method Signatures
Method APPEND_CHILD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_CHILD_NODE | Call by reference | Object reference (TYPE REF TO) | IF_CRM_TREE_NODE | Reference to the child node being appended | 20080215 |
Method APPEND_CHILD on class IF_CRM_TREE_NODE has no exception.
Method GET_CHILDREN Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_CHILDREN | Value transfer | Type reference (TYPE) | CRMT_TREE_NODE_TAB | List of tree nodes | 20080214 |
Method GET_CHILDREN on class IF_CRM_TREE_NODE has no exception.
Method GET_PARENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_PARENT_NODE | Value transfer | Object reference (TYPE REF TO) | IF_CRM_TREE_NODE | Generic tree node interface | 20080320 |
Method GET_PARENT on class IF_CRM_TREE_NODE has no exception.
Method INSERT_CHILD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_INSERT_BEFORE | Call by reference | Object reference (TYPE REF TO) | IF_CRM_TREE_NODE | Reference to child node, the new node to be inserted before | 20080411 | ||
2 | ![]() |
IR_NEW_CHILD_NODE | Call by reference | Object reference (TYPE REF TO) | IF_CRM_TREE_NODE | Reference to the child node being inserted | 20080411 |
Method INSERT_CHILD on class IF_CRM_TREE_NODE has no exception.
Method REMOVE_CHILD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_CHILD_NODE | Call by reference | Object reference (TYPE REF TO) | IF_CRM_TREE_NODE | Reference to the child node being deleted | 20080215 |
Method REMOVE_CHILD on class IF_CRM_TREE_NODE has no exception.
Method SET_PARENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_PARENT_NODE | Call by reference | Object reference (TYPE REF TO) | IF_CRM_TREE_NODE | Generic tree node interface | 20080320 |
Method SET_PARENT on class IF_CRM_TREE_NODE has no exception.
History
Last changed by/on | SAP | 20081007 |
SAP Release Created in |