Liquid UI Forum

Using Your Liquid UI Products => Desktop Product (SAP GUI, Excel and PDF) => Topic started by: Rahul Gera on July 18, 2019, 04:40:30 PM

Title: RFC Connect Statement and options
Post by: Rahul Gera 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