Purpose: To Encrypt Liquid UI RFC Password.
Please follow the steps below:
Step-1: Enter /wsmessage(encrypt("YOUR PASSWORD"),1) on SAP Screen (in the tcode box) and hit enter.
Step-2: "Message" Window will Pop-up, Copy the Encrypted Password from the Message Field.
Step-3: Put the Copied Encrypted Password into the guixt.sjs file as shown below.
rfcuser = "GXTRFC";
rfcencryptedpassword = "encrypted password";
Refer to the Attachment for Clarity.....