SAP ABAP Interface /BOFU/IF_FBI_VIEW_TYPES (FBI Types: View)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-BRC-FBI (Application Component) Integration of FPM and Persistency Frameworks like BOPF
     /BOFU/FBI_DESIGNTIME_V1 (Package) FBI Design Time V1: View Cluster (Current Version)
Properties
Interface /BOFU/IF_FBI_VIEW_TYPES  
Short Description FBI Types: View    
General Data
Package /BOFU/FBI_DESIGNTIME_V1   FBI Design Time V1: View Cluster (Current Version) 
Created 20081218   SAP 
Last changed 20140121   SAP 
Unicode checks active    
Forward declarations
Interface /BOFU/IF_FBI_VIEW_TYPES has no forward declaration.
Interfaces
Interface /BOFU/IF_FBI_VIEW_TYPES has no interface.
Friends
Interface /BOFU/IF_FBI_VIEW_TYPES has no friend.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GC_WD_CONFIG_COMPONENT Constant Public Type reference (TYPE) WDY_CONF_COMP_NAME '/BOFU/FBI_VIEW' WD Configurable component 20100219
2 GC_WD_CONFIG_EDITOR Constant Public Type reference (TYPE) WDY_CONF_COMP_NAME '/BOFU/FBI_VIEW_EDITOR' WD Configuration Editor component 20100219
3 GC_WD_CONFIG_TYPE Constant Public Type reference (TYPE) WDY_CONFIG_TYPE 00 20100305
4 GC_WD_CONFIG_VARIANT Constant Public Type reference (TYPE) WDY_CONFIG_VAR SPACE 20100305
5 SC_VIEW_SUB_OBJECTS Constant Public See coding View Sub Objects (check msg context) 20100222
6 SC_WD_CONFIG_NODES Constant Public See coding WD Config Nodes 20100219
Methods
Interface /BOFU/IF_FBI_VIEW_TYPES has no method.
Events
Interface /BOFU/IF_FBI_VIEW_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_CONF_DATA Public See coding Configuration Data 20081223 BEGIN OF ts_conf_data, header_keys_delta TYPE ts_header_keys_delta, header_keys_checked TYPE tt_conf_hdr_keys, header TYPE tt_conf_hdr, header_text TYPE tt_conf_hdr_text, field_desc TYPE tt_conf_field_desc, ovs_output_binding TYPE tt_conf_ovs_obind, ovs_input_binding TYPE tt_conf_ovs_ibind, ovs_input_binding_val TYPE tt_conf_ovs_ibind_val, field_group TYPE tt_conf_fg, field_group_text TYPE tt_conf_fg_text, related_view TYPE tt_conf_relview, relview_assoc_fltr TYPE tt_conf_rv_aflt, relview_assoc_fltr_val TYPE tt_conf_rv_aflt_val, relview_target_node_fltr TYPE tt_conf_rv_tflt, relview_target_node_fltr_val TYPE tt_conf_rv_tflt_val, action TYPE tt_conf_action, action_param TYPE tt_conf_action_param, map_table TYPE tt_conf_map_table, context_key_fields TYPE tt_conf_context_key_fields, END OF ts_conf_data
2 TS_HEADER_KEYS_DELTA Public See coding Header Keys (Delta) 20081231 BEGIN OF ts_header_keys_delta, created_updated TYPE tt_conf_hdr_keys, deleted TYPE tt_conf_hdr_keys, END OF ts_header_keys_delta
3 TS_WD_CONFIG_NODES Public See coding 20100219 BEGIN OF ts_wd_config_nodes, header TYPE /bofu/s_fbiv_hdr_data, field_groups TYPE /bofu/s_fbiv_field_grp_data_2, field_descriptions TYPE /bofu/s_fbiv_field_desc_data_2, ovsqry_input_bind TYPE /bofu/s_fbiv_ovs_ibind_data_1, ovsqry_ibind_value TYPE /bofu/s_fbi_value_range, ovsqry_output_bind TYPE /bofu/s_fbiv_ovs_obind_data_1, related_views TYPE /bofu/s_fbiv_rel_view_data_2, rview_assoc_filters TYPE /bofu/s_fbiv_rv_aflt_data_2, rview_wdc_ref_4_wul TYPE wdy_config_key, "Only for Where used Analysis of FBI Views not used in Runtime actions TYPE /bofu/s_fbiv_action_wd, action_parameters TYPE /bofu/s_fbiv_action_param_data, map_tab TYPE /bofu/s_fbiv_map_node_ui_struc, context_key_fields TYPE /bofu/s_fbiv_context_key_map, END OF ts_wd_config_nodes
4 TT_CONF_ACTION Public See coding Action 20090407 tt_conf_action TYPE HASHED TABLE OF /bofu/s_fbiv_action WITH UNIQUE KEY name actionid
5 TT_CONF_ACTION_PARAM Public See coding Action Parameters 20090407 tt_conf_action_param TYPE HASHED TABLE OF /bofu/s_fbiv_action_param WITH UNIQUE KEY name actionid param_indx
6 TT_CONF_CONTEXT_KEY_FIELDS Public See coding 20131027 tt_conf_context_key_fields TYPE HASHED TABLE OF /bofu/s_fbiv_context_key_map_h WITH UNIQUE KEY name ctxt_key_map_index
7 TT_CONF_FG Public See coding 20090812 tt_conf_fg TYPE HASHED TABLE OF /bofu/s_fbiv_field_grp WITH UNIQUE KEY name field_grp_index
8 TT_CONF_FG_TEXT Public See coding 20090812 tt_conf_fg_text TYPE HASHED TABLE OF /bofu/s_fbiv_fg_text WITH UNIQUE KEY name field_grp_index language
9 TT_CONF_FIELD_DESC Public See coding UI Field Description 20081218 tt_conf_field_desc TYPE HASHED TABLE OF /bofu/s_fbiv_field_desc WITH UNIQUE KEY name ui_str_fld_indx
10 TT_CONF_HDR Public See coding Header 20081218 tt_conf_hdr TYPE HASHED TABLE OF /bofu/s_fbiv_hdr WITH UNIQUE KEY name
11 TT_CONF_HDR_KEYS Public See coding Header Keys 20081229 tt_conf_hdr_keys TYPE HASHED TABLE OF /bofu/s_fbiv_hdr_key WITH UNIQUE KEY name
12 TT_CONF_HDR_KEYS_STD Public See coding Header Keys (std table) 20090109 tt_conf_hdr_keys_std TYPE STANDARD TABLE OF /bofu/s_fbiv_hdr_key WITH DEFAULT KEY
13 TT_CONF_HDR_TEXT Public See coding Text Table 20081218 tt_conf_hdr_text TYPE HASHED TABLE OF /bofu/s_fbiv_hdr_text WITH UNIQUE KEY name language
14 TT_CONF_MAP_TABLE Public See coding 20101223 tt_conf_map_table TYPE HASHED TABLE OF /bofu/s_fbiv_map_node_ui_strc WITH UNIQUE KEY name NODE_FIELD1
15 TT_CONF_OVS_IBIND Public See coding OVS Input Binding 20081218 tt_conf_ovs_ibind TYPE HASHED TABLE OF /bofu/s_fbiv_ovs_ibind WITH UNIQUE KEY name ui_str_fld_indx binding_indx
16 TT_CONF_OVS_IBIND_VAL Public See coding OVS Input Binding Value Range 20081218 tt_conf_ovs_ibind_val TYPE HASHED TABLE OF /bofu/s_fbiv_ovs_ibind_val WITH UNIQUE KEY name ui_str_fld_indx binding_indx value_indx
17 TT_CONF_OVS_OBIND Public See coding OVS Output Binding 20081218 tt_conf_ovs_obind TYPE HASHED TABLE OF /bofu/s_fbiv_ovs_obind WITH UNIQUE KEY name ui_str_fld_indx binding_indx
18 TT_CONF_RELVIEW Public See coding Related View 20081218 tt_conf_relview TYPE HASHED TABLE OF /bofu/s_fbiv_relview WITH UNIQUE KEY name relview_indx
19 TT_CONF_RV_AFLT Public See coding Related View Association Filter 20081218 tt_conf_rv_aflt TYPE HASHED TABLE OF /bofu/s_fbiv_rv_aflt WITH UNIQUE KEY name relview_indx assoc_fltr_indx
20 TT_CONF_RV_AFLT_VAL Public See coding Related View Association Filter Value Range 20081218 tt_conf_rv_aflt_val TYPE HASHED TABLE OF /bofu/s_fbiv_rv_aflt_val WITH UNIQUE KEY name relview_indx assoc_fltr_indx value_indx
21 TT_CONF_RV_TFLT Public See coding Related view Target Node Filter 20081218 tt_conf_rv_tflt TYPE HASHED TABLE OF /bofu/s_fbiv_rv_tflt WITH UNIQUE KEY name relview_indx tnode_fltr_indx
22 TT_CONF_RV_TFLT_VAL Public See coding Related View Target Node Filter Value Range 20081218 tt_conf_rv_tflt_val TYPE HASHED TABLE OF /bofu/s_fbiv_rv_tflt_val WITH UNIQUE KEY name relview_indx tnode_fltr_indx value_indx
23 TT_WD_CONFIG_NODES Public See coding 20100219 BEGIN OF tt_wd_config_nodes, header TYPE STANDARD TABLE OF /bofu/s_fbiv_hdr_data WITH NON-UNIQUE DEFAULT KEY, field_groups TYPE STANDARD TABLE OF /bofu/s_fbiv_field_grp_data_2 WITH NON-UNIQUE DEFAULT KEY, field_descriptions TYPE STANDARD TABLE OF /bofu/s_fbiv_field_desc_data_2 WITH NON-UNIQUE DEFAULT KEY, ovsqry_input_bind TYPE STANDARD TABLE OF /bofu/s_fbiv_ovs_ibind_data_1 WITH NON-UNIQUE DEFAULT KEY, ovsqry_ibind_value TYPE STANDARD TABLE OF /bofu/s_fbi_value_range WITH NON-UNIQUE DEFAULT KEY, ovsqry_output_bind TYPE STANDARD TABLE OF /bofu/s_fbiv_ovs_obind_data_1 WITH NON-UNIQUE DEFAULT KEY, related_views TYPE STANDARD TABLE OF /bofu/s_fbiv_rel_view_data_2 WITH NON-UNIQUE DEFAULT KEY, rview_assoc_filters TYPE STANDARD TABLE OF /bofu/s_fbiv_rv_aflt_data_2 WITH NON-UNIQUE DEFAULT KEY, actions TYPE STANDARD TABLE OF /bofu/s_fbiv_action_wd WITH NON-UNIQUE DEFAULT KEY, action_parameters TYPE STANDARD TABLE OF /bofu/s_fbiv_action_param_data WITH NON-UNIQUE DEFAULT KEY, map_tab TYPE STANDARD TABLE OF /bofu/s_fbiv_map_node_ui_struc WITH NON-UNIQUE DEFAULT KEY, END OF tt_wd_config_nodes
History
Last changed by/on SAP  20140121 
SAP Release Created in 702