SAP ABAP Class /BOFU/CL_FBI_GUIBB_TREE (FBI Version 2: Tree GUIBB Feeder)
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_GUIBB1 (Package) FBI Runtime: Current Version: GUIBBs form/list/tree
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_FBI_GUIBB_LIST | FBI Version 2: List GUIBB Feeder | 20091007 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20090914 |
| 3 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_TREE_EXT | GUIBB Tree extended | 20090914 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /BOFU/CL_FBI_GUIBB_ATF_DOCU | FBI Version 2: GUIBB Attachment Folder Documents | 20100223 |
Properties
| Class | /BOFU/CL_FBI_GUIBB_TREE | |
| Short Description | FBI Version 2: Tree GUIBB Feeder | |
| Super Class | /BOFU/CL_FBI_GUIBB_LIST | FBI Version 2: List GUIBB Feeder |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /BOFU/FBI_RUNTIME_V2_GUIBB1 | FBI Runtime: Current Version: GUIBBs form/list/tree |
| Created | 20090914 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /BOFU/CL_FBI_GUIBB_TREE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB_TREE | Generic Tree UI Building Block | 20090914 | ||
| 2 | IF_FPM_GUIBB_TREE_EXT | GUIBB Tree extended | 20090914 |
Friends
Class /BOFU/CL_FBI_GUIBB_TREE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | TT_BO_CONF_MAP | 20100210 | ||||
| 2 | Instance attribute | Protected | Type reference (TYPE) | I | 20091007 | ||||
| 3 | Instance attribute | Protected | Type reference (TYPE) | BOOLE_D | 20110411 | ||||
| 4 | Instance attribute | Protected | Type reference (TYPE) | FPM_S_UIBB_INSTANCE_KEY | 20100210 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20090915 |
Events
Class /BOFU/CL_FBI_GUIBB_TREE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_BO_CONF_MAP | Protected | See coding | 20100210 | BEGIN OF ts_bo_conf_map,
bo_key TYPE /bobf/obm_bo_key,
bo_conf TYPE REF TO /bobf/if_frw_configuration,
END OF ts_bo_conf_map
|
||
| 2 | TS_HIER_STATE | Protected | See coding | 20100210 | BEGIN OF ts_hier_state,
key TYPE /bobf/conf_key,
expanded TYPE boole_d,
END OF ts_hier_state
|
||
| 3 | TT_BO_CONF_MAP | Protected | See coding | 20100210 | tt_bo_conf_map TYPE SORTED TABLE OF ts_bo_conf_map
WITH UNIQUE KEY bo_key
|
||
| 4 | TT_HIER_STATE | Protected | See coding | 20100210 | tt_hier_state TYPE SORTED TABLE OF ts_hier_state WITH UNIQUE KEY key
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class /BOFU/CL_FBI_GUIBB_TREE has no parameter.
Method CONSTRUCTOR on class /BOFU/CL_FBI_GUIBB_TREE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |