Purpose:Auto logon to SAP server using "ELOGON.sjs" file.
Usage:User will be navigated to Easy Access screen as soon as clicked on server connection on "SAP LOGON" pad, eliminating the manual entry of username and password.
Liquid UI Code///////////////ELOGON.sjs//////////////////////////////set("F[User]","username");
// sap user nameset("F[Password]","password");
// sap passwordenter();
Password can be encrypted and decrypted then assigned to variable which in turn can be passed to "Password" inputfiled with a simple WS function using "RC4 Encryption Algorithm".
Please see below link for more information on encrypting and decrypting the password.
http://www.guixt.com/forum/index.php?topic=241.msg245#msg245