SAP ABAP Class /BOFU/IF_FBI_VIEW_CONF (FBI Configuration of View Object)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_FBI_AP_VIEW_USE_CONF Application Profile and view usage 20090824
2 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_FBI_VIEW_CONF FBI View Configuration 20081219
3 Interface implementation (CLASS c. INTERFACES i_ref)  /BOFU/CL_FBI_VIEW_USE_CONF FBI View Usage Configuration 20090401
Properties
Class /BOFU/IF_FBI_VIEW_CONF  
Short Description FBI Configuration of View Object    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20081219   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
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
Class /BOFU/IF_FBI_VIEW_CONF has no interface implemented.
Friends
Class /BOFU/IF_FBI_VIEW_CONF has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_ACTION_TAB Instance attribute Public Type reference (TYPE) TR_ACTION Actions 20090407
2 MR_CONTEXT_KEY_FIELDS Instance attribute Public Type reference (TYPE) TR_CONTEXT_KEY_FIELDS 20131027
3 MR_FIELD_DESC_TAB Instance attribute Public Type reference (TYPE) TR_FIELD_DESC_TAB Field Descriptions: Reference (to itab) 20081219
4 MR_FIELD_GROUP Instance attribute Public Type reference (TYPE) TR_FIELD_GROUP 20091106
5 MR_FIELD_GROUP_TEXT Instance attribute Public Type reference (TYPE) TR_FIELD_GROUP_TEXT 20091106
6 MR_HEADER Instance attribute Public Type reference (TYPE) TR_HEADER Header: Reference 20081219
7 MR_MAP_TABLE Instance attribute Public Type reference (TYPE) TR_MAP_TABLE 20101223
8 MR_RELATED_VIEWS_TAB Instance attribute Public Type reference (TYPE) TR_RELATED_VIEW_TAB Related Views: Reference (to itab) 20081219
9 MV_SUPPRESS_AUTH_CHECK Instance attribute Public Type reference (TYPE) WDY_BOOLEAN Replacement for Real Boolean Type: 'X' == True '' == False 20110726
10 SC_CONV_CAT Constant Public See coding 20131027
11 SV_DEFAULT_MAPPER_CLASS Instance attribute Public Type reference (TYPE) SEOCLSNAME Default Mapper Class 20090120
Methods
# Method Level Visibility Method type Description Created on
1 GET_BO_NODE_DATA_TYPE Instance method Public Method Get BO node data type 20131027
2 GET_BO_NODE_IDENTITY Instance method Public Method Get BO Node Identity 20090401
3 GET_DOMAIN_PROP Instance method Public Method Get domain properties 20131027
4 GET_FBI_VIEW_CONFIG Instance method Public Method Get FBI view configuration 20131027
5 GET_FLDDESC_OVS_IBIND_VAL Instance method Public Method Get OVS Input Binding Value Range 20081223
6 GET_OUTPUT_STRUCT_DESCR Instance method Public Method Get Output Structure Descriptor (only for design time) 20090112
7 GET_RELVIEW_ASSOC_FLTR Instance method Public Method Get Association Filter Condition Value Range 20081223
8 GET_RELVIEW_TNODE_FLTR Instance method Public Method DEPRECATED: Get Target Node Condition Value Range 20081223
9 INIT_DYN_VIEW_DEF Instance method Public Method Initialize Dynamic View definition (only for dynamic views) 20090108
10 IS_USABLE Instance method Public Method Is Usable? 20090109
Events
Class /BOFU/IF_FBI_VIEW_CONF has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TR_ACTION Public Object reference (TYPE REF TO) TT_ACTION Actions 20090407
2 TR_CONTEXT_KEY_FIELDS Public Object reference (TYPE REF TO) TT_CONTEXT_KEY_FIELDS 20131027
3 TR_FIELD_DESC Public Object reference (TYPE REF TO) TS_FIELD_DESC Field Description: Reference 20081219
4 TR_FIELD_DESC_TAB Public Object reference (TYPE REF TO) TT_FIELD_DESC Field Descriptions: Reference (to itab) 20081219
5 TR_FIELD_GROUP Public Object reference (TYPE REF TO) TT_FIELD_GROUP 20091106
6 TR_FIELD_GROUP_TEXT Public Object reference (TYPE REF TO) TT_FIELD_GROUP_TEXT 20091106
7 TR_FLD_FLTR_COND Public Object reference (TYPE REF TO) TS_FLD_FLTR_COND Field Filter Condition: Reference (to itab) 20081219
8 TR_HEADER Public Object reference (TYPE REF TO) TS_HEADER Header: Reference 20081219
9 TR_MAP_TABLE Public Object reference (TYPE REF TO) TT_MAP_TABLE 20101223
10 TR_OVS_IBIND_REF Public Object reference (TYPE REF TO) /BOFU/S_FBIV_OVS_IBIND OVS Input Binding: Reference 20081219
11 TR_RELATED_VIEW Public Object reference (TYPE REF TO) TS_RELATED_VIEW Related View: Reference 20081219
12 TR_RELATED_VIEW_TAB Public Object reference (TYPE REF TO) TT_RELATED_VIEW Related Views: Reference (to itab) 20081219
13 TR_VALUE_RANGE_TAB Public Object reference (TYPE REF TO) /BOFU/T_FBI_VALUE_RANGE Value Range Table: Reference 20081219
14 TS_ACTION Public See coding Actions 20090407 BEGIN OF ts_action, s_data TYPE /bofu/s_fbiv_action, t_action_params TYPE tt_action_params, END OF ts_action
15 TS_ACTION_PARAMS Public See coding Action Parameters 20090407 BEGIN OF ts_action_params, param_indx TYPE /bofu/fbi_param_index, param_key TYPE /bofu/fbi_param_name, param_value TYPE /bofu/fbi_param_value, END OF ts_action_params
16 TS_BO_NODE_IDENTITY Public Type reference (TYPE) /BOFU/S_FBI_BO_NODE_IDENTITY BO Node Identity 20081219
17 TS_FIELD_DESC Public See coding Field Description 20081219 BEGIN OF ts_field_desc, s_data TYPE /bofu/s_fbiv_field_desc, t_ovs_ibind TYPE SORTED TABLE OF /bofu/s_fbiv_ovs_ibind WITH UNIQUE KEY binding_indx, t_ovs_obind TYPE SORTED TABLE OF /bofu/s_fbiv_ovs_obind WITH UNIQUE KEY binding_indx, END OF ts_field_desc
18 TS_FLD_FLTR_COND Public See coding Field Filter Condition 20081219 BEGIN OF ts_fld_fltr_cond, field_index TYPE /bofu/fbi_struct_field_index, field TYPE string, const_value TYPE /bofu/fbi_const_for_value, const_val_range TYPE /bofu/fbi_const_4_val_range, END OF ts_fld_fltr_cond
19 TS_HEADER Public Type reference (TYPE) /BOFU/S_FBIV_HDR Header 20081219
20 TS_RELATED_VIEW Public See coding Related View 20081219 BEGIN OF ts_related_view, s_data TYPE /bofu/s_fbiv_relview, t_assoc_fltr_cond TYPE tt_fld_fltr_cond, t_tnode_fltr_cond TYPE tt_fld_fltr_cond, END OF ts_related_view
21 TT_ACTION Public See coding Action: Reference 20090407 tt_action TYPE SORTED TABLE OF ts_action WITH UNIQUE KEY s_data-name s_data-actionid
22 TT_ACTION_PARAMS Public See coding Action Parameters 20090407 tt_action_params TYPE SORTED TABLE OF ts_action_params WITH UNIQUE KEY param_indx
23 TT_CONTEXT_KEY_FIELDS Public See coding 20131027 tt_context_key_fields TYPE HASHED TABLE OF /bofu/s_fbiv_context_key_map_h WITH UNIQUE KEY name ctxt_key_map_index
24 TT_FIELD_DESC Public See coding Field Descriptions 20081219 tt_field_desc TYPE SORTED TABLE OF ts_field_desc WITH UNIQUE KEY s_data-ui_str_fld_indx
25 TT_FIELD_GROUP Public See coding Field Group 20090813 tt_field_group TYPE SORTED TABLE OF /bofu/s_fbiv_field_grp WITH UNIQUE KEY name field_grp_index
26 TT_FIELD_GROUP_TEXT Public See coding 20090813 tt_field_group_text TYPE SORTED TABLE OF /bofu/s_fbiv_fg_text WITH UNIQUE KEY name field_grp_index language
27 TT_FLD_FLTR_COND Public See coding Field Filter Conditions 20081219 tt_fld_fltr_cond TYPE SORTED TABLE OF ts_fld_fltr_cond WITH UNIQUE KEY field_index
28 TT_MAP_TABLE Public See coding 20101223 tt_map_table TYPE SORTED TABLE OF /bofu/s_fbiv_map_node_ui_strc WITH UNIQUE KEY name NODE_FIELD1
29 TT_RELATED_VIEW Public See coding Related Views 20081219 tt_related_view TYPE SORTED TABLE OF ts_related_view WITH UNIQUE KEY s_data-relview_indx
30 TV_USAGE_CONTEXT Public See coding 20131027 tv_usage_context TYPE c LENGTH 1
Method Signatures

Method GET_BO_NODE_DATA_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_BO_NODE_DATA_TYPE Call by reference Object reference (TYPE REF TO) DATA 20131027
2 Importing IS_HEADER Call by reference Type reference (TYPE) /BOFU/IF_UICFG_C=>TS_FBI_DATA 20131027

Method GET_BO_NODE_DATA_TYPE on class /BOFU/IF_FBI_VIEW_CONF has no exception.

Method GET_BO_NODE_IDENTITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_BO_NAME Call by reference Type reference (TYPE) CLIKE 20090401
2 Exporting EV_ESR_NODE_NAME Call by reference Type reference (TYPE) CLIKE 20090401
3 Exporting EV_NODE_NAME Call by reference Type reference (TYPE) CLIKE 20090401

Method GET_BO_NODE_IDENTITY on class /BOFU/IF_FBI_VIEW_CONF has no exception.

Method GET_DOMAIN_PROP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DD01V Call by reference Type reference (TYPE) DD01V 20131027
2 Importing IS_STRUCT Call by reference Object reference (TYPE REF TO) DATA 20131027
3 Importing IV_FIELD Call by reference Type reference (TYPE) ANY 20131027

Method GET_DOMAIN_PROP on class /BOFU/IF_FBI_VIEW_CONF has no exception.

Method GET_FBI_VIEW_CONFIG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_HEADER Call by reference Type reference (TYPE) /BOFU/IF_UICFG_C=>TS_FBI_DATA 20131027
2 Exporting ET_CONTEXT_KEY_FIELDS Call by reference Type reference (TYPE) /BOFU/IF_UICFG_C=>TT_FBI_DATA_CONTEXT_KEY_FIELDS 20131027
3 Exporting ET_MAP_TABLE Call by reference Type reference (TYPE) /BOFU/IF_UICFG_C=>TT_FBI_DATA_MAP 20131027
4 Importing IV_CONFIG_ID Call by reference Type reference (TYPE) WDY_CONFIG_ID Configuration Identification 20131027
5 Importing IV_CONFIG_TYPE Call by reference Type reference (TYPE) WDY_CONFIG_TYPE '00' Type of Web Dynpro Configuration 20131027

Method GET_FBI_VIEW_CONFIG on class /BOFU/IF_FBI_VIEW_CONF has no exception.

Method GET_FLDDESC_OVS_IBIND_VAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_VALUE_RANGE_TAB Value transfer Type reference (TYPE) TR_VALUE_RANGE_TAB Value Range Table: Reference 20081223
2 Importing IV_BINDING_INDEX Call by reference Type reference (TYPE) /BOFU/FBI_OVS_BINDING_INDEX OVS Input/Output Binding Index 20081223
3 Importing IV_FIELD_DESC_INDEX Call by reference Type reference (TYPE) /BOFU/FBI_UI_STRUCT_FLD_INDEX UI Structure Field Index 20081223

Method GET_FLDDESC_OVS_IBIND_VAL on class /BOFU/IF_FBI_VIEW_CONF has no exception.

Method GET_OUTPUT_STRUCT_DESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EO_OUT_STR_SD Value transfer Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20090112
2 Importing IO_DESIGNTIME Call by reference Object reference (TYPE REF TO) /BOFU/IF_CONF_OBJ_DESIGNTIME Configuration Object Design Time Env (singleton) 20090702
3 Importing IS_CONF_DATA Call by reference Object reference (TYPE REF TO) DATA 20090112
# Exception Resumable Description Created on
1 /BOFU/CX_FBI_CONF FBI: Configuration Exceptions 20090305

Method GET_RELVIEW_ASSOC_FLTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_VALUE_RANGE_TAB Value transfer Type reference (TYPE) TR_VALUE_RANGE_TAB Value Range Table: Reference 20081223
2 Importing IV_ASSOC_FLTR_FLD_INDX Call by reference Type reference (TYPE) /BOFU/FBI_ASSOC_FLTR_FLD_INDEX Association Filter Structure field index 20081223
3 Importing IV_RELVIEW_INDEX Call by reference Type reference (TYPE) /BOFU/FBI_RELATED_VIEW_INDEX Index of Related View 20081223

Method GET_RELVIEW_ASSOC_FLTR on class /BOFU/IF_FBI_VIEW_CONF has no exception.

Method GET_RELVIEW_TNODE_FLTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_VALUE_RANGE_TAB Value transfer Type reference (TYPE) TR_VALUE_RANGE_TAB Value Range Table: Reference 20081223
2 Importing IV_RELVIEW_INDEX Call by reference Type reference (TYPE) /BOFU/FBI_RELATED_VIEW_INDEX Index of Related View 20081223
3 Importing IV_TNODE_FLTR_FLD_INDX Call by reference Type reference (TYPE) /BOFU/FBI_TNODE_FLTR_FLD_INDEX Association Filter Structure field index 20081223

Method GET_RELVIEW_TNODE_FLTR on class /BOFU/IF_FBI_VIEW_CONF has no exception.

Method INIT_DYN_VIEW_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_NODE_IDENTITY Call by reference Type reference (TYPE) /BOFU/S_FBI_BO_NODE_IDENTITY BO Node Identity 20090112
2 Importing IV_CHECK_DURING_INIT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20100317
3 Importing IV_VIEW Call by reference Type reference (TYPE) /BOFU/FBI_VIEW FBI View 20090618

Method INIT_DYN_VIEW_DEF on class /BOFU/IF_FBI_VIEW_CONF has no exception.

Method IS_USABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_ANSWER Value transfer Type reference (TYPE) ABAP_BOOL 20090109

Method IS_USABLE on class /BOFU/IF_FBI_VIEW_CONF has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in