SAP TABLES

gw/conn_disconnect SAP Parameter attribute - Timeout to remove connections in state DISCONNECT








gw/conn_disconnect is a SAP Parameter attribute which is used to control Timeout to remove connections in state DISCONNECT information. This is available within R/3 SAP systems depending on the version and release level.

Below is the standard documentation available and a few details of the attributes values .

gw/conn_disconnect profile paramerter attributes


Parameter Name: gw/conn_disconnect
Description: Timeout to remove connections in state DISCONNECT
Default Value: 900
Parameter Type ( See IF_PARAMETER_TYPES): Integer range(INT_RANGE)
Restriction Values: 0 86400
Parameter Unit: sec
Parameter Group: Gateway
CSN Component: BC-CST-GW
System-Wide parameter: No
Dynamic Parameter: Yes
Vector Parameter: No
Has Sub-Parameters: No
Check Function Exists: No

Parameter documentation

This parameter defines the time after which connections in status DISCONNECT are released. A connection goes into the status DISCONNECT when one side of the connection breaks off due to an error, but the other side has read the error information. A value of 0 deactivates the release of such connections. This check can be performed a maximum of every gw/max_sleep seconds. It therefore makes no sense to specify a value smaller than gw/max_sleep. Connections to registered server programs are not canceled. In this case, the parameter has no effect.

See SAP Parameter Documentation for full SAP documentation for this profile parameter.