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 ABAP 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 MO_CARE Instance attribute Public Attribute reference (LIKE) 20120124
2 MO_GENUS_MODEL Instance attribute Public Attribute reference (LIKE) 20120113
3 MO_REPORTING Instance attribute Public Attribute reference (LIKE) 20120113
4 MO_TREE Instance attribute Public Object reference (TYPE REF TO) IF_CROP_TREE Tree Access 20120113
5 MR_CROP Instance attribute Public Attribute reference (LIKE) 20120122
6 MR_NATURE Instance attribute Public Attribute reference (LIKE) 20120120
7 MT_FERTILIZER Instance attribute Public Type reference (TYPE) CROP_T_FERTILIZER List of elements to fertilize blossoms 20120123
8 MT_FRUITS Instance attribute Public Type reference (TYPE) CROP_T_FRUIT_INSTANCES List of fruit instances 20120114
9 MV_GRAFT_NAME Instance attribute Public Attribute reference (LIKE) 20120113
10 MV_GRAFT_NATURE Instance attribute Public Attribute reference (LIKE) 20120113
Methods
# Method Level Visibility Method type Description Created on
1 CROP Instance method Public Method 20120122
2 ENUMERATE_FRUITS Instance method Public Method starts enumeration of fruits 20120114
3 FERTILIZE Instance method Public Method fertilizes the tree to harvest its fruits 20120113
4 FRUIT_NODE_EXISTS Instance method Public Method returns TRUE if a fruit node of the given name exists 20120114
5 GET_FRUIT_OF_NODE Instance method Public Method returns fruit of the given node 20120114
6 IS_FERTILIZED Instance method Public Method returns TRUE if the tree was fertilized before 20120113
7 NATURE Instance method Public Method 20120120
8 NEW_FRUIT 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 Returning 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 Importing IT_FERTILIZER Call by reference Type reference (TYPE) CROP_T_FERTILIZER List of elements to fertilize blossoms 20120123
2 Importing 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 Importing IV_NAME Call by reference Type reference (TYPE) CROP_NODE_NAME Name of a node 20120114
2 Returning 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 Importing IV_NAME Call by reference Type reference (TYPE) CROP_NODE_NAME Name of a node 20120114
2 Returning 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 Returning 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 Importing IS_FRUIT_NODE Call by reference Type reference (TYPE) CROP_S_FRUIT_TREE_NODE Structure of a fruit tree node 20120114
2 Returning 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