SAP ABAP Class CL_FPM_TEST_CHART_SELECTION (Feeder to test Chart Selection)
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 | 20140211 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_CHART | Feeder Interface for Chart UIBB | 20140211 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20140211 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_MULTI_INSTANTIABLE | FPM Multi Instantiation | 20140211 |
Properties
Class | CL_FPM_TEST_CHART_SELECTION | |
Short Description | Feeder to test Chart Selection | |
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 | 20140211 | SAP |
Last change | 20141120 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_FPM_TEST_CHART_SELECTION has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FPM_GUIBB | Generic UI Building Block | 20140211 | ||
2 | IF_FPM_GUIBB_CHART | Feeder Interface for Chart UIBB | 20140211 | ||
3 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20140211 | ||
4 | IF_FPM_MULTI_INSTANTIABLE | FPM Multi Instantiation | 20140211 |
Friends
Class CL_FPM_TEST_CHART_SELECTION 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) | IF_FPM | Interface for accessing FPM functionality | 20140211 | ||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | YT_CVOM_DATA | 20140211 | |||
3 | ![]() |
Instance attribute | Private | Type reference (TYPE) | RSTABIXTAB | Repository Infosystem Table for Indexes | 20140211 |
Methods
Class CL_FPM_TEST_CHART_SELECTION has no method.
Events
Class CL_FPM_TEST_CHART_SELECTION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_CVOM_DATA | Private | See coding | 20140211 | BEGIN OF ys_cvom_data,
country TYPE string,
year(4) TYPE n,
product TYPE string,
profit TYPE i,
revenue TYPE i,
END OF ys_cvom_data
|
||
2 | YT_CVOM_DATA | Private | See coding | 20140211 | yt_cvom_data TYPE STANDARD TABLE OF ys_cvom_data WITH DEFAULT KEY
|
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 740 |