Using Your Liquid UI Products > WS aka Web Scripts (Attended RPA for SAP)

Enabling Liquid UI Modifications to Particular or Multiple SAP Systems

(1/1)

Sabir Mohammad:
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.

Navigation

[0] Message Index

Go to full version