Hierarchy
⤷
⤷
Basic Data
| Data Element | DBCON_MAX_CONNECTIONS |
| Short Description | Maximum Number of Connections |
Data Type
| Category of Dictionary Type | D | Domain |
| Type of Object Referenced | No Information | |
| Domain / Name of Reference Type | INT1 | |
| Data Type | INT1 | 1-byte integer, integer number <= 255 |
| Length | 3 | |
| Decimal Places | 0 | |
| Output Length | 3 | |
| 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 | Conn.Limit |
| Medium | 16 | Connection Limit |
| Long | 20 | Connection Limit |
| Heading | 35 | Maximum Number of Connections |
Documentation
Definition
Defines the maximum number of simultaneous database connections that can be opened for the logical connection names in a running SAP R/3 transaction. Additional connection requests (CONNECT) are rejected. The initial value 0 has the special meaning, that the maximum is expanded to the maximum value of the value range (255).
Use
A database connection cannot be shared by multiple SAP R/3 work processes. Each work process requires its own (private) database connections. If there are a large number of database connections and a large number of work processes, this can lead to resource problems of the database server. The parameter is suited to defining a limit for this resource usage, even during development.
Dependencies
Example
DBCON_MAX_CONNECTIONS = 0: Maximum of 255 DB connections
DBCON_MAX_CONNECTIONS = 1: Maximum of 1 DB connection
DBCON_MAX_CONNECTIONS = 5: Maximum of 5 DB connections
History
| Last changed by/on | SAP | 20130604 |
| SAP Release Created in | 640 |