SAP ABAP Class CL_CRM_BOL_CUSTOM_TX_CTXT (Collection Container for Transaction Contexts)
Hierarchy
☛
WEBCUIF (Software Component) SAP Web UI Framework
⤷
CA-WUI-GOL-BOL (Application Component) Business Object Layer
⤷
CRM_BOL (Package) CRM Business Object Layer
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BOL_ENTITY_ACCESS | 20040922 | |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_BOL_TRANSACTION_CONTEXT | Access Interface for Transaction Contexts | 20030109 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CRM_BOL_CUSTOM_TX_CTXT2 | Strong binding Custom TX Context | 20090305 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_CRM_BOL_TX_MANAGER | BOL Transaction Manager | 20030109 |
Properties
| Class | CL_CRM_BOL_CUSTOM_TX_CTXT | |
| Short Description | Collection Container for Transaction Contexts | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | CRM_BOL | CRM Business Object Layer |
| Created | 20030109 | SAP |
| Last change | 20130531 | SAP |
| 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) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_BOL_ENTITY_ACCESS | 20040922 | |||
| 2 | IF_BOL_TRANSACTION_CONTEXT | Access Interface for Transaction Contexts | 20030109 |
Friends
Class CL_CRM_BOL_CUSTOM_TX_CTXT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CRM_BOL_ENTITY_MANAGER | Entity Manager | 20061024 | |||
| 2 | Instance attribute | Protected | Type reference (TYPE) | CRMT_GENIL_OBJ_INSTANCE_TAB | Table of Object Instances in Generic IL | 20090504 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CRMT_BOL_TX_MANAG_TAB | Table of Transaction Contexts | 20070824 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | INT4 | 0 | Natural Number | 20030122 | ||
| 5 | Instance attribute | Protected | Type reference (TYPE) | CRMT_GENIL_OBJECT_ID | Object ID in Generic Interaction Layer | 20030127 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | ABAP_BOOL | 20040804 | ||||
| 7 | Static Attribute | Private | Type reference (TYPE) | INT4 | Maximum Permitted Handle | 20030127 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | CRMT_GENIL_OBJ_INSTANCE_TAB | Table of Object Instances in Generic IL | 20040804 | |||
| 9 | Instance attribute | Protected | Object reference (TYPE REF TO) | CRMT_BOL_TX_MANAG_TAB | Table of Transaction Contexts | 20030109 |
Methods
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | AFTER_LUW_FINISHED | Instance Event (0) |
Protected (1) |
20030425 |
Types
Class CL_CRM_BOL_CUSTOM_TX_CTXT has no local type.
Method Signatures
Method ADD_TX_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TX_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_BOL_TRANSACTION_CONTEXT | Zugriffinterface für Transaktionskontexte | 20030109 |
Method ADD_TX_CONTEXT on class CL_CRM_BOL_CUSTOM_TX_CTXT has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_CRM_BOL_CUSTOM_TX_CTXT has no parameter.
Method CLASS_CONSTRUCTOR on class CL_CRM_BOL_CUSTOM_TX_CTXT has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_CRM_BOL_CUSTOM_TX_CTXT has no parameter.
Method CONSTRUCTOR on class CL_CRM_BOL_CUSTOM_TX_CTXT has no exception.
Method FINISH_TRANSACTION Signature
Method FINISH_TRANSACTION on class CL_CRM_BOL_CUSTOM_TX_CTXT has no parameter.
Method FINISH_TRANSACTION on class CL_CRM_BOL_CUSTOM_TX_CTXT has no exception.
Method GET_FAILED_OBJECTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_RESULT | Value transfer | Type reference (TYPE) | CRMT_GENIL_OBJ_INSTANCE_TAB | Tabelle von Objektinstanzen im generischen IL | 20090504 |
Method GET_FAILED_OBJECTS on class CL_CRM_BOL_CUSTOM_TX_CTXT has no exception.
Method GET_NEW_HANDLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_HANDLE | Value transfer | Type reference (TYPE) | INT4 | Natürliche Zahl | 20030127 |
Method GET_NEW_HANDLE on class CL_CRM_BOL_CUSTOM_TX_CTXT has no exception.
Method GET_TX_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAMESPACE | Call by reference | Type reference (TYPE) | GENILT_NAMESPACE | Namensraum | 20090714 | |||
| 2 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | CRMT_GENIL_OBJECT_ID | Objekt ID im generischen Interaction Layer | 20030109 | |||
| 3 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | CRMT_EXT_OBJ_NAME | externer Name eines Objekts | 20030109 | |||
| 4 | RV_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_BOL_TRANSACTION_CONTEXT | Zugriffinterface für Transaktionskontexte | 20030109 |
Method GET_TX_CONTEXT on class CL_CRM_BOL_CUSTOM_TX_CTXT has no exception.
Method ON_ACTION_REQUESTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTION | Call by reference | Attribute reference (LIKE) | 20100504 | |||||
| 2 | PARAM | Call by reference | Attribute reference (LIKE) | 20100504 | |||||
| 3 | RESULT | Call by reference | Attribute reference (LIKE) | 20100504 | |||||
| 4 | SENDER | Call by reference | Attribute reference (LIKE) | 20100504 |
Method ON_ACTION_REQUESTED on class CL_CRM_BOL_CUSTOM_TX_CTXT has no exception.
Method ON_AFTER_LUW_FINISHED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SENDER | Call by reference | Attribute reference (LIKE) | 20040609 |
Method ON_AFTER_LUW_FINISHED on class CL_CRM_BOL_CUSTOM_TX_CTXT has no exception.
Method ON_CUSTOM_TX_CONTEXT_REQUESTED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | REF_TO_CUSTOM_TX_CONTEXT_REF | Value transfer | Attribute reference (LIKE) | >INVALID< | 20110414 | ||||
| 2 | SENDER | Call by reference | Attribute reference (LIKE) | 20110414 |
Method ON_CUSTOM_TX_CONTEXT_REQUESTED on class CL_CRM_BOL_CUSTOM_TX_CTXT has no exception.
Method ON_OBJECT_LOCKED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INSTANCE | Call by reference | Attribute reference (LIKE) | 20061024 |
Method ON_OBJECT_LOCKED on class CL_CRM_BOL_CUSTOM_TX_CTXT has no exception.
Method ON_OBJECT_MODIFIED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INSTANCE | Call by reference | Attribute reference (LIKE) | 20061024 |
Method ON_OBJECT_MODIFIED on class CL_CRM_BOL_CUSTOM_TX_CTXT has no exception.
Method ON_TX_FINISHED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | INSTANCE | Call by reference | Attribute reference (LIKE) | 20030122 | |||||
| 2 | SENDER | Call by reference | Attribute reference (LIKE) | 20030122 |
Method ON_TX_FINISHED on class CL_CRM_BOL_CUSTOM_TX_CTXT has no exception.
Method REMOVE_TX_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAMESPACE | Call by reference | Type reference (TYPE) | GENILT_NAMESPACE | Namensraum | 20090714 | |||
| 2 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | CRMT_GENIL_OBJECT_ID | Objekt ID im generischen Interaction Layer | 20030109 | |||
| 3 | IV_OBJECT_NAME | Call by reference | Type reference (TYPE) | CRMT_EXT_OBJ_NAME | externer Name eines Objekts | 20030109 | |||
| 4 | RV_RESULT | Value transfer | Object reference (TYPE REF TO) | IF_BOL_TRANSACTION_CONTEXT | Zugriffinterface für Transaktionskontexte | 20030109 |
Method REMOVE_TX_CONTEXT on class CL_CRM_BOL_CUSTOM_TX_CTXT has no exception.
Method START_RECORDING Signature
Method START_RECORDING on class CL_CRM_BOL_CUSTOM_TX_CTXT has no parameter.
Method START_RECORDING on class CL_CRM_BOL_CUSTOM_TX_CTXT has no exception.
Method STOP_RECORDING Signature
Method STOP_RECORDING on class CL_CRM_BOL_CUSTOM_TX_CTXT has no parameter.
Method STOP_RECORDING on class CL_CRM_BOL_CUSTOM_TX_CTXT has no exception.
Event Signatures
Event AFTER_LUW_FINISHED Signature
Event AFTER_LUW_FINISHED on class CL_CRM_BOL_CUSTOM_TX_CTXT has no parameter.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 400 |