SAP ABAP Class CL_DBI_TRANSACTION_STATE (Signals the end of a DB transaction)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB-DBI (Application Component) DB-Independent Database Interface
⤷
SDB_DBI (Package) General Database Interface
⤷
⤷
Properties
| Class | CL_DBI_TRANSACTION_STATE | |
| Short Description | Signals the end of a DB transaction | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SDB_DBI | General Database Interface |
| Created | 20130910 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_DBI_TRANSACTION_STATE has no forward declaration.
Interfaces
Class CL_DBI_TRANSACTION_STATE has no interface implemented.
Friends
Class CL_DBI_TRANSACTION_STATE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | TRANS_END | 'C' | Type of Transaction End: COMMIT or ROLLBACK | 20130910 | ||
| 2 | Constant | Public | Type reference (TYPE) | TRANS_END | 'R' | Type of Transaction End: COMMIT or ROLLBACK | 20130910 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Triggers the event DB_TRANSACTION_FINISHED | 20130910 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | DB_TRANSACTION_FINISHED | Static Event (1) |
Public (2) |
Is triggered at the end of DB_COMMIT and DB_ROLLBACK | 20130910 |
Types
Class CL_DBI_TRANSACTION_STATE has no local type.
Method Signatures
Method RAISE_DB_TRANSACTION_FINISHED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_KIND | Value transfer | Type reference (TYPE) | TRANS_END | Art des Transaktionsendes: COMMIT oder ROLLBACK | 20130910 |
Method RAISE_DB_TRANSACTION_FINISHED on class CL_DBI_TRANSACTION_STATE has no exception.
Event Signatures
Event DB_TRANSACTION_FINISHED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_KIND | Exporting | Value transfer | Type reference (TYPE) | TRANS_END | Art des Transaktionsendes: COMMIT oder ROLLBACK | 20130910 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |