SAP ABAP Class IF_FPM_LIST_FEEDER_SETTINGS (Settings done by Feeder)
Properties
Class IF_FPM_LIST_FEEDER_SETTINGS  
Short Description Settings done by Feeder    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20101104   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_FPM_LIST_FEEDER_SETTINGS has no forward declaration.
Interfaces
Class IF_FPM_LIST_FEEDER_SETTINGS has no interface implemented.
Friends
Class IF_FPM_LIST_FEEDER_SETTINGS has no friend class.
Attributes
Class IF_FPM_LIST_FEEDER_SETTINGS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_COLUMN_DESCRIPTIONS Instance method Public Method 20101108
2 GET_COLUMN_USAGES Instance method Public Method 20101108
3 GET_IMPLICIT_COLUMN_WIDTHS Instance method Public Method 20110302
4 GET_STRUCTURE_DESCRIPTOR Instance method Public Method 20101130
Events
# Event Type Visibility Description Created on
1 IMPLICIT_COLUMN_WIDTHS_CHANGED Instance Event
(0)
Public
(2)
20110302
2 USAGE_CHANGED Instance Event
(0)
Public
(2)
20110907
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_COLUMN_DESCRIPTION Public See coding 20101108 begin of ty_s_column_description, column_name type string, is_visible type abap_bool, width type string, is_sort_allowed type abap_bool, is_filter_allowed type abap_bool, is_aggregation_allowed type abap_bool, is_technical type abap_bool, " may not be unhidden t_aggr_supported_functions type if_salv_service_types=>yt_function_code, end of ty_s_column_description
2 TY_S_COLUMN_USAGE Public See coding 20101108 begin of ty_s_column_usage, column_name type string, is_visible type abap_bool, end of ty_s_column_usage
3 TY_T_COLUMN_DESCRIPTION Public See coding 20101108 ty_t_column_description type standard table of ty_s_column_description with key column_name
4 TY_T_COLUMN_USAGE Public See coding 20101108 ty_t_column_usage type standard table of ty_s_column_usage with key column_name
Method Signatures

Method GET_COLUMN_DESCRIPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_COLUMN_DESCRIPTIONS Value transfer Type reference (TYPE) IF_FPM_LIST_FEEDER_SETTINGS=>TY_T_COLUMN_DESCRIPTION 20101108

Method GET_COLUMN_DESCRIPTIONS on class IF_FPM_LIST_FEEDER_SETTINGS has no exception.

Method GET_COLUMN_USAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_COLUMN_USAGES Value transfer Type reference (TYPE) IF_FPM_LIST_FEEDER_SETTINGS=>TY_T_COLUMN_USAGE 20101108

Method GET_COLUMN_USAGES on class IF_FPM_LIST_FEEDER_SETTINGS has no exception.

Method GET_IMPLICIT_COLUMN_WIDTHS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_COLUMN_WIDTHS Value transfer Type reference (TYPE) IF_FPM_LIST_TYPES=>YT_COLUMN_WIDTH 20110302

Method GET_IMPLICIT_COLUMN_WIDTHS on class IF_FPM_LIST_FEEDER_SETTINGS has no exception.

Method GET_STRUCTURE_DESCRIPTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_STRUCTURE_DESCRIPTOR Value transfer Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR 20101130

Method GET_STRUCTURE_DESCRIPTOR on class IF_FPM_LIST_FEEDER_SETTINGS has no exception.
Event Signatures

Event IMPLICIT_COLUMN_WIDTHS_CHANGED Signature
Event IMPLICIT_COLUMN_WIDTHS_CHANGED on class IF_FPM_LIST_FEEDER_SETTINGS has no parameter.
Event USAGE_CHANGED Signature
Event USAGE_CHANGED on class IF_FPM_LIST_FEEDER_SETTINGS has no parameter.
History
Last changed by/on SAP  20130531 
SAP Release Created in