SAP ABAP Class CL_FPM_CHART_TEST_FEEDER (Test Feeder for Chart)
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 | 20130212 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_CHART | Feeder Interface for Chart UIBB | 20130212 |
3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_DYNAMIC_CONFIG | FPM GUIBB: Dynamic Configuration | 20130212 |
4 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20130214 |
5 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_MULTI_INSTANTIABLE | FPM Multi Instantiation | 20130212 |
Properties
Class | CL_FPM_CHART_TEST_FEEDER | |
Short Description | Test Feeder for Chart | |
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 | 20130212 | SAP |
Last change | 20131127 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_FPM_CHART_TEST_FEEDER has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_FPM_GUIBB | Generic UI Building Block | 20130212 | ||
2 | IF_FPM_GUIBB_CHART | Feeder Interface for Chart UIBB | 20130212 | ||
3 | IF_FPM_GUIBB_DYNAMIC_CONFIG | FPM GUIBB: Dynamic Configuration | 20130212 | ||
4 | IF_FPM_GUIBB_LIST | Generic List UI Building Block | 20130214 | ||
5 | IF_FPM_MULTI_INSTANTIABLE | FPM Multi Instantiation | 20130212 |
Friends
Class CL_FPM_CHART_TEST_FEEDER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Constant | Private | See coding | ID of the FPM Event | 20130301 | |||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_FPM | Interface for accessing FPM functionality | 20130212 | ||
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_FPM_CHART_TEST_MODEL | AppCC for Chart test Application | 20130214 | ||
4 | ![]() |
Instance attribute | Private | Type reference (TYPE) | WDY_BOOLEAN | ABAP_TRUE | Replacement for Real Boolean Type: 'X' == True '' == False | 20130214 | |
5 | ![]() |
Instance attribute | Private | Type reference (TYPE) | I | 20130214 | |||
6 | ![]() |
Instance attribute | Private | Type reference (TYPE) | STRING | 20140127 |
Methods
Class CL_FPM_CHART_TEST_FEEDER has no method.
Events
Class CL_FPM_CHART_TEST_FEEDER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | YS_CONTINENT | Private | See coding | 20130212 | begin of ys_continent,
id(1) type n,
area_km2 type i,
area_mile2 type i,
percent_of_landmass type float,
population type i,
percent_of_population type float,
population_density_km2 type float,
population_density_mile2 type float,
abundance type float,
end of ys_continent
|
||
2 | YS_ELEMENT | Private | See coding | 20130213 | begin of ys_element,
atomic_number type i,
symbol type string,
name type string,
group type i,
period type i,
block(1) type c,
state type string,
ocurrence type string,
description type i,
weight type float,
density type float,
melting_point type float,
boiling_point type float,
discovery_year type i,
end of ys_element
|
||
3 | YS_PLANET | Private | See coding | 20130212 | begin of ys_planet,
planet(1) type n,
mean_distance_from_sun type decfloat34,
equatorial_radius type decfloat34,
surface_area type decfloat34,
mass type decfloat34,
density type decfloat34,
equatorial_gravity type decfloat34,
escape_velocity type decfloat34,
rotation_perid type decfloat34,
orbital_period type decfloat34,
mean_orbital_speed type decfloat34,
eccentricity type decfloat34,
inclination type decfloat34,
axial_tilt type decfloat34,
mean_surface_temperatrue type decfloat34,
mean_air_temperature type decfloat34,
number_of_moons type decfloat34,
end of ys_planet
|
||
4 | YS_WAHL | Private | See coding | 20130212 | begin of ys_wahl,
year(4) type n,
party_id type i,
party type string,
result type float,
seats type i,
change type float,
end of ys_wahl
|
||
5 | YT_CONTINENT | Private | See coding | 20130212 | yt_continent type standard table of ys_continent with key id
|
||
6 | YT_ELEMENT | Private | See coding | 20130213 | yt_element type standard table of ys_element with key atomic_number
|
||
7 | YT_PLANET | Private | See coding | 20130212 | yt_planet type standard table of ys_planet with key planet
|
||
8 | YT_WAHL | Private | See coding | 20130212 | yt_wahl type standard table of ys_wahl with default key
|
||
9 | Y_DATA_MODEL | Public | See coding | 20130212 | Y_DATA_MODEL(2) type n
|
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 740 |