SAP ABAP Class CL_SWF_UTL_DBCON_FACTORY (Gets Database Connections)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-BMT-WFM (Application Component) SAP Business Workflow
     SWF_UTL (Package) Workflow: Tools
Properties
Class CL_SWF_UTL_DBCON_FACTORY  
Short Description Gets Database Connections    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWF_UTL   Workflow: Tools 
Created 20040428   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_SWF_UTL_DBCON_FACTORY has no forward declaration.
Interfaces
Class CL_SWF_UTL_DBCON_FACTORY has no interface implemented.
Friends
Class CL_SWF_UTL_DBCON_FACTORY has no friend class.
Attributes
Class CL_SWF_UTL_DBCON_FACTORY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 COMMIT_CONNECTION Static method Public Method Commit a Database Connection 20040428
2 ROLLBACK_CONNECTION Static method Public Method Rollback a Database Connection 20040428
Events
# Event Type Visibility Description Created on
1 COMMIT_REQUESTED Static Event
(1)
Public
(2)
Receive Commit Request for a Database Connection 20040428
2 ROLLBACK_REQUESTED Static Event
(1)
Public
(2)
Receive Rollback Request for a Database Connection 20040428
Types
Class CL_SWF_UTL_DBCON_FACTORY has no local type.
Method Signatures

Method COMMIT_CONNECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONNECTION_NAME Value transfer Type reference (TYPE) DBCON_NAME Name der DB-Verbindung für den Workflow-Trace 20040428
2 Importing NOTIFY Call by reference Type reference (TYPE) XFLAG SPACE 'X' - Ereignis 'commit_requested' wird gefeuert 20040428
3 Returning RETURNCODE Value transfer Type reference (TYPE) SYSUBRC 99 - Verbindungsname ist initial; sonst sy-subrc 20040428

Method COMMIT_CONNECTION on class CL_SWF_UTL_DBCON_FACTORY has no exception.

Method ROLLBACK_CONNECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONNECTION_NAME Value transfer Type reference (TYPE) DBCON_NAME Name der DB-Verbindung für den Workflow-Trace 20040428
2 Importing NOTIFY Call by reference Type reference (TYPE) XFLAG SPACE 'X' - Ereignis 'rollback_requested' wird gefeuert 20040428
3 Returning RETURNCODE Value transfer Type reference (TYPE) SYSUBRC 99 - Verbindungsname ist initial; sonst sy-subrc 20040428

Method ROLLBACK_CONNECTION on class CL_SWF_UTL_DBCON_FACTORY has no exception.
Event Signatures

Event COMMIT_REQUESTED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 CONNECTION_NAME Exporting Value transfer Type reference (TYPE) DBCON_NAME Logischer Name einer Datenbankverbindung 20040428

Event ROLLBACK_REQUESTED Signature
# Parameter Type Pass Value Optional Typing Method Associated Type Default value Description Created on
1 CONNECTION_NAME Exporting Value transfer Type reference (TYPE) DBCON_NAME Logischer Name einer Datenbankverbindung 20040428
History
Last changed by/on SAP  20110908 
SAP Release Created in 700