SAP ABAP Class IF_CROP_FRUIT_TREE (Fruit Tree Access)
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface composition (i COMPRISING i_ref) | IF_CROP_GRAFT | Graft Access | 20120113 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CROP_FRUIT_TREE | Fruit Tree (as graft of a tree) | 20120113 |
Properties
| Class | IF_CROP_FRUIT_TREE | |
| Short Description | Fruit 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_FRUIT_TREE has no interface implemented.
Friends
Class IF_CROP_FRUIT_TREE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Public | Attribute reference (LIKE) | 20120124 | |||||
| 2 | Instance attribute | Public | Attribute reference (LIKE) | 20120113 | |||||
| 3 | Instance attribute | Public | Attribute reference (LIKE) | 20120113 | |||||
| 4 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_CROP_TREE | Tree Access | 20120113 | |||
| 5 | Instance attribute | Public | Attribute reference (LIKE) | 20120122 | |||||
| 6 | Instance attribute | Public | Attribute reference (LIKE) | 20120120 | |||||
| 7 | Instance attribute | Public | Type reference (TYPE) | CROP_T_FERTILIZER | List of elements to fertilize blossoms | 20120123 | |||
| 8 | Instance attribute | Public | Type reference (TYPE) | CROP_T_FRUIT_INSTANCES | List of fruit instances | 20120114 | |||
| 9 | Instance attribute | Public | Attribute reference (LIKE) | 20120113 | |||||
| 10 | Instance attribute | Public | Attribute reference (LIKE) | 20120113 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20120122 | ||
| 2 | Instance method | Public | Method | starts enumeration of fruits | 20120114 | |
| 3 | Instance method | Public | Method | fertilizes the tree to harvest its fruits | 20120113 | |
| 4 | Instance method | Public | Method | returns TRUE if a fruit node of the given name exists | 20120114 | |
| 5 | Instance method | Public | Method | returns fruit of the given node | 20120114 | |
| 6 | Instance method | Public | Method | returns TRUE if the tree was fertilized before | 20120113 | |
| 7 | Instance method | Public | Method | 20120120 | ||
| 8 | Instance method | Public | Method | returns a new fruit and adds it to the fruit tree | 20120114 |
Events
Class IF_CROP_FRUIT_TREE has no event.
Types
Class IF_CROP_FRUIT_TREE has no local type.
Method Signatures
Method CROP Signature
Method CROP on class IF_CROP_FRUIT_TREE has no parameter.
Method CROP on class IF_CROP_FRUIT_TREE has no exception.
Method ENUMERATE_FRUITS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_FRUIT | Value transfer | Object reference (TYPE REF TO) | IF_CROP_FRUIT | Fruit Access | 20120114 |
Method ENUMERATE_FRUITS on class IF_CROP_FRUIT_TREE has no exception.
Method FERTILIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FERTILIZER | Call by reference | Type reference (TYPE) | CROP_T_FERTILIZER | List of elements to fertilize blossoms | 20120123 | |||
| 2 | IV_ALL_NODES | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | 20120113 |
Method FERTILIZE on class IF_CROP_FRUIT_TREE has no exception.
Method FRUIT_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 | 20120114 | |||
| 2 | RV_EXISTS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120114 |
Method FRUIT_NODE_EXISTS on class IF_CROP_FRUIT_TREE has no exception.
Method GET_FRUIT_OF_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 | 20120114 | |||
| 2 | RO_FRUIT | Value transfer | Object reference (TYPE REF TO) | IF_CROP_FRUIT | Fruit Access | 20120114 |
Method GET_FRUIT_OF_NODE on class IF_CROP_FRUIT_TREE has no exception.
Method IS_FERTILIZED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_FERTILIZED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120113 |
Method IS_FERTILIZED on class IF_CROP_FRUIT_TREE has no exception.
Method NATURE Signature
Method NATURE on class IF_CROP_FRUIT_TREE has no parameter.
Method NATURE on class IF_CROP_FRUIT_TREE has no exception.
Method NEW_FRUIT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_FRUIT_NODE | Call by reference | Type reference (TYPE) | CROP_S_FRUIT_TREE_NODE | Structure of a fruit tree node | 20120114 | |||
| 2 | RO_FRUIT | Value transfer | Object reference (TYPE REF TO) | IF_CROP_FRUIT | Fruit Access | 20120114 |
Method NEW_FRUIT on class IF_CROP_FRUIT_TREE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in |