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 ABAP 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 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 ENGRAFT Instance method Public Method 20120113
2 ENUMERATE_NODES Instance method Public Method returns the first node of the tree 20120113
3 GET_CHILDREN_OF_NODE Instance method Public Method returns the children of the given node 20120113
4 GET_NODE Instance method Public Method returns the node with the given name 20120113
5 NATURE Instance method Public Method 20120120
6 NEW_NODE Instance method Public Method returns a new node with the given name 20120113
7 NODE_EXISTS Instance method Public Method returns TRUE if a node with the given name exists 20120113
8 SET_ROOT_NODE 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 Returning 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 Exporting ET_CHILDREN Call by reference Type reference (TYPE) CROP_T_TREE_NODE_INSTANCES List of tree node instances 20120113
2 Importing 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 Importing IV_NAME Call by reference Type reference (TYPE) CROP_NODE_NAME Name of a node 20120113
2 Returning 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 Importing IV_CARDINALITY Call by reference Type reference (TYPE) CROP_NODE_CARDINALITY Cardinality of a node 20120122
2 Importing IV_NAME Call by reference Type reference (TYPE) CROP_NODE_NAME Name of a node 20120113
3 Importing IV_PARENT_NAME Call by reference Type reference (TYPE) CROP_NODE_NAME Name of a node 20120113
4 Returning 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 Importing IV_NAME Call by reference Type reference (TYPE) CROP_NODE_NAME Name of a node 20120113
2 Returning 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 Importing IV_NAME Call by reference Type reference (TYPE) CROP_NODE_NAME Name of a node 20120113
2 Returning 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