SAP ABAP Interface IF_FPM_LIST_SETTINGS_STORE (Store Object for persistence of SettingsVariant)
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_LIST_SETTINGS_STORE Acces to Persistenc Layer 20101104
Properties
Interface IF_FPM_LIST_SETTINGS_STORE  
Short Description Store Object for persistence of SettingsVariant    
General Data
Package APB_FPM_GUIBB   Generic UI building blocks 
Created 20101104   SAP 
Last changed 20141121    
Unicode checks active    
Forward declarations
Interface IF_FPM_LIST_SETTINGS_STORE has no forward declaration.
Interfaces
Interface IF_FPM_LIST_SETTINGS_STORE has no interface.
Friends
Interface IF_FPM_LIST_SETTINGS_STORE has no friend.
Attributes
Interface IF_FPM_LIST_SETTINGS_STORE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DELETE_VARIANT Instance method Public Method 20101104
2 GET_CONFIGURATION Instance method Public Method 20101126
3 GET_DEFAULT_VARIANT_KEY Instance method Public Method 20101104
4 GET_LIST_OF_VARIANTS Instance method Public Method 20101104
5 LOAD_VARIANT Instance method Public Method 20101104
6 SAVE Instance method Public Method 20101104
7 SAVE_AS Instance method Public Method 20101104
8 SAVE_LAYOUT Instance method Public Method 20110223
Events
# Event Type Visibility Description Created on
1 LIST_OF_VARIANTS_CHANGED Instance Event
(0)
Public
(2)
20101104
2 VARIANT_DELETED Instance Event
(0)
Public
(2)
20101105
3 VARIANT_DELETE_FAILED Instance Event
(0)
Public
(2)
20101124
4 VARIANT_SAVED Instance Event
(0)
Public
(2)
20101105
5 VARIANT_SAVE_FAILED Instance Event
(0)
Public
(2)
20101124
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_COLUMN_CONF Public See coding 20101119 BEGIN OF ty_s_column_conf, " ready for "move-corresponding" name TYPE name_komp, index TYPE wdy_conf_index, width TYPE fpmgb_ui_element_width, visibility TYPE fpmgb_column_visibility, fixed TYPE wdui_table_column_fixed_pos, END OF ty_s_column_conf
2 TY_S_COLUMN_ORDER_PERS Public See coding 20101119 BEGIN OF ty_s_column_order_pers, " ready for "move-corresponding" column_name TYPE string, END OF ty_s_column_order_pers
3 TY_S_COLUMN_PROPERTY_PERS Public See coding 20101119 BEGIN OF ty_s_column_property_pers, column_name TYPE string, name TYPE string, " property name value TYPE string, " property value END OF ty_s_column_property_pers
4 TY_S_CONFIGURATION Public See coding 20101119 BEGIN OF ty_s_configuration, t_columns TYPE ty_t_column_conf, s_settings TYPE ty_s_settings_conf, default_sorting_grouping TYPE string, default_aggregation TYPE string, default_formatting TYPE string, * default_grouping type string, is_tree_uibb TYPE abap_bool, END OF ty_s_configuration
5 TY_S_MESSAGE Public Type reference (TYPE) SYMSG 20101220
6 TY_S_PERSONALIZATION Public See coding 20101119 BEGIN OF ty_s_personalization, t_column_properties TYPE ty_t_column_property_pers, t_table_properties TYPE ty_t_table_property_pers, t_column_order TYPE ty_t_column_order_pers, t_sort_rules TYPE if_fpm_list_settings_variant=>ty_t_sort_rule, is_sort_rules_present TYPE abap_bool, t_filter_rules TYPE if_fpm_list_settings_variant=>ty_t_filter_rule, is_filter_rules_present TYPE abap_bool, t_aggregation_rules TYPE if_fpm_list_settings_variant=>ty_t_aggregation_rule, is_aggregation_rules_present TYPE abap_bool, is_formatting_rules_present TYPE abap_bool, t_formatting_rules TYPE if_fpm_list_settings_variant=>ty_t_formatting_rule, * t_grouping_Rules type if_salv_service_types=>yt_grouping_rule, * is_grouping_Rules_present type abap_bool, END OF ty_s_personalization
7 TY_S_SETTINGS_CONF Public See coding 20101119 BEGIN OF ty_s_settings_conf, " ready for "move-corresponding" visible_row_count TYPE fpmgb_row_count, search_open TYPE fpmgb_search_state, height_mode_ats TYPE fpmgb_table_height_mode_ats, allow_personalization TYPE fpmgb_allow_pers_ats, allow_creating_views TYPE fpmgb_allow_new_views_ats, allow_sorting TYPE fpmgb_allow_sorting_ats, allow_filtering TYPE fpmgb_allow_filtering_ats, allow_calculation TYPE fpmgb_allow_calculation_ats, allow_grouping TYPE fpmgb_allow_grouping_ats, allow_conditional_formating TYPE fpmgb_allow_conditional_format, fit_to_table_width TYPE fpmgb_fit_table_width, END OF ty_s_settings_conf
8 TY_S_TABLE_PROPERTY_PERS Public Type reference (TYPE) FPMGB_S_NAMEVALUE 20101119
9 TY_S_VARIANT Public Type reference (TYPE) FPM_S_LIST_SETTINGS_VARIANT 20101105
10 TY_T_COLUMN_CONF Public See coding 20101119 ty_t_column_conf TYPE STANDARD TABLE OF ty_s_column_conf WITH DEFAULT KEY
11 TY_T_COLUMN_ORDER_PERS Public See coding 20101119 ty_t_column_order_pers TYPE STANDARD TABLE OF ty_s_column_order_pers WITH DEFAULT KEY
12 TY_T_COLUMN_PROPERTY_PERS Public See coding 20101119 ty_t_column_property_pers TYPE TABLE OF ty_s_column_property_pers WITH KEY column_name name
13 TY_T_MESSAGE Public See coding 20101220 ty_t_message TYPE TABLE OF ty_s_message WITH DEFAULT KEY
14 TY_T_TABLE_PROPERTY_PERS Public See coding 20101119 ty_t_table_property_pers TYPE TABLE OF ty_s_table_property_pers WITH DEFAULT KEY
15 TY_T_VARIANT Public See coding 20101105 ty_t_variant TYPE STANDARD TABLE OF fpm_s_list_settings_variant WITH KEY key
Method Signatures

Method DELETE_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_VARIANT_KEY Call by reference Type reference (TYPE) STRING 20101104

Method DELETE_VARIANT on Interface IF_FPM_LIST_SETTINGS_STORE has no exception.

Method GET_CONFIGURATION Signature

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

Method GET_CONFIGURATION on Interface IF_FPM_LIST_SETTINGS_STORE has no exception.

Method GET_DEFAULT_VARIANT_KEY Signature

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

Method GET_DEFAULT_VARIANT_KEY on Interface IF_FPM_LIST_SETTINGS_STORE has no exception.

Method GET_LIST_OF_VARIANTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_VARIANTS Value transfer Type reference (TYPE) TY_T_VARIANT 20101105

Method GET_LIST_OF_VARIANTS on Interface IF_FPM_LIST_SETTINGS_STORE has no exception.

Method LOAD_VARIANT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_VARIANT Value transfer Object reference (TYPE REF TO) IF_FPM_LIST_SETTINGS_VARIANT 20101220
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) TY_T_MESSAGE 20101220
3 Importing IV_VARIANT_KEY Call by reference Type reference (TYPE) STRING 20101104

Method LOAD_VARIANT on Interface IF_FPM_LIST_SETTINGS_STORE has no exception.

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VARIANT Value transfer Object reference (TYPE REF TO) IF_FPM_LIST_SETTINGS_VARIANT 20101104

Method SAVE on Interface IF_FPM_LIST_SETTINGS_STORE has no exception.

Method SAVE_AS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VARIANT Value transfer Object reference (TYPE REF TO) IF_FPM_LIST_SETTINGS_VARIANT 20101104
2 Importing IV_DESCRIPTION Call by reference Type reference (TYPE) STRING 20101104

Method SAVE_AS on Interface IF_FPM_LIST_SETTINGS_STORE has no exception.

Method SAVE_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_VARIANT Value transfer Object reference (TYPE REF TO) IF_FPM_LIST_SETTINGS_VARIANT 20110223

Method SAVE_LAYOUT on Interface IF_FPM_LIST_SETTINGS_STORE has no exception.
Event Signatures

Event LIST_OF_VARIANTS_CHANGED Signature
Event LIST_OF_VARIANTS_CHANGED on Interface IF_FPM_LIST_SETTINGS_STORE has no parameter.
Event VARIANT_DELETED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IV_VARIANT_KEY Exporting Value transfer Type reference (TYPE) STRING 20101105

Event VARIANT_DELETE_FAILED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IT_MESSAGES Exporting Value transfer Type reference (TYPE) TY_T_MESSAGE 20101220
2 IV_IS_CANCELLED_BY_USER Exporting Value transfer Type reference (TYPE) ABAP_BOOL 20101124
3 IV_VARIANT_KEY Exporting Value transfer Type reference (TYPE) STRING 20101124

Event VARIANT_SAVED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IV_VARIANT_KEY Exporting Call by reference Type reference (TYPE) STRING 20101105

Event VARIANT_SAVE_FAILED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 IT_MESSAGES Exporting Value transfer Type reference (TYPE) TY_T_MESSAGE 20101220
2 IV_IS_CANCELLED_BY_USER Exporting Value transfer Type reference (TYPE) ABAP_BOOL 20101124
3 IV_VARIANT_KEY Exporting Value transfer Type reference (TYPE) STRING 20101124
History
Last changed by/on SAP  20141121 
SAP Release Created in 703