SAP ABAP Class IF_CROP_TREE (Tree Access)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_CROP_GENUS_MODEL | Genus Model Access (base of all plants) | 20120113 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CROP_TREE | Tree Implementation | 20120111 |
Properties
| Class | IF_CROP_TREE | |
| Short Description | Tree Access | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20120111 | SAP |
| Last change | 20130531 | 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
Class IF_CROP_TREE has no interface implemented.
Friends
Class IF_CROP_TREE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_CROP_ENUMERATE | 20120115 | ||||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | 20120115 | |||||
| 3 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_CROP_TREE_NODE | Tree Node Access | 20120113 | |||
| 4 | Instance attribute | Public | Attribute reference (LIKE) | 20120120 | |||||
| 5 | Instance attribute | Public | Type reference (TYPE) | CROP_T_TREE_NODE_INSTANCES | List of tree node instances | 20120113 | |||
| 6 | Instance attribute | Public | Attribute reference (LIKE) | 20120115 | |||||
| 7 | Instance attribute | Public | Attribute reference (LIKE) | 20120115 | |||||
| 8 | Instance attribute | Public | Attribute reference (LIKE) | 20120120 | |||||
| 9 | Instance attribute | Public | Attribute reference (LIKE) | 20120115 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20120113 | ||
| 2 | Instance method | Public | Method | returns the first node of the tree | 20120113 | |
| 3 | Instance method | Public | Method | returns the children of the given node | 20120113 | |
| 4 | Instance method | Public | Method | returns the node with the given name | 20120113 | |
| 5 | Instance method | Public | Method | 20120120 | ||
| 6 | Instance method | Public | Method | returns a new node with the given name | 20120113 | |
| 7 | Instance method | Public | Method | returns TRUE if a node with the given name exists | 20120113 | |
| 8 | Instance method | Public | Method | creates and returns the root node with the given name | 20120113 |
Events
Class IF_CROP_TREE has no event.
Types
Class IF_CROP_TREE has no local type.
Method Signatures
Method ENGRAFT Signature
Method ENGRAFT on class IF_CROP_TREE has no parameter.
Method ENGRAFT on class IF_CROP_TREE has no exception.
Method ENUMERATE_NODES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_NODE | Value transfer | Object reference (TYPE REF TO) | IF_CROP_TREE_NODE | Tree Node Access | 20120113 |
Method ENUMERATE_NODES on class IF_CROP_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 | ET_CHILDREN | Call by reference | Type reference (TYPE) | CROP_T_TREE_NODE_INSTANCES | List of tree node instances | 20120113 | |||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | CROP_NODE_NAME | Name of a node | 20120113 |
Method GET_CHILDREN_OF_NODE on class IF_CROP_TREE has no exception.
Method GET_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | CROP_NODE_NAME | Name of a node | 20120113 | |||
| 2 | RO_NODE | Value transfer | Object reference (TYPE REF TO) | IF_CROP_TREE_NODE | Tree Node Access | 20120113 |
Method GET_NODE on class IF_CROP_TREE has no exception.
Method NATURE Signature
Method NATURE on class IF_CROP_TREE has no parameter.
Method NATURE on class IF_CROP_TREE has no exception.
Method NEW_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CARDINALITY | Call by reference | Type reference (TYPE) | CROP_NODE_CARDINALITY | Cardinality of a node | 20120122 | |||
| 2 | IV_NAME | Call by reference | Type reference (TYPE) | CROP_NODE_NAME | Name of a node | 20120113 | |||
| 3 | IV_PARENT_NAME | Call by reference | Type reference (TYPE) | CROP_NODE_NAME | Name of a node | 20120113 | |||
| 4 | RO_NODE | Value transfer | Object reference (TYPE REF TO) | IF_CROP_TREE_NODE | Tree Node Access | 20120113 |
Method NEW_NODE on class IF_CROP_TREE has no exception.
Method NODE_EXISTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | CROP_NODE_NAME | Name of a node | 20120113 | |||
| 2 | RV_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120113 |
Method NODE_EXISTS on class IF_CROP_TREE has no exception.
Method SET_ROOT_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | CROP_NODE_NAME | Name of a node | 20120113 | |||
| 2 | RO_NODE | Value transfer | Object reference (TYPE REF TO) | IF_CROP_TREE_NODE | Tree Node Access | 20120113 |
Method SET_ROOT_NODE on class IF_CROP_TREE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |