SAP ABAP Class CL_CLB2_BO_DB_ACCESS (Business Object-Entity Assignment Database Access)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-AR-SM (Application Component) SAP UI Integration - Social Media Collaboration Enablement
⤷
CLB2_MAPPING (Package) Collaboration: Mapping
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CLB2_BO_DB_ACCESS | SAP Jam Business Object-Entity Assignment Database Access | 20130516 |
Properties
| Class | CL_CLB2_BO_DB_ACCESS | |
| Short Description | Business Object-Entity Assignment Database Access | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CLB2_MAPPING | Collaboration: Mapping |
| Created | 20130516 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CLB2_BO_DB_ACCESS | SAP Jam Business Object-Entity Assignment Database Access | 20130516 |
Friends
Class CL_CLB2_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_CLB2_BO_DB_ACCESS | CLAS CL_CLB2_BO_DB_ACCESS | 20130516 | |||
| 2 | Static Attribute | Private | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | CLAS CL_CLB2_BO_DB_ACCESS | 20130516 | ||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_CLB2_DB_TRANSACTION_HANDLER | Trasaction Handler | 20130516 | |||
| 4 | Instance attribute | Private | See coding | 20130516 | |||||
| 5 | Instance attribute | Private | See coding | 20130516 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | Get Instance of DB Access (BO Based) | 20130516 | |
| 2 | Instance method | Private | Method | Get Instance of DB Access (Entity Based) | 20130516 | |
| 3 | Instance method | Private | Event handling method | Handle Event "Finished" of the Transaction Handler | 20130516 | |
| 4 | Instance method | Private | Event handling method | Handle Event "Save Requested" of the Transaction Handler | 20130516 | |
| 5 | Instance method | Private | Method | Initialize Transaction | 20130516 | |
| 6 | Static method | Public | Method | Get an Instance (Singleton) | 20130516 | |
| 7 | Static method | Public | Method | Inject (for Testing) | 20130516 |
Events
Class CL_CLB2_BO_DB_ACCESS has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_BO_ACCESS | Private | See coding | 20130516 | BEGIN OF ts_bo_access,
application_id TYPE CLB2_APPLICATION_ID,
bo_id TYPE CLB2_BO_ID,
bo_ref TYPE REF TO lcl_bo,
END OF ts_bo_access
|
||
| 2 | TS_ENTITY_ACCESS | Private | See coding | 20130516 | BEGIN OF ts_entity_access,
application_id TYPE CLB2_APPLICATION_ID,
entity_type TYPE CLB2_ENTITY_TYPE,
entity_id TYPE CLB2_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) | CLB2_APPLICATION_ID | 20130516 | ||||
| 2 | IV_BO_ID | Call by reference | Type reference (TYPE) | CLB2_BO_ID | 20130516 | ||||
| 3 | RO_BO_REF | Value transfer | Object reference (TYPE REF TO) | LCL_BO | 20130516 |
Method GET_BO_ACCESS on class CL_CLB2_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) | CLB2_APPLICATION_ID | 20130516 | ||||
| 2 | IV_ENTITY_ID | Call by reference | Type reference (TYPE) | CLB2_ENTITY_ID | 20130516 | ||||
| 3 | IV_ENTITY_TYPE | Call by reference | Type reference (TYPE) | CLB2_ENTITY_TYPE | 20130516 | ||||
| 4 | RO_ENTITY_REF | Value transfer | Object reference (TYPE REF TO) | LCL_ENTITY | 20130516 |
Method GET_ENTITY_ACCESS on class CL_CLB2_BO_DB_ACCESS has no exception.
Method HANDLE_FINISHED Signature
Method HANDLE_FINISHED on class CL_CLB2_BO_DB_ACCESS has no parameter.
Method HANDLE_FINISHED on class CL_CLB2_BO_DB_ACCESS has no exception.
Method HANDLE_SAVE_REQUESTED Signature
Method HANDLE_SAVE_REQUESTED on class CL_CLB2_BO_DB_ACCESS has no parameter.
Method HANDLE_SAVE_REQUESTED on class CL_CLB2_BO_DB_ACCESS has no exception.
Method INIT_TRANSACTION Signature
Method INIT_TRANSACTION on class CL_CLB2_BO_DB_ACCESS has no parameter.
Method INIT_TRANSACTION on class CL_CLB2_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_CLB2_BO_DB_ACCESS | 20130516 |
Method S_GET_INSTANCE on class CL_CLB2_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 | 20130516 |
Method S_INJECT on class CL_CLB2_BO_DB_ACCESS has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 100 |