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 | 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
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | 20091230 | ||
| 2 | Instance method | Public | Method | 20091230 | ||
| 3 | Instance method | Public | Method | 20091230 | ||
| 4 | Instance method | Public | Method | 20091231 | ||
| 5 | Instance method | Public | Method | 20091231 | ||
| 6 | 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 | IS_VIEW_IDENTITY | Call by reference | Type reference (TYPE) | /BOFU/CL_FBI_FACTORY=>TS_VIEW_IDENTITY | 20091230 | ||||
| 2 | IT_TAB_CONTROL | Call by reference | Type reference (TYPE) | TT_TAB_CONTROL | 20100103 | ||||
| 3 | IV_DETAIL_FLD | Call by reference | Type reference (TYPE) | /BOFU/FBI_DETAIL_TITLE_FLD | 20130529 | ||||
| 4 | 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 | 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 | 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 | 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 | 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 |