SAP TABLES

gw/rem_start SAP Parameter attribute - How to start remote executables








gw/rem_start is a SAP Parameter attribute which is used to control How to start remote executables 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/rem_start profile paramerter attributes


Parameter Name: gw/rem_start
Description: How to start remote executables
Default Value: REMOTE_SHELL
Parameter Type ( See IF_PARAMETER_TYPES): Enumerations(ENUM)
Restriction Values: REMOTE_SHELL SSH_SHELL REXEC DISABLED
Parameter Unit:
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 determines how remote CPIC programs are to be started: REMOTE_SHELL Start via remote shell SSH_SHELL Start via secure shell REXEC Start via rexec DISABLED Remote starting of programs deactivated. Remote programs to be started via remote shell always run under the "gateway" identification. If remote programs are started using rexec, they run under the identification defined by the parameters SAPUSERNAME and SAPPASSWORD.

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