Author Topic: RFC Connect Statement and options  (Read 3794 times)

Rahul Gera

  • GuiXT Forum
  • Newbie
  • *
  • Posts: 88
    • View Profile
RFC Connect Statement and options
« on: July 18, 2019, 04:40:30 PM »
Purpose: Syntax of RFCConnect statement used in GuiXT.sjs file.

Syntax:
Application Server:
rfcconnect = ["IFDATABASE=DEV, CLIENT=120, ASHOST=APPServer, SYSNR=00"];

Message Server(Load Balancing Server):
rfcconnect = ["IFDATABASE=DEV, R3NAME=DEV, CLIENT=120, MSHOST=MSGServer, SYSNR=00, GROUP=PUBLIC, USE_SAPGUI=0, LCHECK=0"];

IFDATABASE: DataBase Name of the connected SAP Server

R3NAME: SAP Server System ID

CLIENT: Client Number that is being connected.

ASHOST: Application Server HOSTNAME or ip address

MSHOST: Message Server or Load Balancing Server HOSTNAME or ip address

GROUP: Server Group that is being direct to, in Load Balancing scenario.

LCHECK: License Check

USE_SAPGUI: To use or not use SAPgui connection details for RFC
« Last Edit: July 18, 2019, 04:42:40 PM by Rahul Gera »