SAP ABAP Class /SDF/CL_EM_TRANSACTION_CTR (Transaction control)
Hierarchy
☛
ST-PI (Software Component) SAP Solution Tools Plug-In
⤷
SV-SMG-DIA-APP-EM (Application Component) Exception Management
⤷
/SDF/EM_IPA_7X (Package) ABAP Instrumentation Platform for Exception Management
⤷
⤷
Properties
| Class | /SDF/CL_EM_TRANSACTION_CTR | |
| Short Description | Transaction control | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /SDF/EM_IPA_7X | ABAP Instrumentation Platform for Exception Management |
| Created | 20110601 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class /SDF/CL_EM_TRANSACTION_CTR has no interface implemented.
Friends
Class /SDF/CL_EM_TRANSACTION_CTR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | TY_TRANSACTION_END_KIND | CL_SYSTEM_TRANSACTION_STATE=>COMMIT_WORK | Type of Transaction End: COMMIT or ROLLBACK | 20110601 | ||
| 2 | Constant | Public | Type reference (TYPE) | TY_TRANSACTION_END_KIND | CL_SYSTEM_TRANSACTION_STATE=>ROLLBACK_WORK | Type of Transaction End: COMMIT or ROLLBACK | 20110601 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | 20110601 | ||
| 2 | Static method | Private | Event handling method | Event handler for transaction finished event of Basis class | 20110601 |
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | AFTER_TRANSACTION_END | Static Event (1) |
Public (2) |
20110601 | |
| 2 | BEFORE_TRANSACTION_END | Static Event (1) |
Public (2) |
20110601 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_TRANSACTION_END_KIND | Public | Type reference (TYPE) | TRANS_END | Type of Transaction End: COMMIT or ROLLBACK | 20110601 | |
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class /SDF/CL_EM_TRANSACTION_CTR has no parameter.
Method CLASS_CONSTRUCTOR on class /SDF/CL_EM_TRANSACTION_CTR has no exception.
Method ON_AFTER_TRANSACTION_END Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KIND | Call by reference | Attribute reference (LIKE) | 20110601 |
Method ON_AFTER_TRANSACTION_END on class /SDF/CL_EM_TRANSACTION_CTR has no exception.
Event Signatures
Event AFTER_TRANSACTION_END Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KIND | Exporting | Value transfer | Type reference (TYPE) | TY_TRANSACTION_END_KIND | Type of Transaction End: COMMIT or ROLLBACK | 20110601 |
Event BEFORE_TRANSACTION_END Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | KIND | Exporting | Value transfer | Type reference (TYPE) | TY_TRANSACTION_END_KIND | Type of Transaction End: COMMIT or ROLLBACK | 20110601 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 2008_1_700 |