Liquid UI Forum

Using Your Liquid UI Products => Desktop Product (SAP GUI, Excel and PDF) => Topic started by: Ashfaq Ahmed on August 26, 2020, 03:30:28 AM

Title: RFC Password encryption using Liquid UI
Post by: Ashfaq Ahmed on August 26, 2020, 03:30:28 AM
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.....