SAP ABAP Interface IF_FPM_GUIBB_SEARCH_CFG_ACC (Configuration Access Interface for GUIBB Search)
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_SEARCH_CTX_ACC Context Access Class for GUIBB FPM_SEARCH_UIBB 20130204
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_GUIBB_SEARCH_TAB_ACC Table Reader Access Class for GUIBB FPM_SEARCH_UIBB 20130204
Properties
Interface IF_FPM_GUIBB_SEARCH_CFG_ACC  
Short Description Configuration Access Interface for GUIBB Search    
General Data
Package APB_FPM_GUIBB   Generic UI building blocks 
Created 20130204   SAP 
Last changed 20141121    
Unicode checks active    
Forward declarations
Interface IF_FPM_GUIBB_SEARCH_CFG_ACC has no forward declaration.
Interfaces
Interface IF_FPM_GUIBB_SEARCH_CFG_ACC has no interface.
Friends
Interface IF_FPM_GUIBB_SEARCH_CFG_ACC has no friend.
Attributes
Interface IF_FPM_GUIBB_SEARCH_CFG_ACC has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_ATTRIBUTES Instance method Public Method Get search attributes from configuration 20130204
2 GET_EXCLUDED_OPERATORS Instance method Public Method Get excluded operators from configuration 20130204
3 GET_FEEDER_PARAMETER Instance method Public Method Get feeder parameter from configuration 20130204
4 GET_GENERAL_SETTINGS Instance method Public Method Get general settings from configuration 20130204
5 GET_PERSONALIZATION Instance method Public Method Get personalization data from configuration 20130618
6 GET_RESULT_GUIBB_LIST Instance method Public Method Get Result List GUIBB from configuration 20130204
7 GET_RESULT_TABLE Instance method Public Method Get built-in result table from configuration 20130204
8 GET_SEARCH_GROUPS Instance method Public Method Get search groups from configuration 20130204
9 GET_SETTINGS Instance method Public Method Get search settings 20140205
Events
Interface IF_FPM_GUIBB_SEARCH_CFG_ACC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_ATTRIBUTE Public See coding 20130204 BEGIN OF ty_s_attribute, name TYPE name_komp, index TYPE fpm_index, element_id TYPE fpm_element_id, text TYPE fpm_text, default_operator TYPE fpmgb_search_operator, group_id_attr TYPE fpmgb_search_group_id, input_prompt TYPE fpm_input_prompt, END OF ty_s_attribute
2 TY_S_EXCLUDED_OPERATORS Public See coding 20130204 BEGIN OF ty_s_excluded_operators, attribute TYPE name_komp, excluded_operators TYPE ty_t_operator, END OF ty_s_excluded_operators
3 TY_S_FEEDER_PARAMETER Public See coding 20130204 BEGIN OF ty_s_feeder_parameter, name TYPE fpmgb_parameter_name, value TYPE fpmgb_parameter_value, END OF ty_s_feeder_parameter
4 TY_S_GENERAL_SETTINGS Public See coding 20130204 BEGIN OF ty_s_general_settings, feeder TYPE fpmgb_feeder_class, number_of_query_lines TYPE fpmgb_num_query_lines, result_number_of_visible_rows TYPE fpmgb_search_result_num_rows, save_searches TYPE fpmgb_search_enable_save, show_button_search TYPE fpmgb_show_button_search, show_button_clear TYPE fpmgb_show_button_clear, show_button_reset TYPE fpmgb_show_button_reset, show_max_num_result_field TYPE fpmgb_show_max_num_result, max_number_of_results TYPE fpmgb_max_num_result, exclude_criterias TYPE fpmgb_search_exclude_criterias, group_same_criteria TYPE fpmgb_search_group_same_crit, allow_personalization TYPE fpmgb_search_allow_personal, aria_landmark TYPE fpm_aria_landmark, END OF ty_s_general_settings
5 TY_S_OPERATOR Public See coding 20130204 BEGIN OF ty_s_operator, operator_id TYPE fpmgb_search_operator, END OF ty_s_operator
6 TY_S_PERSONALIZATION Public See coding 20130618 BEGIN OF ty_s_personalization, pers_settings TYPE ty_t_pers_settings, END OF ty_s_personalization
7 TY_S_PERS_SETTINGS Public See coding 20130926 BEGIN OF ty_s_pers_settings, appl_key TYPE string, default_search TYPE string, non_deletable TYPE wdy_boolean, start_default_search TYPE wdy_boolean, start_any_search TYPE wdy_boolean, show_collapsed TYPE wdy_boolean, END OF ty_s_pers_settings
8 TY_S_RESULT_GUIBB_LIST Public See coding 20130204 BEGIN OF ty_s_result_guibb_list, component TYPE fpm_component_name, interface_view TYPE fpm_window_name, config_id TYPE wdy_config_id, config_type TYPE wdy_config_type, config_var TYPE wdy_config_var, instance_id TYPE fpm_instance_id, hidden TYPE fpm_hidden, END OF ty_s_result_guibb_list
9 TY_S_RESULT_TABLE Public See coding 20130204 BEGIN OF ty_s_result_table, name TYPE name_komp, index TYPE fpm_index, header TYPE fpm_text, element_id TYPE fpm_element_id, display_type TYPE fpmgb_display_type, tag_active TYPE fpmgb_tag_active, tag TYPE fpm_tag_name, width TYPE fpmgb_search_res_width, END OF ty_s_result_table
10 TY_S_SEARCH_GROUP Public See coding 20130204 BEGIN OF ty_s_search_group, element_id TYPE fpm_element_id, group_id TYPE fpmgb_search_group_id, group_title TYPE fpmgb_search_group_title, index TYPE fpm_index, expandable TYPE fpmgb_search_expandable, group_number_of_search_lines TYPE fpmgb_num_query_lines, expand_on_open TYPE fpmgb_search_expand_on_open, END OF ty_s_search_group
11 TY_S_SETTINGS Public See coding 20140205 BEGIN OF ty_s_settings, location_saved_searches TYPE wdr_so_location, check_mandatory TYPE fpmgb_check_mandatory, END OF ty_s_settings
12 TY_T_ATTRIBUTE Public See coding 20130204 ty_t_attribute TYPE STANDARD TABLE OF ty_s_attribute
13 TY_T_EXCLUDED_OPERATORS Public See coding 20130204 ty_t_excluded_operators TYPE STANDARD TABLE OF ty_s_excluded_operators
14 TY_T_FEEDER_PARAMETER Public See coding 20130204 ty_t_feeder_parameter TYPE SORTED TABLE OF ty_s_feeder_parameter WITH UNIQUE KEY name
15 TY_T_OPERATOR Public See coding 20130204 ty_t_operator TYPE STANDARD TABLE OF ty_s_operator WITH NON-UNIQUE DEFAULT KEY
16 TY_T_PERS_SETTINGS Public See coding 20130926 ty_t_pers_settings TYPE SORTED TABLE OF ty_s_pers_settings WITH UNIQUE KEY appl_key
17 TY_T_RESULT_TABLE Public See coding 20130204 ty_t_result_table TYPE STANDARD TABLE OF ty_s_result_table WITH NON-UNIQUE DEFAULT KEY
18 TY_T_SEARCH_GROUP Public See coding 20130204 ty_t_search_group TYPE STANDARD TABLE OF ty_s_search_group
Method Signatures

Method GET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ATTRIBUTE Call by reference Type reference (TYPE) TY_T_ATTRIBUTE Search attributes 20130204

Method GET_ATTRIBUTES on Interface IF_FPM_GUIBB_SEARCH_CFG_ACC has no exception.

Method GET_EXCLUDED_OPERATORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EXCLUDED_OPERATORS Call by reference Type reference (TYPE) TY_T_EXCLUDED_OPERATORS 20130204

Method GET_EXCLUDED_OPERATORS on Interface IF_FPM_GUIBB_SEARCH_CFG_ACC has no exception.

Method GET_FEEDER_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FEEDER_PARAMETER Call by reference Type reference (TYPE) TY_T_FEEDER_PARAMETER 20130204

Method GET_FEEDER_PARAMETER on Interface IF_FPM_GUIBB_SEARCH_CFG_ACC has no exception.

Method GET_GENERAL_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_GENERAL_SETTINGS Call by reference Type reference (TYPE) TY_S_GENERAL_SETTINGS 20130204

Method GET_GENERAL_SETTINGS on Interface IF_FPM_GUIBB_SEARCH_CFG_ACC has no exception.

Method GET_PERSONALIZATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PERSONALIZATION Call by reference Type reference (TYPE) TY_S_PERSONALIZATION 20130926

Method GET_PERSONALIZATION on Interface IF_FPM_GUIBB_SEARCH_CFG_ACC has no exception.

Method GET_RESULT_GUIBB_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_RESULT_GUIBB_LIST Call by reference Type reference (TYPE) TY_S_RESULT_GUIBB_LIST 20130204

Method GET_RESULT_GUIBB_LIST on Interface IF_FPM_GUIBB_SEARCH_CFG_ACC has no exception.

Method GET_RESULT_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RESULT_TABLE Call by reference Type reference (TYPE) TY_T_RESULT_TABLE 20130204

Method GET_RESULT_TABLE on Interface IF_FPM_GUIBB_SEARCH_CFG_ACC has no exception.

Method GET_SEARCH_GROUPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_SEARCH_GROUP Call by reference Type reference (TYPE) TY_T_SEARCH_GROUP 20130204

Method GET_SEARCH_GROUPS on Interface IF_FPM_GUIBB_SEARCH_CFG_ACC has no exception.

Method GET_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_SETTINGS Call by reference Type reference (TYPE) TY_S_SETTINGS 20140205

Method GET_SETTINGS on Interface IF_FPM_GUIBB_SEARCH_CFG_ACC has no exception.
History
Last changed by/on SAP  20141121 
SAP Release Created in 740