Author Topic: Liquid UI Web Server Connection to SAP R/3 Server  (Read 3633 times)

Rahul Gera

  • GuiXT Forum
  • Newbie
  • *
  • Posts: 88
    • View Profile
Liquid UI Web Server Connection to SAP R/3 Server
« on: August 28, 2017, 11:16:51 AM »
Purpose:
Configuration of Liquid UI web Server to Connect to SAP R/3 Server.

Sample SAPgui Connection:



In Config.JS file the below line need to added/modified, to connect to SAP Server

const R3_SERVER_NAME   = "/H/<APPLICATION-SERVER/IP>/S/32<Instance-PORT>"

const DEF_WEBPORT_BASE   = g_arArgs['_PORT']!=void 0?g_arArgs['_PORT']:"88";      // portnumber

In browser address, use the following url,
http://<serverhostname/IPAddress>:<portnumber>/GuiXT4Web/logon.gsp#
« Last Edit: July 25, 2019, 11:47:36 AM by Rahul Gera »