SAP ABAP Class CL_FPM_CHART_TEST_MODEL (AppCC for Chart test Application)
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)
Properties
Class CL_FPM_CHART_TEST_MODEL  
Short Description AppCC for Chart test Application    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_TEST   Floorplan Manager (Test applications) 
Created 20130214   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 IF_FPM_CHART_TABLE_SELECTION Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
2 IF_FPM_GUIBB_CHART_CONFIG Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_FPM_CHART_TEST_MODEL has no interface implemented.
Friends
Class CL_FPM_CHART_TEST_MODEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_DATA Instance attribute Public Object reference (TYPE REF TO) DATA 20130214
2 MT_CHART_SETTINGS Instance attribute Private Type reference (TYPE) IF_FPM_GUIBB_CHART_CONFIG=>TY_T_CHART_SETTING 20130218
3 MT_DATA_MODEL Static Attribute Public See coding 20130218
4 MT_ELEMENT Instance attribute Private Type reference (TYPE) IF_FPM_GUIBB_CHART_CONFIG=>TY_T_ELEMENT 20130218
5 MT_FIELD_DESCRIPTION Instance attribute Public Type reference (TYPE) FPMGB_T_CHARTFIELD_DESCR Chart Field Description 20130214
6 MT_INSTANCE Static Attribute Private See coding 20130214
7 MT_SELECTION Instance attribute Public Type reference (TYPE) IF_FPM_CHART_TABLE_SELECTION=>TY_T_SELECTION 20130220
8 MV_CHANGE_COUNTER Instance attribute Public Type reference (TYPE) I 0 20130214
9 MV_CHART_TYPE Instance attribute Public Type reference (TYPE) FPMGB_CHART_TYPE 3 Chart Type 20130214
10 MV_DATA_MODEL Instance attribute Public Type reference (TYPE) Y_DATA_MODEL 0 20130214
11 MV_SELECTION_CHANGED Instance attribute Public Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20130220
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_SETTINGS Instance method Public Method 20130218
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20130218
3 DESERIALIZE Instance method Public Method 20130221
4 FILTER_SETTINGS Instance method Private Method 20130218
5 GET_AVAILABLE_DIMENSIONS Instance method Public Method 20130219
6 GET_AVAILABLE_MEASURES Instance method Public Method 20130219
7 GET_CHART_SETTINGS Instance method Public Method 20130218
8 GET_ELEMENTS Instance method Public Method 20130218
9 GET_INSTANCE Static method Public Method 20130214
10 INIT_DATA_CONTINENT Instance method Private Method 20130214
11 INIT_DATA_CVOM Instance method Private Method 20130221
12 INIT_DATA_ELEMENT Instance method Private Method 20130214
13 INIT_DATA_PLANET Instance method Private Method 20130214
14 INIT_DATA_WAHL Instance method Private Method 20130214
15 SERIALIZE Instance method Public Method 20130221
16 SET_CHART_TYPE Instance method Public Method 20130218
17 SET_DATA_MODEL Instance method Public Method 20130214
18 SET_ELEMENTS Instance method Public Method 20130219
19 UPDATE_ELEMENTS Instance method Private Method 20130218
20 UPDATE_SETTINGS Instance method Public Method 20130218
Events
Class CL_FPM_CHART_TEST_MODEL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 YS_CONTINENT Private See coding 20130214 begin of ys_continent, id(1) type n, area_km2(8) type p DECIMALS 0, area_mile2(8) type p DECIMALS 0, percent_of_landmass type float, population(8) type p DECIMALS 0, percent_of_population type float, population_density_km2 type float, population_density_mile2 type float, abundance type float, end of ys_continent
2 YS_CVOM_DATA Private See coding 20130221 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
3 YS_DATA_MODEL Public See coding 20130218 begin of ys_data_model, model type y_data_model, description type string, end of ys_data_model
4 YS_ELEMENT Private See coding 20130214 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 string, weight type float, density type float, melting_point type float, boiling_point type float, discovery_year type i, abundance type decfloat34, end of ys_element
5 YS_INSTANCE Private See coding 20130214 begin of ys_instance, fpm type ref to if_fpm, instance type ref to cl_fpm_chart_test_model, end of ys_instance
6 YS_PLANET Private See coding 20130214 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
7 YS_WAHL Private See coding 20130214 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
8 YT_CONTINENT Private See coding 20130214 yt_continent type standard table of ys_continent with key id
9 YT_CVOM_DATA Private See coding 20130221 yt_cvom_data type standard table of ys_cvom_data with default key
10 YT_ELEMENT Private See coding 20130214 yt_element type standard table of ys_element with key atomic_number
11 YT_PLANET Private See coding 20130214 yt_planet type standard table of ys_planet with key planet
12 YT_WAHL Private See coding 20130214 yt_wahl type standard table of ys_wahl with default key
13 Y_DATA_MODEL Public See coding 20130214 y_data_model(2) type n
Method Signatures

Method CHANGE_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_SETTINGS Call by reference Type reference (TYPE) IF_FPM_GUIBB_CHART_CONFIG=>TY_T_CHART_SETTING 20130218

Method CHANGE_SETTINGS on class CL_FPM_CHART_TEST_MODEL has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_FPM_CHART_TEST_MODEL has no parameter.
Method CLASS_CONSTRUCTOR on class CL_FPM_CHART_TEST_MODEL has no exception.

Method DESERIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_XML Call by reference Type reference (TYPE) XSTRING 20130221

Method DESERIALIZE on class CL_FPM_CHART_TEST_MODEL has no exception.

Method FILTER_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SETTING Value transfer Type reference (TYPE) IF_FPM_GUIBB_CHART_CONFIG=>TY_T_CHART_SETTING 20130218

Method FILTER_SETTINGS on class CL_FPM_CHART_TEST_MODEL has no exception.

Method GET_AVAILABLE_DIMENSIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_DIMENSION Value transfer Type reference (TYPE) STRING_TABLE Table of Strings 20130219

Method GET_AVAILABLE_DIMENSIONS on class CL_FPM_CHART_TEST_MODEL has no exception.

Method GET_AVAILABLE_MEASURES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MEASURE Value transfer Type reference (TYPE) STRING_TABLE Table of Strings 20130219

Method GET_AVAILABLE_MEASURES on class CL_FPM_CHART_TEST_MODEL has no exception.

Method GET_CHART_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_SETTINGS Value transfer Type reference (TYPE) IF_FPM_GUIBB_CHART_CONFIG=>TY_T_CHART_SETTING 20130218

Method GET_CHART_SETTINGS on class CL_FPM_CHART_TEST_MODEL has no exception.

Method GET_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ELEMENT Value transfer Type reference (TYPE) IF_FPM_GUIBB_CHART_CONFIG=>TY_T_ELEMENT 20130218

Method GET_ELEMENTS on class CL_FPM_CHART_TEST_MODEL has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_FPM Call by reference Object reference (TYPE REF TO) IF_FPM Interface for accessing FPM functionality 20130214
2 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_FPM_CHART_TEST_MODEL AppCC for Chart test Application 20130214

Method GET_INSTANCE on class CL_FPM_CHART_TEST_MODEL has no exception.

Method INIT_DATA_CONTINENT Signature

Method INIT_DATA_CONTINENT on class CL_FPM_CHART_TEST_MODEL has no parameter.
Method INIT_DATA_CONTINENT on class CL_FPM_CHART_TEST_MODEL has no exception.

Method INIT_DATA_CVOM Signature

Method INIT_DATA_CVOM on class CL_FPM_CHART_TEST_MODEL has no parameter.
Method INIT_DATA_CVOM on class CL_FPM_CHART_TEST_MODEL has no exception.

Method INIT_DATA_ELEMENT Signature

Method INIT_DATA_ELEMENT on class CL_FPM_CHART_TEST_MODEL has no parameter.
Method INIT_DATA_ELEMENT on class CL_FPM_CHART_TEST_MODEL has no exception.

Method INIT_DATA_PLANET Signature

Method INIT_DATA_PLANET on class CL_FPM_CHART_TEST_MODEL has no parameter.
Method INIT_DATA_PLANET on class CL_FPM_CHART_TEST_MODEL has no exception.

Method INIT_DATA_WAHL Signature

Method INIT_DATA_WAHL on class CL_FPM_CHART_TEST_MODEL has no parameter.
Method INIT_DATA_WAHL on class CL_FPM_CHART_TEST_MODEL has no exception.

Method SERIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_XML Value transfer Type reference (TYPE) XSTRING 20130221

Method SERIALIZE on class CL_FPM_CHART_TEST_MODEL has no exception.

Method SET_CHART_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CHART_TYPE Call by reference Type reference (TYPE) FPMGB_CHART_TYPE 20130218

Method SET_CHART_TYPE on class CL_FPM_CHART_TEST_MODEL has no exception.

Method SET_DATA_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATA_MODEL Call by reference Type reference (TYPE) Y_DATA_MODEL 20130214
2 Returning RV_CHANGE_COUNTER Value transfer Type reference (TYPE) I 20130214

Method SET_DATA_MODEL on class CL_FPM_CHART_TEST_MODEL has no exception.

Method SET_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ELEMENT Call by reference Type reference (TYPE) IF_FPM_GUIBB_CHART_CONFIG=>TY_T_ELEMENT 20130219

Method SET_ELEMENTS on class CL_FPM_CHART_TEST_MODEL has no exception.

Method UPDATE_ELEMENTS Signature

Method UPDATE_ELEMENTS on class CL_FPM_CHART_TEST_MODEL has no parameter.
Method UPDATE_ELEMENTS on class CL_FPM_CHART_TEST_MODEL has no exception.

Method UPDATE_SETTINGS Signature

Method UPDATE_SETTINGS on class CL_FPM_CHART_TEST_MODEL has no parameter.
Method UPDATE_SETTINGS on class CL_FPM_CHART_TEST_MODEL has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 740