SAP ABAP Class CL_CROP_PLANTATION (Plantation 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_PLANTATION | Plantation Access | 20120111 |
Properties
| Class | CL_CROP_PLANTATION | |
| Short Description | Plantation Implementation | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| 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_PLANTATION has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CROP_PLANTATION | Plantation Access | 20120111 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | IF_CROP | 20120111 | Crop Production Interface |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Type reference (TYPE) | TY_PLANTATIONS | 20120111 | ||||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_CROP | Crop Production Interface | 20120111 | |||
| 3 | Instance attribute | Protected | Type reference (TYPE) | TY_PLANTS | 20120212 | ||||
| 4 | Instance attribute | Protected | Attribute reference (LIKE) | 20120111 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20120111 | |
| 2 | Static method | Protected | Method | returns an instance of the given plantation | 20120111 | |
| 3 | Instance method | Protected | Method | 20120111 |
Events
Class CL_CROP_PLANTATION has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_PLANT | Protected | See coding | 20120212 | begin of ty_plant,
name type crop_plant_name,
instance type ref to cl_crop_genus_model,
end of ty_plant
|
||
| 2 | TY_PLANTATION | Protected | See coding | 20120111 | begin of ty_plantation,
name type crop_plantation_name,
instance type ref to if_crop_plantation,
end of ty_plantation
|
||
| 3 | TY_PLANTATIONS | Protected | See coding | 20120111 | ty_plantations type SORTED TABLE OF ty_plantation WITH UNIQUE key name
|
||
| 4 | TY_PLANTS | Protected | See coding | 20120212 | ty_plants type SORTED TABLE OF ty_plant with UNIQUE key name
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CROP | Call by reference | Object reference (TYPE REF TO) | IF_CROP | Crop Production Interface | 20120111 | |||
| 2 | IV_PLANTATION_NAME | Call by reference | Type reference (TYPE) | CROP_PLANTATION_NAME | Name of a plantation | 20120111 |
Method CONSTRUCTOR on class CL_CROP_PLANTATION has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CROP | Call by reference | Object reference (TYPE REF TO) | IF_CROP | Crop Production Interface | 20120115 | |||
| 2 | IV_PLANTATION_NAME | Call by reference | Type reference (TYPE) | CROP_PLANTATION_NAME | Name of a plantation | 20120111 | |||
| 3 | RO_PLANTATION | Value transfer | Object reference (TYPE REF TO) | IF_CROP_PLANTATION | Plantation Access | 20120111 |
Method GET_INSTANCE on class CL_CROP_PLANTATION has no exception.
Method PLANT Signature
Method PLANT on class CL_CROP_PLANTATION has no parameter.
Method PLANT on class CL_CROP_PLANTATION has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |