SAP TABLES

gw/conn_pending SAP Parameter attribute - timeout for pending connections








gw/conn_pending is a SAP Parameter attribute which is used to control timeout for pending connections 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_pending profile paramerter attributes


Parameter Name: gw/conn_pending
Description: timeout for pending connections
Default Value: 60
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


When setting up a connection to a gateway, an external program or via a saprouter, information needs to be exchanged. Until this has happened, the connection cannot be used and is flagged with CONN_PENDING. If the data is not exchanged within this time period, the connection is deleted. Value 0 deactivates this check. 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.

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