SAP ABAP Class /BOBF/CL_LIB_B_FRW (Superclass for framework buffers)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
AP-RC-BOF-RNT (Application Component) Business Object Processing Framework Runtime
⤷
/BOBF/LIBRARY (Package) Business Object Processing Framework Library
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_FRW_BUFFER | Interface to the Data Layer | 20081213 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOBF/IF_FRW_CLONEABLE | Clonable BOPF entities | 20091208 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /BOBF/CL_LIB_B_LOCK | Buffer for BOPF lock nodes | 20081213 |
| 2 | Inheritance (c INHERITING FROM c_ref) | /BOBF/CL_LIB_B_MESSAGE | Buffer for BOPF message nodes | 20081213 |
| 3 | Inheritance (c INHERITING FROM c_ref) | /BOBF/CL_LIB_B_PROPERTY | Buffer for BOPF property nodes | 20081213 |
Properties
| Class | /BOBF/CL_LIB_B_FRW | |
| Short Description | Superclass for framework buffers | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /BOBF/LIBRARY | Business Object Processing Framework Library |
| Created | 20081213 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /BOBF/CL_LIB_B_FRW has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | /BOBF/IF_FRW_BUFFER | Interface to the Data Layer | 20081213 | ||
| 2 | /BOBF/IF_FRW_CLONEABLE | Clonable BOPF entities | 20091208 |
Friends
Class /BOBF/CL_LIB_B_FRW has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TT_INSTANCE | Instance management | 20081213 |
Methods
Class /BOBF/CL_LIB_B_FRW has no method.
Events
Class /BOBF/CL_LIB_B_FRW has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_INSTANCE | Private | See coding | 20081213 | BEGIN OF ts_instance,
bo_key TYPE /BOBF/OBM_BO_KEY,
node_type TYPE /BOBF/OBM_NODE_TYPE,
buffer TYPE REF TO /BOBF/IF_FRW_BUFFER,
END OF ts_instance
|
||
| 2 | TT_INSTANCE | Private | See coding | 20081213 | tt_instance TYPE HASHED TABLE OF ts_instance
WITH UNIQUE KEY bo_key node_type
|
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 702 |