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.