SAP ABAP Class CL_FPM_TEST_LIST_ATS_CE (Test LIST ATS cell editors)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_TEST_ECATT (Package) ECATT Tests
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 20121219
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_FORM Generic Form UI Building Block 20130130
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_GUIBB_LIST Generic List UI Building Block 20121219
Properties
Class CL_FPM_TEST_LIST_ATS_CE  
Short Description Test LIST ATS cell editors    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package APB_FPM_TEST_ECATT   ECATT Tests 
Created 20121219   SAP 
Last change 20141120    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_GUIBB Generic UI Building Block 20121219
2 IF_FPM_GUIBB_FORM Generic Form UI Building Block 20130130
3 IF_FPM_GUIBB_LIST Generic List UI Building Block 20121219
Friends
Class CL_FPM_TEST_LIST_ATS_CE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_FORM_DATA Instance attribute Private Type reference (TYPE) TY_S_LINE_FORM 20130130
2 MT_DATA Instance attribute Private Type reference (TYPE) TY_T_LINE 20121219
3 MT_THRESHOLDS Instance attribute Private Type reference (TYPE) TY_T_THRESHOLDS 20140327
4 MV_DDLB_DYN_NEW_VALUE Static Attribute Public Type reference (TYPE) STRING 20140211
5 MV_FIRST_TIME Instance attribute Private Type reference (TYPE) ABAP_BOOL 20121219
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20121219
Events
Class CL_FPM_TEST_LIST_ATS_CE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_LINE Public See coding 20121219 begin of ty_s_line, threshold_slider type i, threshold_slider_dynamic type i, rating_indicator type FPMGB_RATING_VALUE_MAX_5, formatted_textview type string, text_edit type string, ddlb_static type string, ddlb_dynamic type string, end of ty_s_line
2 TY_S_LINE_FORM Public See coding 20130130 begin of ty_s_line_form, threshold_slider1 type i, threshold_slider2 type i, threshold_slider3 type i, end of ty_s_line_form
3 TY_S_THRESHOLDS Public See coding 20140327 BEGIN OF TY_S_THRESHOLDS, row type i, number_of_tick_marks type i, thresholds type if_fpm_list_ats_threshold=>ty_t_threshold, END OF ty_s_thresholds
4 TY_T_LINE Public See coding 20121219 ty_t_line TYPE STANDARD TABLE OF ty_s_line WITH DEFAULT KEY
5 TY_T_THRESHOLDS Public See coding 20140327 ty_t_thresholds type STANDARD TABLE OF ty_s_thresholds WITH DEFAULT KEY
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_FPM_TEST_LIST_ATS_CE has no parameter.
Method CONSTRUCTOR on class CL_FPM_TEST_LIST_ATS_CE has no exception.
History
Last changed by/on SAP  20141120 
SAP Release Created in 740