Liquid UI Forum

Using Your Liquid UI Products => WS aka Web Scripts (Attended RPA for SAP) => Topic started by: Sabir Mohammad on January 25, 2018, 09:42:26 AM

Title: Enabling Liquid UI Modifications to Particular or Multiple SAP Systems
Post by: Sabir Mohammad on January 25, 2018, 09:42:26 AM
Purpose: Liquid UI screen modification enabled to a particular or multiple systems.

Pre-Requisites:
Make sure that the SAPgui is closed on the desktop before following these steps.

Steps:
1. Locate the file "guixt.sjs" from the following path.
    "C:\Program Files\SAP\FrontEnd\SAPgui"           --> 32Bit O.S
    "C:\Program Files (x86)\SAP\FrontEnd\SAPgui"  --> 64Bit O.S

2. Make the following entry to the file.
    enablesystem = "SYSTEM ID";                           --> for single R/3 system.
          Example: enablesystem = "TRT";                  -->  only TRT can access the scripts.
    enablesystem ["SYSTEM ID", "SYSTEM ID"];     --> for multiple R/3 systems.
         Example: enablesystem ["TRT", "TTX"];         --> multiple systems can access the scripts.

Refer attachments for clear understanding.