SAP ABAP Interface IF_FPM_TABBED_CFG_ACC (Configuration Access Interface for Composite UIBB)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
     APB_FPM_CORE (Package) Floorplan Manager (Framework)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_TABBED_CTX_ACC Context Access Class for Tabbed UIBB 20121204
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_FPM_TABBED_TAB_ACC Table Reader Access Class for Tabbed UIBB 20121204
Properties
Interface IF_FPM_TABBED_CFG_ACC  
Short Description Configuration Access Interface for Composite UIBB    
General Data
Package APB_FPM_CORE   Floorplan Manager (Framework) 
Created 20121204   SAP 
Last changed 20130531   SAP 
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)
Interfaces
Interface IF_FPM_TABBED_CFG_ACC has no interface.
Friends
Interface IF_FPM_TABBED_CFG_ACC has no friend.
Attributes
Interface IF_FPM_TABBED_CFG_ACC has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_APP_SPECIFIC_CC Instance method Public Method 20121204
2 GET_CONF_COMP_USAGES Instance method Public Method 20121204
3 GET_MASTER_UIBBS Instance method Public Method 20121204
4 GET_PROPERTIES Instance method Public Method 20121204
5 GET_VARIANTS Instance method Public Method 20121204
6 GET_WIRE_PLUG Instance method Public Method 20121204
Events
Interface IF_FPM_TABBED_CFG_ACC has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_APP_SPECIFIC_CC Public See coding 20121204 BEGIN OF ty_s_app_specific_cc, component TYPE wdy_component_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, END OF ty_s_app_specific_cc
2 TY_S_CONF_COMP_USAGE Public See coding 20121204 BEGIN OF ty_s_conf_comp_usage, parent_path TYPE fpm_s_uibb_conf_comp_usage-parent_path, child_path TYPE fpm_s_uibb_conf_comp_usage-child_path, config_id TYPE fpm_s_uibb_conf_comp_usage-config_id, config_type TYPE fpm_s_uibb_conf_comp_usage-config_type, config_var TYPE fpm_s_uibb_conf_comp_usage-config_var, description TYPE fpm_s_uibb_conf_comp_usage-description, fpm_primary_attribute TYPE fpm_element_id, END OF ty_s_conf_comp_usage
3 TY_S_MASTER_UIBB Public See coding 20121204 BEGIN OF ty_s_master_uibb, 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, index TYPE fpm_index, fpm_primary_attribute TYPE fpm_element_id, needs_stretching TYPE fpm_needs_stretching, hidden TYPE fpm_hidden, instance_id TYPE fpm_instance_id, END OF ty_s_master_uibb
4 TY_S_PROPERTIES Public See coding 20121204 BEGIN OF ty_s_properties, left_right_layout TYPE fpm_tab_left_right, use_ddlb TYPE fpm_tabbed_use_ddlb, one_tab_visibility TYPE fpm_one_tab_visibility, master_rendering TYPE wdy_boolean, padding TYPE fpm_padding, END OF ty_s_properties
5 TY_S_TAB Public See coding 20121204 BEGIN OF ty_s_tab, id TYPE fpm_tab_id, name TYPE fpm_tab_name, index TYPE fpm_index, fpm_primary_attribute TYPE fpm_element_id, uibbs TYPE ty_t_uibb, END OF ty_s_tab
6 TY_S_UIBB Public See coding 20121204 BEGIN OF ty_s_uibb, 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, index TYPE fpm_index, fpm_primary_attribute TYPE fpm_element_id, needs_stretching TYPE fpm_needs_stretching, hidden TYPE fpm_hidden, instance_id TYPE fpm_instance_id, END OF ty_s_uibb
7 TY_S_VARIANT Public See coding 20121204 BEGIN OF ty_s_variant, id TYPE fpm_variant_id, name TYPE fpm_variant_name, fpm_primary_attribute TYPE fpm_element_id, action_type TYPE fpm_action_type_select_detail, tabs TYPE ty_t_tab, wires TYPE ty_t_wire, END OF ty_s_variant
8 TY_S_WIRE Public See coding 20121204 BEGIN OF ty_s_wire, fpm_primary_attribute TYPE fpm_element_id, component TYPE fpm_s_wire-component, config_id TYPE fpm_s_wire-config_id, config_type TYPE fpm_s_wire-config_type, config_var TYPE fpm_s_wire-config_var, instance_id TYPE fpm_s_wire-instance_id, src_component TYPE fpm_s_wire-src_component, src_config_id TYPE fpm_s_wire-src_config_id, src_config_type TYPE fpm_s_wire-src_config_type, src_config_var TYPE fpm_s_wire-src_config_var, src_instance_id TYPE fpm_s_wire-src_instance_id, port_type TYPE fpm_s_wire-port_type, port_identifier TYPE fpm_s_wire-port_identifier, connector TYPE fpm_s_wire-connector, dependency_param TYPE fpm_s_wire-dependency_param, END OF ty_s_wire
9 TY_S_WIRE_PLUG Public See coding 20121204 BEGIN OF ty_s_wire_plug, component TYPE fpm_s_uibb_instance_key-component, config_id TYPE fpm_s_uibb_instance_key-config_id, config_type TYPE fpm_s_uibb_instance_key-config_type, config_var TYPE fpm_s_uibb_instance_key-config_var, instance_id TYPE fpm_s_uibb_instance_key-instance_id, END OF ty_s_wire_plug
10 TY_T_CONF_COMP_USAGE Public See coding 20121204 ty_t_conf_comp_usage TYPE STANDARD TABLE OF ty_s_conf_comp_usage
11 TY_T_MASTER_UIBB Public See coding 20121204 ty_t_master_uibb TYPE STANDARD TABLE OF ty_s_master_uibb
12 TY_T_TAB Public See coding 20121204 ty_t_tab TYPE STANDARD TABLE OF ty_s_tab WITH NON-UNIQUE DEFAULT KEY
13 TY_T_UIBB Public See coding 20121204 ty_t_uibb TYPE STANDARD TABLE OF ty_s_uibb WITH NON-UNIQUE DEFAULT KEY
14 TY_T_VARIANT Public See coding 20121204 ty_t_variant TYPE STANDARD TABLE OF ty_s_variant
15 TY_T_WIRE Public See coding 20121204 ty_t_wire TYPE STANDARD TABLE OF ty_s_wire WITH NON-UNIQUE DEFAULT KEY
Method Signatures

Method GET_APP_SPECIFIC_CC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_APP_SPECIFIC_CC Call by reference Type reference (TYPE) TY_S_APP_SPECIFIC_CC 20121204

Method GET_APP_SPECIFIC_CC on Interface IF_FPM_TABBED_CFG_ACC has no exception.

Method GET_CONF_COMP_USAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CONF_COMP_USAGE Call by reference Type reference (TYPE) TY_T_CONF_COMP_USAGE 20121204

Method GET_CONF_COMP_USAGES on Interface IF_FPM_TABBED_CFG_ACC has no exception.

Method GET_MASTER_UIBBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MASTER_UIBB Call by reference Type reference (TYPE) TY_T_MASTER_UIBB 20121204

Method GET_MASTER_UIBBS on Interface IF_FPM_TABBED_CFG_ACC has no exception.

Method GET_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_PROPERTIES Call by reference Type reference (TYPE) TY_S_PROPERTIES 20121204

Method GET_PROPERTIES on Interface IF_FPM_TABBED_CFG_ACC has no exception.

Method GET_VARIANTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_VARIANT Call by reference Type reference (TYPE) TY_T_VARIANT 20121204

Method GET_VARIANTS on Interface IF_FPM_TABBED_CFG_ACC has no exception.

Method GET_WIRE_PLUG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_WIRE_PLUG Call by reference Type reference (TYPE) TY_S_WIRE_PLUG 20121204

Method GET_WIRE_PLUG on Interface IF_FPM_TABBED_CFG_ACC has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740