SAP TABLES

gw/startup SAP Parameter attribute - File read during startup to start external server








gw/startup is a SAP Parameter attribute which is used to control File read during startup to start external server 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/startup profile paramerter attributes


Parameter Name: gw/startup
Description: File read during startup to start external server
Default Value: $(DIR_DATA)$(DIR_SEP)$(FN_GWSTARTUP)
Parameter Type ( See IF_PARAMETER_TYPES): String(STRING)
Restriction Values:
Parameter Unit:
Parameter Group: Gateway
CSN Component: BC-CST-GW
System-Wide parameter: No
Dynamic Parameter: No
Vector Parameter: No
Has Sub-Parameters: No
Check Function Exists: No

Parameter documentation

This file is read during the startup of the gateway to start CPIC/RFC servers that need to register with the gateway.
Syntax The file is interpreted as follows: Local startup of programs local program [parameter ...] Remote startup of programs hostname program [parameter ...] ";*!" can be used as comment characters. The individual parameters in the file must be separated by tabs.
Example On NT, the options (starting with '-' ) or strings containing a '/' have to be placed within quotation marks:
For example, local "/priv/cpict2" "-tp" cpict2 "-gwhost" p29290 "-gwserv" sapgw53 (local program startup) local /usr/sap/PRD/SYS/exe/run/cpicserver -tp cpicsrv -gwhost uw1033 -gwserv sapgw53 (local program startup and activation of gateway monitoring (this monitor is activated using the keyword GWCHECK) If the program terminates, it is restarted by the gateway. This check can be performed a maximum of every gw/max_sleep seconds. local GWCHECK /usr/sap/PRD/SYS/exe/run/cpicserver -tp cpicsrv -gwhost uw103 -gwserv sapgw53 (remote program startup on machine hw1439) hw1439 /usr/sap/PRD/SYS/exe/run/rfcserver -tp rfcsrv -gwhost uw1033 -gwserv sapgw53

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