SAP ABAP Interface IF_CROP_TREE (Tree Access)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-APP-BP (Application Component) MDG Business Partner (Central Part)
⤷
MDG_BS_BP_GENIL_NO_TRANSL (Package) Master Data Governance: GENIL
⤷
⤷
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
| Interface | IF_CROP_TREE | |
| Short Description | Tree Access |
General Data
| Package | MDG_BS_BP_GENIL_NO_TRANSL | Master Data Governance: GENIL |
| Created | 20120111 | SAP |
| Last changed | 20130531 | SAP |
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CROP_GENUS_MODEL | Genus Model Access (base of all plants) | 20120113 |
Friends
Interface IF_CROP_TREE has no friend.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | MO_ENUMERATE | Instance attribute | Public | Object reference (TYPE REF TO) | IF_CROP_ENUMERATE | 20120115 | |||
| 2 | MO_GROWER | Instance attribute | Public | Attribute reference (LIKE) | 20120115 | ||||
| 3 | MO_ROOT_NODE | Instance attribute | Public | Object reference (TYPE REF TO) | IF_CROP_TREE_NODE | Tree Node Access | 20120113 | ||
| 4 | MR_NATURE | Instance attribute | Public | Attribute reference (LIKE) | 20120120 | ||||
| 5 | MT_NODES | Instance attribute | Public | Type reference (TYPE) | CROP_T_TREE_NODE_INSTANCES | List of tree node instances | 20120113 | ||
| 6 | MV_GENUS | Instance attribute | Public | Attribute reference (LIKE) | 20120115 | ||||
| 7 | MV_GENUS_NATURE | Instance attribute | Public | Attribute reference (LIKE) | 20120115 | ||||
| 8 | MV_PLANTATION | Instance attribute | Public | Attribute reference (LIKE) | 20120120 | ||||
| 9 | MV_PLANT_NAME | 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
Interface IF_CROP_TREE has no event.
Types
Interface IF_CROP_TREE has no local type.
Method Signatures
Method ENGRAFT Signature
Method ENGRAFT on Interface IF_CROP_TREE has no parameter.
Method ENGRAFT on Interface 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 Interface 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 Interface 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 Interface IF_CROP_TREE has no exception.
Method NATURE Signature
Method NATURE on Interface IF_CROP_TREE has no parameter.
Method NATURE on Interface 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 Interface 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 Interface 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 Interface IF_CROP_TREE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |