SAP ABAP Class CL_CROP (Crop Production)
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 | Crop Production Interface | 20120111 |
Properties
| Class | CL_CROP | |
| Short Description | Crop Production | |
| 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 | 20120111 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CROP has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CROP | Crop Production Interface | 20120111 |
Friends
Class CL_CROP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Object reference (TYPE REF TO) | IF_CROP | Crop Production Interface | 20120111 | |||
| 2 | Static Attribute | Protected | Type reference (TYPE) | TY_GENUS_SPECIFIERS | 20120111 | ||||
| 3 | Static Attribute | Protected | Type reference (TYPE) | TY_GRAFT_RAISERS | 20120111 | ||||
| 4 | Static Attribute | Protected | Type reference (TYPE) | TY_PLANT_GROWERS | 20120111 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | 20120111 | ||
| 2 | Instance method | Protected | Method | 20120113 | ||
| 3 | Static method | Public | Method | returns the singleton of CROP | 20120111 | |
| 4 | Instance method | Protected | Method | 20120113 | ||
| 5 | Instance method | Protected | Method | 20120111 | ||
| 6 | Instance method | Protected | Method | 20120113 |
Events
Class CL_CROP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_GENUS_SPECIFIER | Protected | See coding | 20120111 | BEGIN OF ty_genus_specifier,
name TYPE crop_genus_specifier,
instance TYPE REF TO if_crop_genus_specifier,
END OF ty_genus_specifier
|
||
| 2 | TY_GENUS_SPECIFIERS | Protected | See coding | 20120111 | ty_genus_specifiers TYPE SORTED TABLE OF ty_genus_specifier WITH UNIQUE KEY name
|
||
| 3 | TY_GRAFT_RAISER | Protected | See coding | 20120111 | BEGIN OF ty_graft_raiser,
name TYPE crop_graft_raiser,
instance TYPE REF TO if_crop_graft_raiser,
END OF ty_graft_raiser
|
||
| 4 | TY_GRAFT_RAISERS | Protected | See coding | 20120111 | ty_graft_raisers TYPE SORTED TABLE OF ty_graft_raiser WITH UNIQUE KEY name
|
||
| 5 | TY_PLANT_GROWER | Protected | See coding | 20120111 | BEGIN OF ty_plant_grower,
name TYPE crop_plant_grower,
instance TYPE REF TO if_crop_plant_grower,
END OF ty_plant_grower
|
||
| 6 | TY_PLANT_GROWERS | Protected | See coding | 20120111 | ty_plant_growers TYPE SORTED TABLE OF ty_plant_grower WITH UNIQUE KEY name
|
Method Signatures
Method ENGRAFT_PLANT Signature
Method ENGRAFT_PLANT on class CL_CROP has no parameter.
Method ENGRAFT_PLANT on class CL_CROP has no exception.
Method GENUS_SPECIFIER Signature
Method GENUS_SPECIFIER on class CL_CROP has no parameter.
Method GENUS_SPECIFIER on class CL_CROP has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_CROP | Value transfer | Object reference (TYPE REF TO) | IF_CROP | Crop Production Interface | 20120111 |
Method GET_INSTANCE on class CL_CROP has no exception.
Method GRAFT_RAISER Signature
Method GRAFT_RAISER on class CL_CROP has no parameter.
Method GRAFT_RAISER on class CL_CROP has no exception.
Method PLANTATION Signature
Method PLANTATION on class CL_CROP has no parameter.
Method PLANTATION on class CL_CROP has no exception.
Method PLANT_GROWER Signature
Method PLANT_GROWER on class CL_CROP has no parameter.
Method PLANT_GROWER on class CL_CROP has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |