SAP ABAP Class CL_PRICING_CPF_FACTORY (Pricing CPF: default impl class f. IF_PRICING_CPF_FACTORY)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
CA-GTF-PR-CPF (Application Component) Configurable Parameters and Formulas
⤷
VF_PRC_CPF (Package) Integration of CPF into ERP Pricing
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_PRICING_CPF_FACTORY | Interface for Pricing CPF integration factory | 20121026 |
Properties
| Class | CL_PRICING_CPF_FACTORY | |
| Short Description | Pricing CPF: default impl class f. IF_PRICING_CPF_FACTORY | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | VF_PRC_CPF | Integration of CPF into ERP Pricing |
| Created | 20121026 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_PRICING_CPF_FACTORY has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_PRICING_CPF_FACTORY | Interface for Pricing CPF integration factory | 20121026 |
Friends
Class CL_PRICING_CPF_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_PRICING_CPF_FACTORY | Pricing CPF: default impl class f. IF_PRICING_CPF_FACTORY | 20121026 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CPF_BASIS_FACTORY | CPF: Default implementing class for IF_CPF_BASIS_FACTORY | 20121026 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_PRICING_CPF_DOCU_DATA_MGR | CPF: Default implementing class f. IF_CPF_APPL_DOCU_DATA_MGR | 20121026 | |||
| 4 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_PRICING_CPF_MD_DATA_MGR | CPF: Default implementing class f. IF_PRICING_CPF_MD_DATA_MG | 20130215 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | TY_PRICING_CPF_TAB | 20121026 |
Methods
Class CL_PRICING_CPF_FACTORY has no method.
Events
Class CL_PRICING_CPF_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_PRICING_CPF | Public | See coding | 20121026 | BEGIN OF ty_pricing_cpf,
knumv TYPE knumv,
pricing_cpf TYPE REF TO if_pricing_cpf,
END OF ty_pricing_cpf
|
||
| 2 | TY_PRICING_CPF_TAB | Public | See coding | 20121026 | ty_pricing_cpf_tab TYPE HASHED TABLE OF ty_pricing_cpf WITH UNIQUE KEY knumv
|
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 617 |