SAP ABAP Class CL_EPM_PD_FACTORS_LIST_FEEDER (EPM Product Conversion Factors List Feeder)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-NWD (Application Component) NetWeaver Demonstration
⤷
S_EPM_UX_PD (Package) EPM: Product screens based on FPM
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_EPM_FEEDER | EPM Feeder Class | 20120411 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20120411 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20120411 |
Properties
| Class | CL_EPM_PD_FACTORS_LIST_FEEDER | |
| Short Description | EPM Product Conversion Factors List Feeder | |
| Super Class | CL_EPM_FEEDER | EPM Feeder Class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_EPM_UX_PD | EPM: Product screens based on FPM |
| Created | 20120411 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_EPM_PD_FACTORS_LIST_FEEDER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20120411 | ||
| 2 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20120411 |
Friends
Class CL_EPM_PD_FACTORS_LIST_FEEDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | IF_SALV_SERVICE_TYPES=>YT_FIELD_PATH | 20120415 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SALV_ITAB_EDITOR_LINE_MODE | 20120415 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_EPM_PD_SHARED_DATA | 20120411 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | IF_EPM_BO=>TT_TABLE_FIELD_NAMES | 20120629 | ||||
| 5 | Instance attribute | Private | Type reference (TYPE) | STRING | 20120628 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20120415 |
Events
Class CL_EPM_PD_FACTORS_LIST_FEEDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_PD_FACTORS | Public | See coding | 20120816 | tt_pd_factors TYPE STANDARD TABLE OF ty_pd_factor
|
||
| 2 | TY_PD_FACTOR | Public | See coding | 20120816 | BEGIN OF ty_pd_factor.
INCLUDE TYPE if_epm_product_conv_factors=>ty_node_data.
TYPES edit_visibility TYPE abap_bool.
TYPES END OF ty_pd_factor
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_EPM_PD_FACTORS_LIST_FEEDER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_EPM_PD_FACTORS_LIST_FEEDER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |