SAP ABAP Class CL_CPF_BASIS_FACTORY_TESTDATA (CPF: Implementing class for IF_CPF_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_TESTDATA | |
Short Description | CPF: Implementing class for IF_CPF_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_TESTDATA 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_TESTDATA 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_TESTDATA | CPF: Implementing class for IF_CPF_FACTORY | 20120718 | ||
2 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CPF_CUST_DATA_MGR_TESTDATA | CPF customizing data manager | 20120720 | ||
3 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_CPF_B_DOC_DATA_MGR_TESTDATA | CPF document data manager (CPF Basis) | 20120720 | ||
4 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | MTY_CUST_FORMULA_TAB | Table of customizing formulas | 20120718 | ||
5 | ![]() |
Instance attribute | Public | Type reference (TYPE) | MTY_FORMULA_TAB | Table of formulas | 20120718 | ||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | MTY_PARAMETERS_TYPE_TAB | 20120726 | |||
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | MTY_PARAMETER_VALUES_TYPE_TAB | 20120718 | |||
8 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ETOBJ_NAME | eCATT Object | 20121022 | ||
9 | ![]() |
Instance attribute | Public | Type reference (TYPE) | ETVAR_ID | Variant name | 20121022 |
Methods
Class CL_CPF_BASIS_FACTORY_TESTDATA has no method.
Events
Class CL_CPF_BASIS_FACTORY_TESTDATA 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 SORTED TABLE OF mty_cust_formula WITH UNIQUE KEY formula_id
|
||
3 | MTY_FORMULA | Public | See coding | 20120718 | BEGIN OF mty_formula,
cpf_guid TYPE cpf_guid,
cpf_formula TYPE REF TO if_cpf_formula,
END OF mty_formula
|
||
4 | MTY_FORMULA_TAB | Public | See coding | 20120718 | mty_formula_tab TYPE sortED TABLE OF mty_formula WITH UNIQUE KEY cpf_guid
|
||
5 | 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
|
||
6 | MTY_PARAMETERS_TYPE_TAB | Protected | See coding | 20120726 | mty_parameters_type_tab TYPE HASHED TABLE OF mty_parameters_type WITH UNIQUE KEY cpf_guid
|
||
7 | MTY_PARAMETER_VALUES_TYPE | Protected | See coding | 20120718 | BEGIN OF mty_parameter_values_type,
cpf_guid TYPE cpf_guid,
cpf_parameter_values TYPE REF TO if_cpf_parameters,
END OF mty_parameter_values_type
|
||
8 | MTY_PARAMETER_VALUES_TYPE_TAB | Protected | See coding | 20120718 | mty_parameter_values_type_tab TYPE SORTED TABLE OF mty_parameter_values_type WITH UNIQUE KEY cpf_guid
|
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 740 |