SAP ABAP Class IF_FPM_LIST_SETTINGS_COLUMN (Column Object within the Settings Variant)
Properties
Class IF_FPM_LIST_SETTINGS_COLUMN  
Short Description Column Object within the Settings Variant    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20101104   SAP 
Last change 20141121    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_FPM_LIST_SETTINGS_COLUMN has no forward declaration.
Interfaces
Class IF_FPM_LIST_SETTINGS_COLUMN has no interface implemented.
Friends
Class IF_FPM_LIST_SETTINGS_COLUMN has no friend class.
Attributes
Class IF_FPM_LIST_SETTINGS_COLUMN has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DISPLAY_AT_POSITION Instance method Public Method 20101104
2 GET_FIXED_POSITION Instance method Public Method 20101124
3 GET_NAME Instance method Public Method 20101115
4 GET_POSITION Instance method Public Method 20101104
5 GET_SUPPORTED_AGGR_FUNCTIONS Instance method Public Method Supported aggregation functions of a column 20111019
6 GET_WIDTH Instance method Public Method 20101104
7 HIDE Instance method Public Method 20101104
8 IS_AGGREGATION_ALLOWED Instance method Public Method 20101126
9 IS_FILTER_ALLOWED Instance method Public Method 20101126
10 IS_SORT_ALLOWED Instance method Public Method 20101126
11 IS_VISIBLE Instance method Public Method 20101104
12 SET_FIXED_POSITION Instance method Public Method 20101124
13 SET_WIDTH Instance method Public Method 20101104
Events
Class IF_FPM_LIST_SETTINGS_COLUMN has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_COLUMN Public See coding 20101104 begin of ty_s_column, column_name type string, position type i, is_visible type abap_bool, fixed_position type wdui_table_column_fixed_pos, width type fpmgb_ui_element_width, is_sort_allowed type abap_bool, is_filter_allowed type abap_bool, is_aggregation_allowed type abap_bool, end of ty_s_column
2 TY_T_COLUMN Public See coding 20101104 ty_t_column type standard table of ty_s_column with key column_name
Method Signatures

Method DISPLAY_AT_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_POSITION Value transfer Type reference (TYPE) I 20101104

Method DISPLAY_AT_POSITION on class IF_FPM_LIST_SETTINGS_COLUMN has no exception.

Method GET_FIXED_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_FIXED_POSITION Value transfer Type reference (TYPE) WDUI_TABLE_COLUMN_FIXED_POS 20101124

Method GET_FIXED_POSITION on class IF_FPM_LIST_SETTINGS_COLUMN has no exception.

Method GET_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_NAME Value transfer Type reference (TYPE) STRING 20101115

Method GET_NAME on class IF_FPM_LIST_SETTINGS_COLUMN has no exception.

Method GET_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_POSITION Value transfer Type reference (TYPE) I 20101104

Method GET_POSITION on class IF_FPM_LIST_SETTINGS_COLUMN has no exception.

Method GET_SUPPORTED_AGGR_FUNCTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FUNCTION_CODE Call by reference Type reference (TYPE) IF_SALV_SERVICE_TYPES=>YT_FUNCTION_CODE 20111019

Method GET_SUPPORTED_AGGR_FUNCTIONS on class IF_FPM_LIST_SETTINGS_COLUMN has no exception.

Method GET_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_WIDTH Value transfer Type reference (TYPE) FPMGB_UI_ELEMENT_WIDTH 20101104

Method GET_WIDTH on class IF_FPM_LIST_SETTINGS_COLUMN has no exception.

Method HIDE Signature

Method HIDE on class IF_FPM_LIST_SETTINGS_COLUMN has no parameter.
Method HIDE on class IF_FPM_LIST_SETTINGS_COLUMN has no exception.

Method IS_AGGREGATION_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_ALLOWED Value transfer Type reference (TYPE) ABAP_BOOL 20101126

Method IS_AGGREGATION_ALLOWED on class IF_FPM_LIST_SETTINGS_COLUMN has no exception.

Method IS_FILTER_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_ALLOWED Value transfer Type reference (TYPE) ABAP_BOOL 20101126

Method IS_FILTER_ALLOWED on class IF_FPM_LIST_SETTINGS_COLUMN has no exception.

Method IS_SORT_ALLOWED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_ALLOWED Value transfer Type reference (TYPE) ABAP_BOOL 20101126

Method IS_SORT_ALLOWED on class IF_FPM_LIST_SETTINGS_COLUMN has no exception.

Method IS_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_IS_VISIBLE Value transfer Type reference (TYPE) ABAP_BOOL 20101104

Method IS_VISIBLE on class IF_FPM_LIST_SETTINGS_COLUMN has no exception.

Method SET_FIXED_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FIXED_POSITION Value transfer Type reference (TYPE) WDUI_TABLE_COLUMN_FIXED_POS 20101124

Method SET_FIXED_POSITION on class IF_FPM_LIST_SETTINGS_COLUMN has no exception.

Method SET_WIDTH Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_WIDTH Value transfer Type reference (TYPE) FPMGB_UI_ELEMENT_WIDTH 20101104

Method SET_WIDTH on class IF_FPM_LIST_SETTINGS_COLUMN has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in