SAP ABAP Class CL_STW_BO_TOPIC_DB_ACCESS (StreamWork Business Object-Topic Assignment Database Access)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-STW (Application Component) Social Media ABAP Integration Library
⤷
S_STW_DB (Package) Database Layer of the StreamWork Library (Comp. Mode)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_STW_BO_TOPIC_DB_ACCESS | StreamWork Business Object-Topic Assignment Database Access | 20111025 |
Properties
| Class | CL_STW_BO_TOPIC_DB_ACCESS | |
| Short Description | StreamWork Business Object-Topic Assignment Database Access | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_STW_DB | Database Layer of the StreamWork Library (Comp. Mode) |
| Created | 20111025 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_STW_BO_TOPIC_DB_ACCESS has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_STW_BO_TOPIC_DB_ACCESS | StreamWork Business Object-Topic Assignment Database Access | 20111025 |
Friends
Class CL_STW_BO_TOPIC_DB_ACCESS 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) | CL_STW_BO_TOPIC_DB_ACCESS | 20111025 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | BOOLE | 20111025 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_CLB_DB_TRANSACTION_HANDLER | 20111025 | ||||
| 4 | Instance attribute | Private | See coding | 20130211 | |||||
| 5 | Instance attribute | Private | See coding | 20130211 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Get Access to Local BO Class | 20130211 | |
| 2 | Instance method | Private | Method | Get Access to Local Topic Class | 20130211 | |
| 3 | Instance method | Private | Event handling method | Handle OS Finish Request | 20111025 | |
| 4 | Instance method | Private | Event handling method | Handle OS Save Request | 20111025 | |
| 5 | Instance method | Private | Method | Initialize DB Transaction | 20111025 | |
| 6 | Static method | Public | Method | Get Instance (Singleton) | 20111025 | |
| 7 | Static method | Public | Method | Inject Data for Testing | 20111025 |
Events
Class CL_STW_BO_TOPIC_DB_ACCESS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_BO_ACCESS | Private | See coding | 20130211 | BEGIN OF ts_bo_access,
application_id TYPE clb_application_id,
bo_id TYPE stw_bo_id,
bo_ref TYPE REF TO lcl_bo,
END OF ts_bo_access
|
||
| 2 | TS_TOPIC_ACCESS | Private | See coding | 20130211 | BEGIN OF ts_topic_access,
application_id TYPE clb_application_id,
topic_id TYPE stw_topic_id,
topic_ref TYPE REF TO lcl_topic,
END OF ts_topic_access
|
||
| 3 | TT_BO_TOPIC | Private | See coding | 20111025 | tt_bo_topic TYPE HASHED TABLE OF stw_s_bo_topic
WITH UNIQUE KEY application_id bo_id topic_id
|
Method Signatures
Method GET_BO_ACCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | CLB_APPLICATION_ID | 20130211 | ||||
| 2 | IV_BO_ID | Call by reference | Type reference (TYPE) | STW_BO_ID | 20130211 | ||||
| 3 | RO_BO_REF | Value transfer | Object reference (TYPE REF TO) | LCL_BO | 20130211 |
Method GET_BO_ACCESS on class CL_STW_BO_TOPIC_DB_ACCESS has no exception.
Method GET_TOPIC_ACCESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPLICATION_ID | Call by reference | Type reference (TYPE) | CLB_APPLICATION_ID | 20130211 | ||||
| 2 | IV_TOPIC_ID | Call by reference | Type reference (TYPE) | STW_TOPIC_ID | 20130211 | ||||
| 3 | RO_TOPIC_REF | Value transfer | Object reference (TYPE REF TO) | LCL_TOPIC | 20130211 |
Method GET_TOPIC_ACCESS on class CL_STW_BO_TOPIC_DB_ACCESS has no exception.
Method HANDLE_FINISHED Signature
Method HANDLE_FINISHED on class CL_STW_BO_TOPIC_DB_ACCESS has no parameter.
Method HANDLE_FINISHED on class CL_STW_BO_TOPIC_DB_ACCESS has no exception.
Method HANDLE_SAVE_REQUESTED Signature
Method HANDLE_SAVE_REQUESTED on class CL_STW_BO_TOPIC_DB_ACCESS has no parameter.
Method HANDLE_SAVE_REQUESTED on class CL_STW_BO_TOPIC_DB_ACCESS has no exception.
Method INIT_TRANSACTION Signature
Method INIT_TRANSACTION on class CL_STW_BO_TOPIC_DB_ACCESS has no parameter.
Method INIT_TRANSACTION on class CL_STW_BO_TOPIC_DB_ACCESS has no exception.
Method S_GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_STW_BO_DB_ACCESS | Value transfer | Object reference (TYPE REF TO) | IF_STW_BO_TOPIC_DB_ACCESS | 20111025 |
Method S_GET_INSTANCE on class CL_STW_BO_TOPIC_DB_ACCESS has no exception.
Method S_INJECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NO_DB_UPDATE | Call by reference | Type reference (TYPE) | FLAG | 20111025 |
Method S_INJECT on class CL_STW_BO_TOPIC_DB_ACCESS has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 732 |