SAP ABAP Class CL_STW_BO_DB_ACCESS (StreamWork Business Object-Entity Assignment Database Access)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-STW (Application Component) Social Media ABAP Integration Library
⤷
S_CLB_DB (Package) Collaboration: Database Layer

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_STW_BO_DB_ACCESS | StreamWork Business Object-Entity Assignment Database Access | 20110923 |
Properties
Class | CL_STW_BO_DB_ACCESS | |
Short Description | StreamWork Business Object-Entity Assignment Database Access | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | S_CLB_DB | Collaboration: Database Layer |
Created | 20110923 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_STW_BO_DB_ACCESS has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_STW_BO_DB_ACCESS | StreamWork Business Object-Entity Assignment Database Access | 20110923 |
Friends
Class CL_STW_BO_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_DB_ACCESS | StreamWork Business Object-Entity Assignment Database Access | 20110923 | ||
2 | ![]() |
Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Indicator: No Database Update | 20111014 | |
3 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | IF_CLB_DB_TRANSACTION_HANDLER | Trasaction Handler | 20111013 | ||
4 | ![]() |
Instance attribute | Private | See coding | 20130208 | ||||
5 | ![]() |
Instance attribute | Private | See coding | 20130208 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | Get Instance of DB Access (BO Based) | 20130208 |
2 | ![]() |
Instance method | Private | Method | Get Instance of DB Access (Entity Based) | 20130208 |
3 | ![]() |
Instance method | Private | Event handling method | Handle Event "Finished" of the Transaction Handler | 20111020 |
4 | ![]() |
Instance method | Private | Event handling method | Handle Event "Save Requested" of the Transaction Handler | 20111013 |
5 | ![]() |
Instance method | Private | Method | Initialize Transaction | 20111013 |
6 | ![]() |
Static method | Public | Method | Get an Instance (Singleton) | 20110923 |
7 | ![]() |
Static method | Public | Method | Inject (for Testing) | 20110923 |
Events
Class CL_STW_BO_DB_ACCESS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_BO_ACCESS | Private | See coding | 20130208 | 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_ENTITY_ACCESS | Private | See coding | 20130208 | BEGIN OF ts_entity_access,
application_id TYPE clb_application_id,
entity_type TYPE stw_entity_type,
entity_id TYPE stw_entity_id,
entity_ref TYPE REF TO lcl_entity,
END OF ts_entity_access
|
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 | 20130208 | |||
2 | ![]() |
IV_BO_ID | Call by reference | Type reference (TYPE) | STW_BO_ID | 20130208 | |||
3 | ![]() |
RO_BO_REF | Value transfer | Object reference (TYPE REF TO) | LCL_BO | 20130208 |
Method GET_BO_ACCESS on class CL_STW_BO_DB_ACCESS has no exception.
Method GET_ENTITY_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 | 20130208 | |||
2 | ![]() |
IV_ENTITY_ID | Call by reference | Type reference (TYPE) | STW_ENTITY_ID | 20130208 | |||
3 | ![]() |
IV_ENTITY_TYPE | Call by reference | Type reference (TYPE) | STW_ENTITY_TYPE | 20130208 | |||
4 | ![]() |
RO_ENTITY_REF | Value transfer | Object reference (TYPE REF TO) | LCL_ENTITY | 20130208 |
Method GET_ENTITY_ACCESS on class CL_STW_BO_DB_ACCESS has no exception.
Method HANDLE_FINISHED Signature
Method HANDLE_FINISHED on class CL_STW_BO_DB_ACCESS has no parameter.
Method HANDLE_FINISHED on class CL_STW_BO_DB_ACCESS has no exception.
Method HANDLE_SAVE_REQUESTED Signature
Method HANDLE_SAVE_REQUESTED on class CL_STW_BO_DB_ACCESS has no parameter.
Method HANDLE_SAVE_REQUESTED on class CL_STW_BO_DB_ACCESS has no exception.
Method INIT_TRANSACTION Signature
Method INIT_TRANSACTION on class CL_STW_BO_DB_ACCESS has no parameter.
Method INIT_TRANSACTION on class CL_STW_BO_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_DB_ACCESS | 20110923 |
Method S_GET_INSTANCE on class CL_STW_BO_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 | 20111014 |
Method S_INJECT on class CL_STW_BO_DB_ACCESS has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 732 |