SAP ABAP Interface IF_FPM_GUIBB_LIST_CONFIG (List Configuration)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_GUIBB (Package) Generic UI building blocks
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_GUIBB_LAYOUT_API_LIST Layout Config List UIBB 20110530
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_GUIBB_LAYOUT_API_LIST_A Layout Config List UIBB ATS 20110530
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_GUIBB_LIST_CONFIG List Configuration 20071214
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_GUIBB_LIST_CONFIG_ATS List Configuration 20110208
Properties
Interface IF_FPM_GUIBB_LIST_CONFIG  
Short Description List Configuration    
General Data
Package APB_FPM_GUIBB   Generic UI building blocks 
Created 20071214   SAP 
Last changed 20141121    
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)
2 IF_FPM_GUIBB_LIST_CONFIG Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
3 IF_FPM_LIST_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Interface IF_FPM_GUIBB_LIST_CONFIG has no interface.
Friends
Interface IF_FPM_GUIBB_LIST_CONFIG has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MS_LIST_CONTEXT Instance attribute Public Type reference (TYPE) TY_S_LIST_CONTEXT 20110308
Methods
# Method Level Visibility Method type Description Created on
1 ADD_BUTTON_ROW Instance method Public Method 20080201
2 ADD_BUTTON_ROW_ELEMENT Instance method Public Method 20080201
3 ADD_COLUMN Instance method Public Method 20080201
4 ADD_MENU Instance method Public Method 20120202
5 ADD_MENU_ITEM Instance method Public Method 20120202
6 ADD_PARAMETER Instance method Public Method 20080205
7 ADD_QUICKVIEW Instance method Public Method Add quickview 20120701
8 ADD_ROW_ACTION_COLUMN Instance method Public Method 20101202
9 GET_BR_ELEMENTS Instance method Public Method 20080205
10 GET_BR_ELEMENT_ACTIONS Instance method Public Method 20080205
11 GET_COLUMNS Instance method Public Method 20080205
12 GET_PARAMETER Instance method Public Method 20080205
13 GET_QUICKVIEWS Instance method Public Method Get quickviews 20120701
14 GET_SETTINGS Instance method Public Method 20080218
15 SET_SETTINGS Instance method Public Method 20080218
Events
Interface IF_FPM_GUIBB_LIST_CONFIG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_FUNCTION_CODE Public See coding 20140127 ty_function_code type c length 3
2 TY_S_AGGREGATION_RULE Public See coding 20140127 begin of ty_s_aggregation_rule, column_name type string, function_code type ty_function_code, end of ty_s_aggregation_rule
3 TY_S_BR_ELEMENTS Public See coding 20080205 begin of ty_s_br_elements, display_type type fpmgb_display_type, index type wdy_conf_index, text type wdy_conf_transl_text, element_id type string, ctxt_menu_id type fpm_ctxt_menu_id, end of ty_s_br_elements
4 TY_S_BR_ELEMENT_ACTION Public See coding 20080205 begin of ty_s_br_element_action , event_id type fpm_event_id, text type string, index type wdy_conf_index, end of ty_s_br_element_action
5 TY_S_COLUMNS Public See coding 20080205 begin of ty_s_columns , name type name_komp, display_type type fpmgb_display_type, index type wdy_conf_index, header type wdy_conf_transl_text, element_id type fpm_element_id, special_parameters type string, width type fpmgb_ui_element_width, tag_active type fpmgb_tag_active, tag type fpm_tag_name, tooltip type wdy_conf_transl_text, iv_visibility type fpmgb_column_visibility, iv_header_tooltip type wdy_conf_transl_text, iv_fixed type fpmgb_list_ats_fixation, ctxt_menu_id type fpm_ctxt_menu_id, end of ty_s_columns
6 TY_S_LIST_CONTEXT Public See coding 20110309 begin of ty_s_list_context, is_in_tray type abap_bool, has_default_edit_page type abap_bool, is_search_result type abap_bool, create_page_id type fpm_content_area_id, has_default_details_page type abap_bool, is_page_master type abap_bool, appl_specific_info type string, end of ty_s_list_context
7 TY_S_PARAMETER Public See coding 20080205 begin of ty_s_parameter , name type fpmgb_parameter_name, value type fpmgb_parameter_value, end of ty_s_parameter
8 TY_S_QUICKVIEW Public See coding 20120701 begin of ty_s_quickview, id type fpm_quickview_id, component type fpm_s_uibb-component, interface_view type fpm_s_uibb-interface_view, config_id type fpm_s_uibb-config_id, config_type type fpm_s_uibb-config_type, config_var type fpm_s_uibb-config_var, end of ty_s_quickview
9 TY_S_ROW_ACTION Public See coding 20101202 begin of ty_s_row_action, event_id type fpm_event_id, index type wdy_conf_index, text type wdy_conf_transl_text, tooltip type wdy_conf_transl_text, image_source type string, eventparams type ref to data, hide_text type fpm_hide_text, end of ty_s_row_action
10 TY_S_SORT_RULE Public See coding 20140127 begin of ty_s_sort_rule, column_name type string, descending type abap_bool, is_grouped type abap_bool, end of ty_s_sort_rule
11 TY_T_AGGREGATION_RULE Public See coding 20140127 ty_t_AGGREGATION_RULE type standard table of ty_s_AGGREGATION_RULE with key TABLE_LINE
12 TY_T_BR_ELEMENTS Public See coding 20080205 ty_t_br_elements type standard table of ty_s_br_elements
13 TY_T_BR_ELEMENTS_ACTION Public See coding 20080205 ty_t_br_elements_action type standard table of ty_s_br_element_action
14 TY_T_COLUMNS Public See coding 20080205 ty_t_columns type standard table of ty_s_columns
15 TY_T_PARAMETER Public See coding 20080205 ty_t_parameter type standard table of ty_s_parameter
16 TY_T_QUICKVIEW Public See coding 20120701 ty_t_quickview type sorted table of ty_s_quickview with unique key id
17 TY_T_ROW_ACTION Public See coding 20101202 ty_t_row_action type standard table of ty_s_row_action
18 TY_T_SORT_RULE Public See coding 20140127 ty_t_sort_rule type standard table of ty_s_sort_rule with key column_name
Method Signatures

Method ADD_BUTTON_ROW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_BUTTON_ROW_ID Value transfer Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20080201
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20080201

Method ADD_BUTTON_ROW_ELEMENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_SPECIAL_PROPERTIES Call by reference Type reference (TYPE) FPMGB_S_SPECIAL_PROPERTIES Special Properties for UI Elements 20110411
2 Importing IT_ELEMENT_ACTION Call by reference Type reference (TYPE) FPMGB_T_ACTION Actions in Configuration 20080201
3 Importing IV_BR_ID Call by reference Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20080201
4 Importing IV_CTXT_MENU_ID Call by reference Type reference (TYPE) FPM_CTXT_MENU_ID Context Menu ID 20120131
5 Importing IV_DISPLAY_TYPE Call by reference Type reference (TYPE) FPMGB_DISPLAY_TYPE Action Display Type for Toolbar 20080201
6 Importing IV_INDEX Call by reference Type reference (TYPE) WDY_CONF_INDEX 20080201
7 Importing IV_TEXT Call by reference Type reference (TYPE) WDY_CONF_TRANSL_TEXT Web Dynpro: Configuration: Translatable Text 20080201
8 Importing IV_TOOLTIP Call by reference Type reference (TYPE) WDY_CONF_TRANSL_TEXT Web Dynpro: Configuration: Translatable Text 20110411
9 Returning RV_BR_ELEMENT_ID Value transfer Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20080201
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20080201

Method ADD_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FIELD_EVENT_PARAM Call by reference Type reference (TYPE) DATA Event Parameter Structure (as defined by feeder) 20101203
2 Importing IS_SPECIAL_PROPERTIES Call by reference Type reference (TYPE) FPMGB_S_SPECIAL_PROPERTIES Special Properties for UI Elements 20080730
3 Importing IV_CTXT_MENU_ID Call by reference Type reference (TYPE) FPM_CTXT_MENU_ID Context Menu ID 20120131
4 Importing IV_DISPLAY_TYPE Call by reference Type reference (TYPE) FPMGB_DISPLAY_TYPE Display Type 20080201
5 Importing IV_FIELD_EVENT_ID Call by reference Type reference (TYPE) FPM_EVENT_ID Event ID deviating from standard 20101202
6 Importing IV_FIXED Call by reference Type reference (TYPE) FPMGB_LIST_ATS_FIXATION Only for LIST ATS: Fixed Position of Column in List ATS 20110208
7 Importing IV_HEADER Call by reference Type reference (TYPE) WDY_CONF_TRANSL_TEXT Web Dynpro: Configuration: Translatable Text 20080201
8 Importing IV_HEADER_TOOLTIP Call by reference Type reference (TYPE) WDY_CONF_TRANSL_TEXT Only for LIST ATS 20110208
9 Importing IV_INDEX Call by reference Type reference (TYPE) WDY_CONF_INDEX 20080201
10 Importing IV_NAME Call by reference Type reference (TYPE) NAME_KOMP Component name 20080201
11 Importing IV_SPECIAL_PROPERTIES Call by reference Type reference (TYPE) STRING 20080201
12 Importing IV_TAG Call by reference Type reference (TYPE) FPM_TAG_NAME FPM Tag Name 20130107
13 Importing IV_TAG_ACTIVE Call by reference Type reference (TYPE) FPMGB_TAG_ACTIVE Tag from Feeder Class is Active 20101221
14 Importing IV_TOOLTIP Call by reference Type reference (TYPE) WDY_CONF_TRANSL_TEXT Web Dynpro: Configuration: Translatable Text 20101221
15 Importing IV_VISIBILITY Call by reference Type reference (TYPE) FPMGB_COLUMN_VISIBILITY Only for LIST ATS: List Component: Column Visibility 20101221
16 Importing IV_WIDTH Call by reference Type reference (TYPE) FPMGB_UI_ELEMENT_WIDTH Width of a UI Element 20101221
17 Returning RV_COLUMN_ID Value transfer Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20080201
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20080201

Method ADD_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MENU_ID Call by reference Type reference (TYPE) FPM_CTXT_MENU_ID Context Menu ID 20120202
2 Returning RV_MENU_ID Value transfer Type reference (TYPE) FPM_CTXT_MENU_ID Context Menu ID 20120202
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20120202

Method ADD_MENU_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_MENU_ITEM Call by reference Type reference (TYPE) CL_FPM_CONFIG_WRITER=>TY_S_CTXT_MENU_ITEM 20120202
2 Importing IV_MENU_ID Call by reference Type reference (TYPE) FPM_CTXT_MENU_ID Context Menu ID 20120202
3 Returning RV_MENU_ITEM_ID Value transfer Type reference (TYPE) FPM_CTXT_MENU_ID Context Menu ID 20120202
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20120202

Method ADD_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NAME Call by reference Type reference (TYPE) FPMGB_PARAMETER_NAME Parameter name 20080205
2 Importing IV_VALUE Call by reference Type reference (TYPE) FPMGB_PARAMETER_VALUE Parameter name 20080205

Method ADD_PARAMETER on Interface IF_FPM_GUIBB_LIST_CONFIG has no exception.

Method ADD_QUICKVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_QUICKVIEW Call by reference Type reference (TYPE) TY_S_QUICKVIEW Quickview 20120701
2 Returning RV_QUICKVIEW_ID Value transfer Type reference (TYPE) FPM_QUICKVIEW_ID Quickview ID 20120701
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20120701

Method ADD_ROW_ACTION_COLUMN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_ROW_ACTION Call by reference Type reference (TYPE) TY_T_ROW_ACTION 20101202
2 Importing IV_CTXT_MENU_ID Call by reference Type reference (TYPE) FPM_CTXT_MENU_ID Context Menu ID 20120131
3 Importing IV_HEADER Call by reference Type reference (TYPE) WDY_CONF_TRANSL_TEXT Web Dynpro: Configuration: Translatable Text 20101202
4 Importing IV_INDEX Call by reference Type reference (TYPE) WDY_CONF_INDEX 1 WDA Configuration: Index Attribute 20101202
5 Importing IV_TOOLTIP Call by reference Type reference (TYPE) WDY_CONF_TRANSL_TEXT Web Dynpro: Configuration: Translatable Text 20101221
6 Importing IV_VISIBILITY Call by reference Type reference (TYPE) FPMGB_COLUMN_VISIBILITY List Component: Column Visibility 20101221
7 Importing IV_WIDTH Call by reference Type reference (TYPE) FPMGB_UI_ELEMENT_WIDTH Width of a UI Element 20101221
8 Returning RV_COLUMN_ID Value transfer Type reference (TYPE) FPM_ELEMENT_ID FPM: Element ID 20101202
# Exception Resumable Description Created on
1 CX_FPM_CONFIGURATION Configuration exceptions 20101202

Method GET_BR_ELEMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting RT_BR_ELEMENTS Call by reference Type reference (TYPE) IF_FPM_GUIBB_LIST_CONFIG=>TY_T_BR_ELEMENTS 20080205

Method GET_BR_ELEMENTS on Interface IF_FPM_GUIBB_LIST_CONFIG has no exception.

Method GET_BR_ELEMENT_ACTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_BR_ELEMENT_INDEX Call by reference Type reference (TYPE) WDY_CONF_INDEX 20080206
2 Exporting RT_BR_ELEMENT_ACTIONS Call by reference Type reference (TYPE) IF_FPM_GUIBB_LIST_CONFIG=>TY_T_BR_ELEMENTS_ACTION 20080205

Method GET_BR_ELEMENT_ACTIONS on Interface IF_FPM_GUIBB_LIST_CONFIG has no exception.

Method GET_COLUMNS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting RT_COLUMNS Call by reference Type reference (TYPE) IF_FPM_GUIBB_LIST_CONFIG=>TY_T_COLUMNS 20080205

Method GET_COLUMNS on Interface IF_FPM_GUIBB_LIST_CONFIG has no exception.

Method GET_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting RT_PARAMETERS Call by reference Type reference (TYPE) IF_FPM_GUIBB_LIST_CONFIG=>TY_T_PARAMETER 20080205

Method GET_PARAMETER on Interface IF_FPM_GUIBB_LIST_CONFIG has no exception.

Method GET_QUICKVIEWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_QUICKVIEW Value transfer Type reference (TYPE) TY_T_QUICKVIEW Quickviews 20120701

Method GET_QUICKVIEWS on Interface IF_FPM_GUIBB_LIST_CONFIG has no exception.

Method GET_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEFAULT_AGGREGATION_ATS Call by reference Type reference (TYPE) IF_FPM_GUIBB_LIST_CONFIG=>TY_T_AGGREGATION_RULE 20140127
2 Exporting ET_DEFAULT_SORTING_ATS Call by reference Type reference (TYPE) IF_FPM_GUIBB_LIST_CONFIG=>TY_T_SORT_RULE 20140127
3 Exporting EV_ALLOW_CALCULATION Call by reference Type reference (TYPE) FPMGB_ALLOW_CALCULATION_ATS Only for LIST ATS: Calculation in List ATS 20110209
4 Exporting EV_ALLOW_CONDITIONAL_FORAMTING Call by reference Type reference (TYPE) FPMGB_ALLOW_CONDITIONAL_FORMAT Show Conditional Formatting Tab in Personalization 20140730
5 Exporting EV_ALLOW_CREATING_VIEWS Call by reference Type reference (TYPE) FPMGB_ALLOW_NEW_VIEWS_ATS Only for LIST ATS: Creation of New Views in List ATS 20110209
6 Exporting EV_ALLOW_FILTERING Call by reference Type reference (TYPE) FPMGB_ALLOW_FILTERING_ATS Only for LIST ATS: Filtering in List ATS 20110209
7 Exporting EV_ALLOW_GROUPING Call by reference Type reference (TYPE) FPMGB_ALLOW_GROUPING_ATS Only for LIST ATS: Grouping in List ATS 20110209
8 Exporting EV_ALLOW_PERSONALIZATION Call by reference Type reference (TYPE) FPMGB_ALLOW_PERS_ATS Only for LIST ATS: Personalization in List ATS 20110209
9 Exporting EV_ALLOW_SEARCH Call by reference Type reference (TYPE) FPMGB_ALLOW_SEARCH Search in List ATS 20130912
10 Exporting EV_ALLOW_SORTING Call by reference Type reference (TYPE) FPMGB_ALLOW_SORTING_ATS Only for LIST ATS: Sorting in List ATS 20110209
11 Exporting EV_ARIA_LANDMARK Call by reference Type reference (TYPE) FPM_ARIA_LANDMARK Aria Landmark 20131104
12 Exporting EV_AUTOMATIC_ROW_APPENDING Call by reference Type reference (TYPE) FPMGB_ALLOW_CREATING_ROWS_ATS List ATS: Automatic Row Append 20120716
13 Exporting EV_CTXT_MENU_ID Call by reference Type reference (TYPE) FPM_CTXT_MENU_ID Context Menu ID 20120131
14 Exporting EV_DISPLAY_MODE_ATS Call by reference Type reference (TYPE) FPMGB_TABLE_DISPLAY_MODE_ATS Only for LIST ATS: Display Mode 20120126
15 Exporting EV_EXPORT_TO_EXCEL Call by reference Type reference (TYPE) FPMGB_EXCEL_EXPORT Export of List to Spreadsheet 20110404
16 Exporting EV_FIT_TO_TABLE_WIDTH Call by reference Type reference (TYPE) FPMGB_FIT_TABLE_WIDTH FPM LIST ATS: Fit Columns to Table Width 20110406
17 Exporting EV_HAS_MAX_MIN_BUTTON Call by reference Type reference (TYPE) FPM_HAS_MAX_MIN_BUTTON FPM GUIBB has Maximize/ Minimize Button in its Toolbar 20140224
18 Exporting EV_HEIGHT_MODE_ATS Call by reference Type reference (TYPE) FPMGB_TABLE_HEIGHT_MODE_ATS Only for LIST ATS: Height Mode of WD ABAP C-Table 20110209
19 Exporting EV_HIDE_EMPTY_LIST Call by reference Type reference (TYPE) FPMGB_TABLE_VISIBILITY Hide Empty List 20130110
20 Exporting EV_IS_SEARCH_RESULT_LIST Call by reference Type reference (TYPE) FPMGB_SEARCH_RESULT_LIST Indicates that List is a Search Result List 20110406
21 Exporting EV_MASTER_DETAIL_COLUMN Call by reference Type reference (TYPE) NAME_KOMP Component Name 20111011
22 Exporting EV_NO_DATA_TEXT Call by reference Type reference (TYPE) FPM_NO_DATA_TEXT Text Displayed if No Data is Available 20120322
23 Exporting EV_ROW_HEIGHT Call by reference Type reference (TYPE) FPMGB_ROW_HEIGHT Height of a Table Row (in Pixels) 20120322
24 Exporting EV_SCROLL_MODE Call by reference Type reference (TYPE) FPM_S_TABLE_SETTINGS-SCROLL_MODE Only for LIST ATS: Scrollbar/Pager 20110401
25 Exporting EV_SELECTION_CHANGE_BEHAVIOUR Call by reference Type reference (TYPE) FPMGB_SEL_CHNG_BEHVR Selection change behaviour of the GUIBB list 20080624
26 Exporting EV_SELECTION_MODE Call by reference Type reference (TYPE) FPMGB_SELECTION_MODE Selection mode of the GUIBB list 20080624
27 Exporting EV_SELECTION_MODE_ATS Call by reference Type reference (TYPE) FPMGB_SELECTION_MODE_ATS Only for LIST ATS: Selection Mode of WD ABAP C-Table 20110209
28 Exporting EV_SEL_EVENT_TYPE Call by reference Type reference (TYPE) FPMGB_SEL_EVENT Should normal Selection in list cause FPM event or not 20080624
29 Exporting EV_SHOW_NO_DATA_DEFAULT_TEXT Call by reference Type reference (TYPE) FPM_SHOW_NO_DATA_DEFAULT_TEXT Show Default Text if No Data is Available 20120322
30 Exporting EV_TITLE Call by reference Type reference (TYPE) WDY_CONF_TRANSL_TEXT 20080624
31 Exporting EV_VISIBLE_COLUMN_COUNTS Call by reference Type reference (TYPE) FPMGB_COL_COUNT Column count 20080218
32 Exporting EV_VISIBLE_ROW_COUNTS Call by reference Type reference (TYPE) FPMGB_ROW_COUNT Row count 20080218

Method GET_SETTINGS on Interface IF_FPM_GUIBB_LIST_CONFIG has no exception.

Method SET_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DEFAULT_AGGREGATION_ATS Call by reference Type reference (TYPE) IF_FPM_GUIBB_LIST_CONFIG=>TY_T_AGGREGATION_RULE 20140127
2 Importing IT_DEFAULT_SORTING_ATS Call by reference Type reference (TYPE) IF_FPM_GUIBB_LIST_CONFIG=>TY_T_SORT_RULE 20140127
3 Importing IV_ALLOW_CALCULATION Call by reference Type reference (TYPE) FPMGB_ALLOW_CALCULATION_ATS Only for LIST ATS: Calculation in List ATS 20110208
4 Importing IV_ALLOW_CONDITIONAL_FORAMTING Call by reference Type reference (TYPE) FPMGB_ALLOW_CONDITIONAL_FORMAT Show Conditional Formatting Tab in Personalization 20140730
5 Importing IV_ALLOW_CREATING_VIEWS Call by reference Type reference (TYPE) FPMGB_ALLOW_NEW_VIEWS_ATS Only for LIST ATS: Creation of New Views in List ATS 20110208
6 Importing IV_ALLOW_FILTERING Call by reference Type reference (TYPE) FPMGB_ALLOW_FILTERING_ATS Only for LIST ATS: Filtering in List ATS 20110208
7 Importing IV_ALLOW_GROUPING Call by reference Type reference (TYPE) FPMGB_ALLOW_GROUPING_ATS Only for LIST ATS: Grouping in List ATS 20110208
8 Importing IV_ALLOW_PERSONALIZATION Call by reference Type reference (TYPE) FPMGB_ALLOW_PERS_ATS Only for LIST ATS: Personalization in List ATS 20110208
9 Importing IV_ALLOW_SEARCH Call by reference Type reference (TYPE) FPMGB_ALLOW_SEARCH Search in List ATS 20130912
10 Importing IV_ALLOW_SORTING Call by reference Type reference (TYPE) FPMGB_ALLOW_SORTING_ATS Only for LIST ATS: Sorting in List ATS 20110208
11 Importing IV_ARIA_LANDMARK Call by reference Type reference (TYPE) FPM_ARIA_LANDMARK Aria Landmark 20131104
12 Importing IV_AUTOMATIC_ROW_APPENDING Call by reference Type reference (TYPE) FPMGB_ALLOW_CREATING_ROWS_ATS List ATS: Automatic Row Append 20120716
13 Importing IV_CTXT_MENU_ID Call by reference Type reference (TYPE) FPM_CTXT_MENU_ID Context Menu ID 20120131
14 Importing IV_DISPLAY_MODE_ATS Call by reference Type reference (TYPE) FPMGB_TABLE_DISPLAY_MODE_ATS Only for LIST ATS: Display Mode 20120126
15 Importing IV_EXPORT_TO_EXCEL Call by reference Type reference (TYPE) FPMGB_EXCEL_EXPORT Export of List to Spreadsheet 20110404
16 Importing IV_FIT_TO_TABLE_WIDTH Call by reference Type reference (TYPE) FPMGB_FIT_TABLE_WIDTH FPM LIST ATS: Fit Columns to Table Width 20110406
17 Importing IV_HAS_MAX_MIN_BUTTON Call by reference Type reference (TYPE) FPM_HAS_MAX_MIN_BUTTON FPM GUIBB has Maximize/ Minimize Button in its Toolbar 20140224
18 Importing IV_HEIGHT_MODE_ATS Call by reference Type reference (TYPE) FPMGB_TABLE_HEIGHT_MODE_ATS IF_FPM_LIST_TYPES=>CS_HEIGHT_MODE_ATS-USE_VISIBLE_ROW_COUNT Only for LIST ATS: Height Mode of WD ABAP C-Table 20110208
19 Importing IV_HIDE_EMPTY_LIST Call by reference Type reference (TYPE) FPMGB_TABLE_VISIBILITY Hide Empty List 20130110
20 Importing IV_IS_SEARCH_RESULT_LIST Call by reference Type reference (TYPE) FPMGB_SEARCH_RESULT_LIST Indicates that List is a Search Result List 20110406
21 Importing IV_MASTER_DETAIL_COLUMN Call by reference Type reference (TYPE) NAME_KOMP Component Name 20111011
22 Importing IV_NO_DATA_TEXT Call by reference Type reference (TYPE) FPM_NO_DATA_TEXT Text Displayed if No Data is Available 20120322
23 Importing IV_ROW_HEIGHT Call by reference Type reference (TYPE) FPMGB_ROW_HEIGHT Height of a Table Row (in Pixels) 20120322
24 Importing IV_SCROLL_MODE Call by reference Type reference (TYPE) FPM_S_TABLE_SETTINGS-SCROLL_MODE Only for LIST ATS: Scrollbar/Pager 20110401
25 Importing IV_SELECTION_CHANGE_BEHAVIOUR Call by reference Type reference (TYPE) FPMGB_SEL_CHNG_BEHVR Selection change behaviour of the GUIBB list 20080624
26 Importing IV_SELECTION_MODE Call by reference Type reference (TYPE) FPMGB_SELECTION_MODE Selection mode of the GUIBB list 20080624
27 Importing IV_SELECTION_MODE_ATS Call by reference Type reference (TYPE) FPMGB_SELECTION_MODE_ATS Only for LIST ATS: Selection Mode of WD ABAP C-Table 20110208
28 Importing IV_SEL_EVENT_TYPE Call by reference Type reference (TYPE) FPMGB_SEL_EVENT Should normal Selection in list cause FPM event or not 20080624
29 Importing IV_SHOW_NO_DATA_DEFAULT_TEXT Call by reference Type reference (TYPE) FPM_SHOW_NO_DATA_DEFAULT_TEXT ABAP_TRUE Show Default Text if No Data is Available 20120322
30 Importing IV_TITLE Call by reference Type reference (TYPE) WDY_CONF_TRANSL_TEXT 20080624
31 Importing IV_VISIBLE_COLUMN_COUNTS Call by reference Type reference (TYPE) FPMGB_COL_COUNT Column count 20080218
32 Importing IV_VISIBLE_ROW_COUNTS Call by reference Type reference (TYPE) FPMGB_ROW_COUNT Row count 20080218

Method SET_SETTINGS on Interface IF_FPM_GUIBB_LIST_CONFIG has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 701