SAP ABAP Class CL_CPF_BASIS_FACTORY (CPF: Default implementing class for IF_CPF_BASIS_FACTORY)
Hierarchy
☛
PI_BASIS (Software Component) Basis Plug-In
⤷
CA-GTF-PR-CPF (Application Component) Configurable Parameters and Formulas
⤷
CPF_BASIS (Package) Configurable Parameters and Formulas (Basis)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CPF_BASIS_FACTORY | CPF BASIS Factory: gets/generates needed instances | 20120718 |
Properties
| Class | CL_CPF_BASIS_FACTORY | |
| Short Description | CPF: Default implementing class for IF_CPF_BASIS_FACTORY | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CPF_BASIS | Configurable Parameters and Formulas (Basis) |
| Created | 20120718 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CPF_BASIS_FACTORY has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CPF_BASIS_FACTORY | CPF BASIS Factory: gets/generates needed instances | 20120718 |
Friends
Class CL_CPF_BASIS_FACTORY 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) | CL_CPF_BASIS_FACTORY | CPF: Implementing class for IF_CPF_FACTORY | 20120718 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CPF_CUST_DATA_MGR | CPF customizing data manager | 20120719 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CPF_BASIS_DOCU_DATA_MGR | CPF document data manager (CPF Basis) | 20120719 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | MTY_CUST_FORMULA_TAB | Table of customizing formulas | 20120718 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | CPFT_OBJ_FORMULA | Table of formulas | 20120718 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | MTY_PARAMETERS_TYPE_TAB | Parameters with values | 20120726 |
Methods
Class CL_CPF_BASIS_FACTORY has no method.
Events
Class CL_CPF_BASIS_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | MTY_CUST_FORMULA | Protected | See coding | 20120718 | BEGIN OF mty_cust_formula,
formula_id TYPE cpf_formula_id,
cpf_cust_formula TYPE REF TO if_cpf_formula,
END OF mty_cust_formula
|
||
| 2 | MTY_CUST_FORMULA_TAB | Protected | See coding | 20120718 | mty_cust_formula_tab TYPE HASHED TABLE OF mty_cust_formula WITH UNIQUE KEY formula_id
|
||
| 3 | MTY_PARAMETERS_TYPE | Protected | See coding | 20120726 | BEGIN OF mty_parameters_type,
cpf_guid TYPE cpf_guid,
parameters TYPE REF TO if_cpf_parameters,
END OF mty_parameters_type
|
||
| 4 | MTY_PARAMETERS_TYPE_TAB | Protected | See coding | 20120726 | mty_parameters_type_tab TYPE HASHED TABLE OF mty_parameters_type WITH UNIQUE KEY cpf_guid
|
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |