SAP ABAP Class /BOFU/CL_SP_FACTORY (Factory for service provider interfaces)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-BRC (Application Component) Reusable Components of Business Suite Foundation
⤷
/BOFU/COMMON_2 (Package) Common Types; Reuse Objects; Functions (from TM)
⤷
⤷
Properties
| Class | /BOFU/CL_SP_FACTORY | |
| Short Description | Factory for service provider interfaces | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /BOFU/COMMON_2 | Common Types; Reuse Objects; Functions (from TM) |
| Created | 20081127 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class /BOFU/CL_SP_FACTORY has no forward declaration.
Interfaces
Class /BOFU/CL_SP_FACTORY has no interface implemented.
Friends
Class /BOFU/CL_SP_FACTORY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Object reference (TYPE REF TO) | /BOFU/CL_BOPF_CONFIG_HELPER | BOPF Configuration Helper | 20090318 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | TT_INSTANCE_CACHE | class cache | 20081127 | |||
| 3 | Static Attribute | Protected | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20090318 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20090318 | |
| 2 | Static method | Public | Method | Get an instance of the implementing class for an interface | 20081127 | |
| 3 | Static method | Protected | Method | Get Instance (Internal) | 20090318 | |
| 4 | Static method | Private | Method | Get Instance (Internal) - old version | 20090318 | |
| 5 | Static method | Public | Method | Set Factory Class Name | 20090318 |
Events
Class /BOFU/CL_SP_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_INSTANCE_CACHE | Private | See coding | 20081127 | tt_instance_cache TYPE SORTED TABLE OF ty_instance_cache
WITH UNIQUE KEY bo_key node_key
|
||
| 2 | TY_INSTANCE_CACHE | Private | See coding | 20081127 | BEGIN OF ty_instance_cache,
bo_key TYPE /bobf/obm_bo_key,
node_key TYPE /bobf/obm_node_key,
class_name TYPE string,
class_reference TYPE REF TO /BOFU/IF_SP_NODE_ID,
END OF ty_instance_cache
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class /BOFU/CL_SP_FACTORY has no parameter.
Method CLASS_CONSTRUCTOR on class /BOFU/CL_SP_FACTORY has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_NODE_ID | Call by reference | Object reference (TYPE REF TO) | /BOFU/IF_SP_NODE_ID | Interface to mapping of key information | 20081127 | |||
| 2 | IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20081127 | |||
| 3 | IV_CLASS_NAME | Call by reference | Type reference (TYPE) | CLIKE | Implementing class name | 20081127 | |||
| 4 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20081127 |
Method GET_INSTANCE on class /BOFU/CL_SP_FACTORY has no exception.
Method GET_INSTANCE_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_NODE_ID | Call by reference | Object reference (TYPE REF TO) | /BOFU/IF_SP_NODE_ID | Interface to mapping of key information | 20090318 | |||
| 2 | IO_BO_CONF | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Business Object | 20090318 | |||
| 3 | IV_CLASS_NAME | Call by reference | Type reference (TYPE) | CLIKE | Implementing class name | 20090318 | |||
| 4 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20090318 |
Method GET_INSTANCE_INT on class /BOFU/CL_SP_FACTORY has no exception.
Method GET_INSTANCE_INT_1 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_NODE_ID | Call by reference | Object reference (TYPE REF TO) | /BOFU/IF_SP_NODE_ID | Interface to mapping of key information | 20090318 | |||
| 2 | IO_BO_CONF | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_CONFIGURATION | Business Object | 20090318 | |||
| 3 | IV_CLASS_NAME | Call by reference | Type reference (TYPE) | CLIKE | Implementing class name | 20090318 | |||
| 4 | IV_NODE_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_NODE_KEY | Node | 20090318 |
Method GET_INSTANCE_INT_1 on class /BOFU/CL_SP_FACTORY has no exception.
Method SET_FACTORY_CLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CLASS_NAME | Value transfer | Type reference (TYPE) | CLIKE | 20090318 |
Method SET_FACTORY_CLASS on class /BOFU/CL_SP_FACTORY has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 701 |