SAP ABAP Data Element DBCON_RECO (Availability type for an open database connect)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
     SBAS (Package) Miscellaneous BASIS
Basic Data
Data Element DBCON_RECO
Short Description Availability type for an open database connect  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CHAR1_X    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Permanent 
Medium 15 Permanent 
Long 15 Permanent 
Heading 35 DB reconnect type permanent 
Documentation

Definition

Setting this flag affects what happens when an open database connection is lost due to a database failure or lost network connection.

Regardless of whether the flag is set, the work process tries to restore the lost connection. If this is not possible, the following happens:

DB-RECONNECT-TYP is not permanent (DBCON_RECO = BLANK):

The failure is ignored and the system starts the requested transaction. However, if the transaction needs the non-existent connection, it terminates.

DB-RECONNECT-TYP is permanent (DBCON_RECO = X):

After the connection is first lost, the system checks before each transaction call whether it can be restored. If this is not possible, the transaction is not started, regardless of whether it needed the special connection or not. The SAP system will only work when all permanent database connections have been restored.

You should set the flag if the database connection is essential, or when it is accessed very often.

When you start the system, the default connection has the implicit database reconnect type "permanent" (DBCON_RECO = 'X'), even though it does not appear in the table DBCON.

History
Last changed by/on SAP  20010130 
SAP Release Created in