SAP ABAP Class CL_EPM_PD_STOCK_CHART_FEEDER (Test)
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 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20130415 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_CHART | Feeder Interface for Chart UIBB | 20130415 |
Properties
| Class | CL_EPM_PD_STOCK_CHART_FEEDER | |
| Short Description | Test | |
| Super 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 | 20130415 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_EPM_PD_STOCK_CHART_FEEDER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20130415 | ||
| 2 | IF_FPM_GUIBB_CHART | Feeder Interface for Chart UIBB | 20130415 |
Friends
Class CL_EPM_PD_STOCK_CHART_FEEDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_EPM_PD_SHARED_DATA | 20130415 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | TT_DATA | 20130415 |
Methods
Class CL_EPM_PD_STOCK_CHART_FEEDER has no method.
Events
Class CL_EPM_PD_STOCK_CHART_FEEDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_DATA | Private | See coding | 20130415 | tt_data TYPE STANDARD TABLE OF ty_data
|
||
| 2 | TY_DATA | Private | See coding | 20130415 | BEGIN OF ty_data,
department_name TYPE if_epm_org_unit=>ty_node_data-org_unit_name,
quantity TYPE if_epm_storage_bin_header=>ty_node_data-quantity,
min_stock TYPE if_epm_storage_bin_header=>ty_node_data-min_stock,
END OF ty_data
|
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |