cancel
Showing results for 
Search instead for 
Did you mean: 

Need help with GUIXT script

Former Member
0 Kudos

Hello,

I am using guixt to automatically logon to SAP using the below script:

If V[_database=ABC]

Set F[RSYST-MANDT] "100"

Set F[RSYST-BNAME] "pinjani"

Set F[RSYST-BCODE] "Secret123**"

Set F[RSYST-LANGU] "EN"

Enter

Endif

Where in, ABC is system Id, 100 is Client, pinjani is user name, Secret123** is password, EN is logon language.

This way i will always logon to Client 100 of ABC system, I am looking for a way to make it possible to logon to other clients also like 500.

I know that multiple IF's can be written for different clients but once the condition is met next If will not matter so it will always logon to client 100.

One way of this is giving user a prompt to enter the desired client, but I am stuck on how to do it.

Please help if you have any idea how it can be done.

Thank you in advance,

Ravi Pinjani.

Accepted Solutions (0)

Answers (2)

Answers (2)

tholuganti
Active Participant
0 Kudos

Hi Ravi,

Please check the script from the link below that I wrote for multiple client login using GUIXT:

GUIXT script to log into SAP (option for multiple clients as well!)

Let me know if this resolved your need.

Regards,

Raj

Message was edited by: Eric VanDeCatsije removed point rewards query

Former Member
0 Kudos

My first thought is, "You're putting your password in plaintext in a GUIXT script? Really?" I would strongly advise against doing that. As, I hope, would your IT security people...

Steve.

Colleen
Advisor
Advisor
0 Kudos

risk aside, I can just imagine forgetting to update your script for a password change and locking your account out (then scratching head wondering why it's failing)