SAP ABAP Class /BOFU/CL_FDT_BO_TSM_FACTORY (BO Service Manager Factory( Internal/External access))
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-EPT-BRC (Application Component) Reusable Components of Business Suite Foundation
⤷
/BOFU/FDT_EXPR_BO_RETR_DATA (Package) BRFplus Add-Ons for BOPF: Expression Retrieve BO Data

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | /BOFU/IF_ABSTRACT_SINGLETON | Abstract Singleton | 20090911 |
Properties
Class | /BOFU/CL_FDT_BO_TSM_FACTORY | |
Short Description | BO Service Manager Factory( Internal/External access) | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | /BOFU/FDT_EXPR_BO_RETR_DATA | BRFplus Add-Ons for BOPF: Expression Retrieve BO Data |
Created | 20090911 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class /BOFU/CL_FDT_BO_TSM_FACTORY has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | /BOFU/IF_ABSTRACT_SINGLETON | Abstract Singleton | 20090911 |
Friends
Class /BOFU/CL_FDT_BO_TSM_FACTORY 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_IO_READ | IO Read | 20090911 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | Subscribe IO_READ of given BO for use in FDT | 20091005 |
2 | ![]() |
Instance method | Public | Method | Get a service manager instance | 20090911 |
3 | ![]() |
Instance method | Private | Method | ReadMe | 20090911 |
4 | ![]() |
Instance method | Public | Method | Subscribe IO_READ of given BO for use in FDT | 20090911 |
5 | ![]() |
Instance method | Public | Method | Unsubscribe IO_READ of given BO for use in FDT | 20091005 |
Events
Class /BOFU/CL_FDT_BO_TSM_FACTORY has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_IO_READ | Public | See coding | IO Read | 20090911 | BEGIN OF ts_io_read ,
bo_key TYPE /bobf/obm_bo_key,
io_read TYPE REF TO cl_abap_weak_reference,
END OF ts_io_read
|
|
2 | TT_IO_READ | Public | See coding | IO Read | 20090911 | tt_io_read type SORTED TABLE OF ts_io_read with UNIQUE key bo_key
|
Method Signatures
Method GET_IO_READ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20091005 | ||
2 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | /BOBF/IF_FRW_READ | Interface to Read Data | 20091005 |
Method GET_IO_READ on class /BOFU/CL_FDT_BO_TSM_FACTORY has no exception.
Method GET_SERVICE_MANAGER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EO_SERVICE_MANAGER | Value transfer | Object reference (TYPE REF TO) | /BOBF/IF_TRA_SERVICE_MANAGER | Interface for (Proxy) Service Manager | 20090911 | ||
2 | ![]() |
IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20090911 | ||
3 | ![]() |
IV_CREATE_ASSOC_NOTIFICATIONS | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Switch on/off association change notifications | 20090911 | |
4 | ![]() |
IV_CREATE_PROP_NOTIFICATIONS | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Switch on/off property change notifications | 20090911 | |
5 | ![]() |
IV_CREATE_SYNC_NOTIFICATIONS | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Switch on/off sync notifications | 20090911 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
BOPF Exception Class | 20091005 |
Method README Signature
Method README on class /BOFU/CL_FDT_BO_TSM_FACTORY has no parameter.
Method README on class /BOFU/CL_FDT_BO_TSM_FACTORY has no exception.
Method SUBSCRIBE_IO_READ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_READ | Call by reference | Object reference (TYPE REF TO) | /BOBF/IF_FRW_READ | Interface to Read Data | 20090911 | ||
2 | ![]() |
IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20090911 |
Method SUBSCRIBE_IO_READ on class /BOFU/CL_FDT_BO_TSM_FACTORY has no exception.
Method UNSUBSCRIBE_IO_READ Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_BO_KEY | Call by reference | Type reference (TYPE) | /BOBF/OBM_BO_KEY | Business Object | 20091005 |
Method UNSUBSCRIBE_IO_READ on class /BOFU/CL_FDT_BO_TSM_FACTORY has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 702 |