SAP ABAP Class CL_TFW_OBJECT_FACTORY (Central Object Factory)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-TFW (Application Component) Tagging Framework
⤷
STFW_CORE (Package) Tagging Framework Core
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_TFW_OBJECT_FACTORY | Factory Interface | 20130412 |
Properties
| Class | CL_TFW_OBJECT_FACTORY | |
| Short Description | Central Object Factory | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | STFW_CORE | Tagging Framework Core |
| Created | 20130412 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_TFW_OBJECT_FACTORY has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_TFW_OBJECT_FACTORY | Factory Interface | 20130412 |
Friends
Class CL_TFW_OBJECT_FACTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_TFW_OBJECT_FACTORY | Factory Interface | 20130415 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | TH_ID_INSTANCE | Table for object instances | 20130416 |
Methods
Class CL_TFW_OBJECT_FACTORY has no method.
Events
Class CL_TFW_OBJECT_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | S_ID_INSTANCE | Private | See coding | Structure for Object Instance | 20130416 | BEGIN OF s_id_instance,
object_type_id TYPE if_tfw_types=>object_type_id,
object_id TYPE if_tfw_types=>object_id,
ref_type TYPE if_tfw_types=>object_type,
o_instance TYPE REF TO if_tfw_metadata,
END OF s_id_instance
|
|
| 2 | TH_ID_INSTANCE | Private | See coding | Table for Object Instances | 20130416 | th_id_instance TYPE HASHED TABLE OF s_id_instance
WITH UNIQUE KEY object_type_id object_id ref_type
|
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |