Function With RfcConnect you can define the RFC connection to an external system or define further parameters for a connection.
Example RfcConnect parameters="MSHOST=/H/10.0.1.220/S/3201/80.152.154.224 R3NAME=ECQ GROUP=PUBLIC"

Effect: All following Call commands will use the given connection parameters.
 

RfcConnect parameters="TRACE=2"

Effect: The SAP NWRFC interface generates a trace file, level 2 (from 0 to 3). The trace file is stored in the current SAP GUI directory ("Client environment" display in SAP GUI).


RfcConnect
parameters=""

Effect: The following Call commands will use the normal GuiXT RFC connection again.

Format RfcConnect parameters="[SAP RFC connection string]"
Tips & Tricks
  • You can specify user and password. If not specified, the GuiXT profile values will be used.
  • Please see the SAP documentation for the RFC connection string details.
  • You need to double " within the connection string. Example:
    RfcConnect parameters="SAPLOGON_ID=QC6 CLIENT=200 USER=""gx45"" PASSWD=""jL76@"" "
Components GuiXT + InputAssistant