SAP ABAP Class CL_CROP_GENUS_MODEL (Abstract Genus Model Implementation)
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 - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_CROP_GENUS_MODEL Genus Model Access (base of all plants) 20120114
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_CROP_TREE Tree Implementation 20120114
Properties
Class CL_CROP_GENUS_MODEL  
Short Description Abstract Genus Model Implementation    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package MDG_BS_BP_GENIL_NO_TRANSL   Master Data Governance: GENIL 
Created 20120114   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_CROP_GENUS_MODEL has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_CROP_GENUS_MODEL Genus Model Access (base of all plants) 20120114
Friends
# Friend Modeled only Created on Description
1 IF_CROP_PLANTATION 20120114 Plantation Access
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_GROWER Instance attribute Protected Attribute reference (LIKE) 20120114
2 MR_NATURE Instance attribute Protected Attribute reference (LIKE) 20120120
3 MT_GRAFTS Instance attribute Protected Type reference (TYPE) TY_GRAFTS 20120212
4 MV_DESIGNATION Instance attribute Protected Attribute reference (LIKE) 20120130
5 MV_GENUS Instance attribute Protected Attribute reference (LIKE) 20120114
6 MV_GENUS_NATURE Instance attribute Protected Attribute reference (LIKE) 20120114
7 MV_PLANTATION Instance attribute Protected Attribute reference (LIKE) 20120114
8 MV_PLANT_NAME Instance attribute Protected Attribute reference (LIKE) 20120114
Methods
# Method Level Visibility Method type Description Created on
1 ENGRAFT Instance method Protected Method 20120114
2 NATURE Instance method Protected Method 20120120
3 SPECIFY Instance method Protected Method sets all characteristics of the plant 20120114
Events
Class CL_CROP_GENUS_MODEL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_GRAFT Protected See coding 20120212 BEGIN OF ty_graft, name TYPE crop_graft_name, instance TYPE REF TO if_crop_graft, END OF ty_graft
2 TY_GRAFTS Protected See coding 20120212 ty_grafts TYPE SORTED TABLE OF ty_graft WITH UNIQUE KEY name
Method Signatures

Method ENGRAFT Signature

Method ENGRAFT on class CL_CROP_GENUS_MODEL has no parameter.
Method ENGRAFT on class CL_CROP_GENUS_MODEL has no exception.

Method NATURE Signature

Method NATURE on class CL_CROP_GENUS_MODEL has no parameter.
Method NATURE on class CL_CROP_GENUS_MODEL has no exception.

Method SPECIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_GROWER Call by reference Object reference (TYPE REF TO) IF_CROP_PLANT_GROWER Plant Grower Access 20120114
2 Importing IV_DESIGNATION Call by reference Type reference (TYPE) CROP_DESIGNATION Designation of a plant for distinction of purpose 20120130
3 Importing IV_GENUS Call by reference Type reference (TYPE) CROP_PLANT_GENUS Genus of a plant 20120114
4 Importing IV_GENUS_NATURE Call by reference Type reference (TYPE) CROP_GENUS_NATURE Nature of a genus 20120114
5 Importing IV_NATURE Call by reference Type reference (TYPE) DATA Nature of the plant 20120120
6 Importing IV_PLANTATION Call by reference Type reference (TYPE) CROP_PLANTATION_NAME Name of a plantation 20120114
7 Importing IV_PLANT_NAME Call by reference Type reference (TYPE) CROP_PLANT_NAME Name of a plant 20120114

Method SPECIFY on class CL_CROP_GENUS_MODEL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 732