SAP ABAP Interface /BOFU/IF_FBI_AP_TYPES (FBI Types: Application Profile)
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_AP_TYPES  
Short Description FBI Types: Application Profile    
General Data
Package /BOFU/FBI_DESIGNTIME_V1   FBI Design Time V1: View Cluster (Current Version) 
Created 20081222   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface /BOFU/IF_FBI_AP_TYPES has no forward declaration.
Interfaces
Interface /BOFU/IF_FBI_AP_TYPES has no interface.
Friends
Interface /BOFU/IF_FBI_AP_TYPES has no friend.
Attributes
Interface /BOFU/IF_FBI_AP_TYPES has no attribute.
Methods
Interface /BOFU/IF_FBI_AP_TYPES has no method.
Events
Interface /BOFU/IF_FBI_AP_TYPES has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_CONF_DATA Public See coding Configuration Data 20081224 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, view_usage TYPE tt_conf_view_use, field_desc TYPE tt_conf_field_desc, ovs_input_binding TYPE tt_conf_ovs_ibind, ovs_input_binding_val TYPE tt_conf_ovs_ibind_val, 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, END OF ts_conf_data
2 TS_CONF_DATA_AP Public See coding 20091023 BEGIN OF ts_conf_data_ap, header TYPE ts_conf_header_ap , ui_field_desc TYPE tt_conf_ui_field_desc_ap , ovs_input_binding TYPE tt_conf_ovs_input_binding_ap , ovs_input_binding_values TYPE tt_conf_ovs_input_bind_val_ap , related_view_assoc_filter TYPE tt_conf_rel_view_assoc_fil_ap, rel_view_asoc_filter_val TYPE tt_conf_rel_vw_asc_fil_val_ap , rel_view_target_node_filter TYPE tt_conf_rel_vw_tar_node_fil_ap , rel_view_tar_node_filte_val TYPE tt_conf_rel_vw_tr_nde_fl_vl_ap , related_view_related_view TYPE tt_conf_rel_view_rel_view_ap , view_usage TYPE ts_conf_view_usage_ap, END OF ts_conf_data_ap
3 TS_CONF_HEADER_AP Public Type reference (TYPE) /BOFU/S_FBIAP_VIEW_USE 20091023
4 TS_CONF_OVS_INPUT_BIND_VAL_AP Public See coding 20091023 BEGIN OF ts_conf_ovs_input_bind_val_ap, name TYPE /bofu/fbi_application_profile , vusg_index TYPE /bofu/fbi_view_usage_index , ui_str_fld_indx TYPE /bofu/fbi_ui_struct_fld_index , binding_indx TYPE /bofu/fbi_ovs_binding_index , value_indx TYPE /bofu/fbi_value_index . INCLUDE TYPE /bofu/s_fbi_value_range AS s_range RENAMING WITH SUFFIX x. TYPES: END OF ts_conf_ovs_input_bind_val_ap
5 TS_CONF_REL_VW_ASC_FIL_VAL_AP Public See coding 20091023 BEGIN OF ts_conf_rel_vw_asc_fil_val_ap , name TYPE /bofu/fbi_application_profile , vusg_indx TYPE /bofu/fbi_view_usage_index , relview_indx TYPE /bofu/fbi_related_view_index , assoc_fltr_indx TYPE /bofu/fbi_assoc_fltr_fld_index , r_value_range_tab TYPE /bofu/if_fbi_view_conf=>tr_value_range_tab . TYPES: END OF ts_conf_rel_vw_asc_fil_val_ap
6 TS_CONF_REL_VW_TR_NDE_FL_VL_AP Public See coding 20091023 BEGIN OF ts_conf_rel_vw_tr_nde_fl_vl_ap. INCLUDE TYPE /bofu/s_fbiap_rv_tflt_key . INCLUDE TYPE /bofu/s_fbi_value_range . TYPES: END OF ts_conf_rel_vw_tr_nde_fl_vl_ap
7 TS_CONF_VIEW_USAGE_AP Public See coding 20091023 BEGIN OF ts_conf_view_usage_ap . INCLUDE TYPE /bofu/s_fbiap_view_use_key . INCLUDE TYPE /bofu/s_fbiap_view_use_data . TYPES: END OF ts_conf_view_usage_ap
8 TS_HEADER_KEYS_DELTA Public See coding 20090203 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
9 TS_OVS_INPUT_BINDING_AP Public See coding 20091023 BEGIN OF ts_ovs_input_binding_ap. INCLUDE TYPE /bofu/s_fbiap_ovs_ibind_key. TYPES: t_ovs_bind_val TYPE /bofu/t_fbi_value_range, END OF ts_ovs_input_binding_ap
10 TT_CONF_FIELD_DESC Public See coding Application Profile: UI Field Description 20081222 tt_conf_field_desc TYPE HASHED TABLE OF /bofu/s_fbiap_field_desc WITH UNIQUE KEY name ui_str_fld_indx
11 TT_CONF_HDR Public See coding Application Profile: Header 20081222 tt_conf_hdr TYPE HASHED TABLE OF /bofu/s_fbiap_hdr WITH UNIQUE KEY name
12 TT_CONF_HDR_KEYS Public See coding Application Profile: Header keys 20090203 tt_conf_hdr_keys TYPE HASHED TABLE OF /bofu/s_fbiap_hdr_key WITH UNIQUE KEY name
13 TT_CONF_HDR_TEXT Public See coding Application Profile: Header Text Table 20081222 tt_conf_hdr_text TYPE HASHED TABLE OF /bofu/s_fbiap_hdr_text WITH UNIQUE KEY name language
14 TT_CONF_OVS_IBIND Public See coding Application Profile: OVS Input Binding 20081222 tt_conf_ovs_ibind TYPE HASHED TABLE OF /bofu/s_fbiap_ovs_ibind WITH UNIQUE KEY name vusg_indx ui_str_fld_indx binding_indx
15 TT_CONF_OVS_IBIND_VAL Public See coding Application Profile: OVS Input Binding Values 20081222 tt_conf_ovs_ibind_val TYPE HASHED TABLE OF /bofu/s_fbiap_ovs_ibind_val WITH UNIQUE KEY name vusg_indx ui_str_fld_indx binding_indx value_indx
16 TT_CONF_OVS_INPUT_BINDING_AP Public See coding 20091023 tt_conf_ovs_input_binding_ap TYPE STANDARD TABLE OF /bofu/s_fbiap_ovs_ibind_key WITH DEFAULT KEY
17 TT_CONF_OVS_INPUT_BIND_VAL_AP Public See coding 20091023 tt_conf_ovs_input_bind_val_ap TYPE STANDARD TABLE OF ts_conf_ovs_input_bind_val_ap WITH DEFAULT KEY
18 TT_CONF_RELVIEW Public See coding Application Profile: Related View 20081222 tt_conf_relview TYPE HASHED TABLE OF /bofu/s_fbiap_relview WITH UNIQUE KEY name vusg_indx relview_indx
19 TT_CONF_REL_VIEW_ASSOC_FIL_AP Public See coding 20091023 tt_conf_rel_view_assoc_fil_ap TYPE STANDARD TABLE OF /bofu/s_fbiap_rv_aflt_key WITH DEFAULT KEY
20 TT_CONF_REL_VIEW_REL_VIEW_AP Public See coding 20091023 tt_conf_rel_view_rel_view_ap TYPE STANDARD TABLE OF /bofu/s_fbiap_relview_key WITH DEFAULT KEY
21 TT_CONF_REL_VW_ASC_FIL_VAL_AP Public See coding 20091023 tt_conf_rel_vw_asc_fil_val_ap TYPE STANDARD TABLE OF ts_conf_rel_vw_asc_fil_val_ap WITH DEFAULT KEY
22 TT_CONF_REL_VW_TAR_NODE_FIL_AP Public See coding 20091023 tt_conf_rel_vw_tar_node_fil_ap TYPE STANDARD TABLE OF /bofu/s_fbiap_rv_tflt_key WITH DEFAULT KEY
23 TT_CONF_REL_VW_TR_NDE_FL_VL_AP Public See coding 20091023 tt_conf_rel_vw_tr_nde_fl_vl_ap TYPE STANDARD TABLE OF ts_conf_rel_vw_tr_nde_fl_vl_ap WITH DEFAULT KEY
24 TT_CONF_RV_AFLT Public See coding Application Profile: Related View Assoc Filter 20081222 tt_conf_rv_aflt TYPE HASHED TABLE OF /bofu/s_fbiap_rv_aflt WITH UNIQUE KEY name vusg_indx relview_indx assoc_fltr_indx
25 TT_CONF_RV_AFLT_VAL Public See coding Application Profile: Related View Assoc Filter Value Range 20081222 tt_conf_rv_aflt_val TYPE HASHED TABLE OF /bofu/s_fbiap_rv_aflt_val WITH UNIQUE KEY name vusg_indx relview_indx assoc_fltr_indx value_indx
26 TT_CONF_RV_TFLT Public See coding Application Profile: Related View Target Node Filter 20081222 tt_conf_rv_tflt TYPE HASHED TABLE OF /bofu/s_fbiap_rv_tflt WITH UNIQUE KEY name vusg_indx relview_indx tnode_fltr_indx
27 TT_CONF_RV_TFLT_VAL Public See coding Application Profile: RelView Target Node Filter Value Range 20081222 tt_conf_rv_tflt_val TYPE HASHED TABLE OF /bofu/s_fbiap_rv_tflt_val WITH UNIQUE KEY name vusg_indx relview_indx tnode_fltr_indx value_indx
28 TT_CONF_UI_FIELD_DESC_AP Public See coding 20091023 tt_conf_ui_field_desc_ap TYPE STANDARD TABLE OF /bofu/s_fbiap_field_desc_key WITH DEFAULT KEY
29 TT_CONF_VIEW_USAGE_AP Public See coding 20091023 tt_conf_view_usage_ap TYPE STANDARD TABLE OF ts_conf_view_usage_ap WITH DEFAULT KEY
30 TT_CONF_VIEW_USE Public See coding Application Profile: View usage Key 20081222 tt_conf_view_use TYPE HASHED TABLE OF /bofu/s_fbiap_view_use WITH UNIQUE KEY name vusg_indx view_usage
31 TT_OVS_INPUT_BINDING_AP Public See coding 20091023 tt_ovs_input_binding_ap TYPE STANDARD TABLE OF ts_ovs_input_binding_ap WITH DEFAULT KEY
History
Last changed by/on SAP  20110908 
SAP Release Created in 702