SAP ABAP Class /BOFU/CL_FBI_TABBED_EXIT (FBI Tabbed Exit)
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_RUNTIME_V2_BASE (Package) FBI Runtime: Current Version: Base Services
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_FPM_FEEDER_MODEL Feeder Model Interface 20091230
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  /BOFU/CL_E_PPFOC_TAB Tab Exit 20100312
Properties
Class /BOFU/CL_FBI_TABBED_EXIT  
Short Description FBI Tabbed Exit    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /BOFU/FBI_RUNTIME_V2_BASE   FBI Runtime: Current Version: Base Services 
Created 20091230   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 /BOFU/CL_FBI_FACTORY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_FPM_FEEDER_MODEL Feeder Model Interface 20091230
Friends
Class /BOFU/CL_FBI_TABBED_EXIT has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MO_CONNECTOR Instance attribute Protected Object reference (TYPE REF TO) /BOFU/IF_FBI_CONNECTOR_BASE FBI Connector 20091230
2 MO_CONTROLLER Instance attribute Protected Object reference (TYPE REF TO) /BOFU/IF_FBI_CONTROLLER_NEW 20091230
3 MO_FPM Instance attribute Protected Object reference (TYPE REF TO) IF_FPM 20091230
4 MO_VIEW Instance attribute Protected Object reference (TYPE REF TO) /BOFU/IF_FBI_VIEW 20091230
5 MO_VIEW_INST Instance attribute Protected Object reference (TYPE REF TO) /BOFU/IF_FBI_VIEW_INSTANCE_NEW /BOFU/IF_FBI_VIEW_INSTANCE_NEW 20091230
6 MS_DATA Instance attribute Protected Object reference (TYPE REF TO) DATA 20091231
7 MS_OBJECT_KEY Instance attribute Protected Type reference (TYPE) /BOFU/CL_FBI_GUIBB_BASE=>TS_OBJECT_KEY 20091230
8 MT_TABS_CHANGED Instance attribute Protected See coding 20100103
9 MT_TAB_CONTROL Instance attribute Protected Type reference (TYPE) TT_TAB_CONTROL 20100103
10 MT_TAB_STATE Instance attribute Protected Type reference (TYPE) TT_TAB_STATE 20100103
11 MV_DETAIL_FLD Instance attribute Protected Type reference (TYPE) /BOFU/FBI_DETAIL_TITLE_FLD 20130529
12 MV_DETAIL_TITLE Instance attribute Protected Type reference (TYPE) STRING 20130529
13 MV_TABSTRIP_VISIBLE Instance attribute Protected Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100103
14 MV_TABS_VISIBLE Instance attribute Protected Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100103
15 MV_TITLE_CHANGED Instance attribute Protected Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20130529
16 MV_USE_DATA Instance attribute Protected Type reference (TYPE) BOOLE_D 20100222
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_VIEW_INSTANCE Instance method Protected Method 20091230
2 INITIALIZE Instance method Public Method 20091230
3 OVERRIDE_CONFIG_TABBED Instance method Public Method 20091230
4 PROCESS_BEFORE_OUTPUT Instance method Public Method 20091231
5 PROCESS_EVENT Instance method Public Method 20091231
6 UPDATE_TAB_STATE Instance method Protected Method 20100103
Events
Class /BOFU/CL_FBI_TABBED_EXIT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TS_TAB_CONDITION Public See coding 20100103 BEGIN OF ts_tab_condition, field_name TYPE name_komp, field_property TYPE /bofu/fbi_field_property, association TYPE /bofu/association, assoc_property TYPE /bofu/fbi_assoc_property, sign TYPE rsparams-sign, option TYPE rsparams-option, low TYPE rsparams-low, high TYPE rsparams-high, END OF ts_tab_condition
2 TS_TAB_CONTROL Public See coding 20100103 BEGIN OF ts_tab_control, tab_id TYPE fpm_tab_id, hide_no_lead_sel TYPE boole_d, t_condition TYPE tt_tab_condition, END OF ts_tab_control
3 TS_TAB_STATE Protected See coding 20100103 BEGIN OF ts_tab_state, tab_id TYPE fpm_tab_id, is_visible TYPE boole_d, is_active TYPE boole_d, is_set_on_ui TYPE boole_d, update_hit TYPE int1, END OF ts_tab_state
4 TT_TAB_CONDITION Public See coding 20100103 tt_tab_condition TYPE SORTED TABLE OF ts_tab_condition WITH NON-UNIQUE KEY field_name field_property association assoc_property
5 TT_TAB_CONTROL Public See coding 20100103 tt_tab_control TYPE HASHED TABLE OF ts_tab_control WITH UNIQUE KEY tab_id
6 TT_TAB_STATE Protected See coding 20100103 tt_tab_state TYPE HASHED TABLE OF ts_tab_state WITH UNIQUE KEY tab_id
Method Signatures

Method CREATE_VIEW_INSTANCE Signature

Method CREATE_VIEW_INSTANCE on class /BOFU/CL_FBI_TABBED_EXIT has no parameter.
Method CREATE_VIEW_INSTANCE on class /BOFU/CL_FBI_TABBED_EXIT has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_VIEW_IDENTITY Call by reference Type reference (TYPE) /BOFU/CL_FBI_FACTORY=>TS_VIEW_IDENTITY 20091230
2 Importing IT_TAB_CONTROL Call by reference Type reference (TYPE) TT_TAB_CONTROL 20100103
3 Importing IV_DETAIL_FLD Call by reference Type reference (TYPE) /BOFU/FBI_DETAIL_TITLE_FLD 20130529
4 Importing IV_USE_DATA Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100222

Method INITIALIZE on class /BOFU/CL_FBI_TABBED_EXIT has no exception.

Method OVERRIDE_CONFIG_TABBED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TABBED Call by reference Object reference (TYPE REF TO) IF_FPM_TABBED Tabbed UIBB API 20091230

Method OVERRIDE_CONFIG_TABBED on class /BOFU/CL_FBI_TABBED_EXIT has no exception.

Method PROCESS_BEFORE_OUTPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT 20091231

Method PROCESS_BEFORE_OUTPUT on class /BOFU/CL_FBI_TABBED_EXIT has no exception.

Method PROCESS_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_EVENT Call by reference Object reference (TYPE REF TO) CL_FPM_EVENT 20091231

Method PROCESS_EVENT on class /BOFU/CL_FBI_TABBED_EXIT has no exception.

Method UPDATE_TAB_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_DATA_CHANGED Value transfer Type reference (TYPE) BOOLE_D If data has changed on UI 20110624

Method UPDATE_TAB_STATE on class /BOFU/CL_FBI_TABBED_EXIT has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 702