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 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 CL_ABAP_EXCEPTIONAL_VALUES 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 ENTITY_MANAGER Instance attribute Private Object reference (TYPE REF TO) CL_CRM_BOL_ENTITY_MANAGER Entity Manager 20061024
2 FAILED_OBJECTS Instance attribute Protected Type reference (TYPE) CRMT_GENIL_OBJ_INSTANCE_TAB Table of Object Instances in Generic IL 20090504
3 FINISHED_TX_TAB Instance attribute Protected Object reference (TYPE REF TO) CRMT_BOL_TX_MANAG_TAB Table of Transaction Contexts 20070824
4 HANDLE Static Attribute Private Type reference (TYPE) INT4 0 Natural Number 20030122
5 ID Instance attribute Protected Type reference (TYPE) CRMT_GENIL_OBJECT_ID Object ID in Generic Interaction Layer 20030127
6 KEEP_LOCKS Instance attribute Protected Type reference (TYPE) ABAP_BOOL 20040804
7 MAX_HANDLE Static Attribute Private Type reference (TYPE) INT4 Maximum Permitted Handle 20030127
8 RELOCK_ENTITIES_TAB Instance attribute Protected Type reference (TYPE) CRMT_GENIL_OBJ_INSTANCE_TAB Table of Object Instances in Generic IL 20040804
9 TRANSACTION_TAB Instance attribute Protected Object reference (TYPE REF TO) CRMT_BOL_TX_MANAG_TAB Table of Transaction Contexts 20030109
Methods
# Method Level Visibility Method type Description Created on
1 ADD_TX_CONTEXT Instance method Public Method Add New Transaction Context 20030109
2 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20030127
3 CONSTRUCTOR Instance method Public Constructor Constructor 20030127
4 FINISH_TRANSACTION Instance method Protected Method 20030109
5 GET_FAILED_OBJECTS Instance method Public Method Returns the Key of Objects with Errors on Save 20090504
6 GET_NEW_HANDLE Instance method Protected Method 20030127
7 GET_TX_CONTEXT Instance method Public Method Returns Transaction Context for an Entity 20030109
8 ON_ACTION_REQUESTED Instance method Protected Event handling method 20100504
9 ON_AFTER_LUW_FINISHED Instance method Protected Event handling method 20030425
10 ON_CUSTOM_TX_CONTEXT_REQUESTED Instance method Protected Event handling method Custom Transaction Context Has Been Requested 20110414
11 ON_OBJECT_LOCKED Instance method Protected Event handling method Event Handler 20061024
12 ON_OBJECT_MODIFIED Instance method Protected Event handling method Event Handler 20061024
13 ON_TX_FINISHED Instance method Protected Event handling method 20030122
14 REMOVE_TX_CONTEXT Instance method Public Method Removes the Transaction Context for an Entity 20030109
15 START_RECORDING Instance method Public Method Start Change Recording 20061024
16 STOP_RECORDING Instance method Public Method Stop Change Recording 20061024
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 Importing 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 Returning 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 Returning 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 Importing IV_NAMESPACE Call by reference Type reference (TYPE) GENILT_NAMESPACE Namensraum 20090714
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) CRMT_GENIL_OBJECT_ID Objekt ID im generischen Interaction Layer 20030109
3 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME externer Name eines Objekts 20030109
4 Returning 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 Importing ACTION Call by reference Attribute reference (LIKE) 20100504
2 Importing PARAM Call by reference Attribute reference (LIKE) 20100504
3 Importing RESULT Call by reference Attribute reference (LIKE) 20100504
4 Importing 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 Importing 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 Importing REF_TO_CUSTOM_TX_CONTEXT_REF Value transfer Attribute reference (LIKE) >INVALID< 20110414
2 Importing 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 Importing 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 Importing 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 Importing INSTANCE Call by reference Attribute reference (LIKE) 20030122
2 Importing 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 Importing IV_NAMESPACE Call by reference Type reference (TYPE) GENILT_NAMESPACE Namensraum 20090714
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) CRMT_GENIL_OBJECT_ID Objekt ID im generischen Interaction Layer 20030109
3 Importing IV_OBJECT_NAME Call by reference Type reference (TYPE) CRMT_EXT_OBJ_NAME externer Name eines Objekts 20030109
4 Returning 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