SAP ABAP Class IF_FPM_GUIBB_ATTR_FILTER_TYPES (FPM Attribute Filter GUIBB: Types and Constants)
Properties
Class IF_FPM_GUIBB_ATTR_FILTER_TYPES  
Short Description FPM Attribute Filter GUIBB: Types and Constants    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20140519   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_FPM_GUIBB_ATTR_FILTER_TYPES has no forward declaration.
Interfaces
Class IF_FPM_GUIBB_ATTR_FILTER_TYPES has no interface implemented.
Friends
Class IF_FPM_GUIBB_ATTR_FILTER_TYPES has no friend class.
Attributes
Class IF_FPM_GUIBB_ATTR_FILTER_TYPES has no attribute.
Methods
Class IF_FPM_GUIBB_ATTR_FILTER_TYPES has no method.
Events
Class IF_FPM_GUIBB_ATTR_FILTER_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_ATTRIBUTE Public See coding 20140519 BEGIN OF ts_attribute, element_id TYPE fpm_element_id. INCLUDE TYPE ts_attribute_data AS data. TYPES: END OF ts_attribute
2 TS_ATTRIBUTE_DATA Public See coding 20140519 BEGIN OF ts_attribute_data, name TYPE name_komp, index TYPE wdy_conf_index, text TYPE fpm_text, END OF ts_attribute_data
3 TS_CONFIG Public See coding 20140519 BEGIN OF ts_config, feeder TYPE fpmgb_feeder_class, parameter TYPE tt_parameter, settings TYPE ts_settings, attribute TYPE tt_attribute, END OF ts_config
4 TS_PARAMETER Public See coding 20140519 BEGIN OF ts_parameter, name TYPE fpmgb_parameter_name, value TYPE fpmgb_parameter_value, END OF ts_parameter
5 TS_SETTINGS Public See coding 20140519 BEGIN OF ts_settings, visible_row_count TYPE fpmgb_row_count, package_size TYPE fpm_package_size, value_table_width TYPE fpm_attr_filter_valtab_width, count_as_progress_indicator TYPE fpm_attr_filter_count_as_progi, aria_landmark TYPE fpm_aria_landmark, END OF ts_settings
6 TT_ATTRIBUTE Public See coding 20140519 tt_attribute TYPE STANDARD TABLE OF ts_attribute WITH KEY element_id
7 TT_ATTRIBUTE_DATA Public See coding 20140519 tt_attribute_data TYPE STANDARD TABLE OF ts_attribute_data WITH DEFAULT KEY
8 TT_PARAMETER Public See coding 20140519 tt_parameter TYPE STANDARD TABLE OF ts_parameter WITH KEY name
History
Last changed by/on SAP  20141121 
SAP Release Created in