SAP ABAP Class CL_FPM_TEST_CHART_CVOM_DATA (Test CVOM Chart Example)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_TEST (Package) Floorplan Manager (Test applications)
⤷
⤷
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 | 20130312 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_CHART | Feeder Interface for Chart UIBB | 20130312 |
Properties
| Class | CL_FPM_TEST_CHART_CVOM_DATA | |
| Short Description | Test CVOM Chart Example | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_TEST | Floorplan Manager (Test applications) |
| Created | 20130312 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_TEST_CHART_CVOM_DATA has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20130312 | ||
| 2 | IF_FPM_GUIBB_CHART | Feeder Interface for Chart UIBB | 20130312 |
Friends
Class CL_FPM_TEST_CHART_CVOM_DATA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | YT_CVOM_DATA | 20130312 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20130312 |
Events
Class CL_FPM_TEST_CHART_CVOM_DATA has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | YS_CVOM_DATA | Private | See coding | 20130312 | BEGIN OF ys_cvom_data,
country TYPE land1,
year TYPE gjahr,
product TYPE string,
profit TYPE i,
revenue TYPE i,
cost type i,
END OF ys_cvom_data
|
||
| 2 | YT_CVOM_DATA | Private | See coding | 20130312 | yt_cvom_data TYPE STANDARD TABLE OF ys_cvom_data WITH DEFAULT KEY
|
Method Signatures
Method FILL_DATA Signature
Method FILL_DATA on class CL_FPM_TEST_CHART_CVOM_DATA has no parameter.
Method FILL_DATA on class CL_FPM_TEST_CHART_CVOM_DATA has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 740 |