on ‎2021 Mar 11 7:30 PM
I have been using the following command line to log on to SAP for quite some time. Using this functionality saves me a ton of time when logging into different instances of SAP.
C:\Program Files (x86)\SAP\FrontEnd\SAPgui\sapshcut.exe -system=XXX -client=100 -user=UserName -pw=password -language=EN
Up until yesterday, I was using this without any issues. Now when I try to log on, I am getting the following message.

When I click ok, I get the following screens.


I have tried to enter the System Description (-sysname) and GUI Start Parameters (-guiparm) without any success.
Help menu shows the following, but can't seem to figure out what this command is missing.

Any suggestions on how I can get this working again?
I am using SAP Logon GUI 750.
Request clarification before answering.
I ultimately figured this out. The syntax that I used for SAP Logon version 770 is as follows.
START "" "C:\Program Files (x86)\SAP\FrontEnd\SAPgui\sapshcut.exe" -system=XXX -client=XXX -user=XXXXXXXX -pw=XXXXXXXX
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Joseph.
Your string almost is right, you have to add the description which same in your SAP logon pad.
Kindly following the string
sapshcut.exe -desc=(Same in SAPlogon pad) -system=SID -client=xxx -user=user -pw=password -language=EN
Regards
SS
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Joseph,
I am using a different syntax when calling SAPGUI (e.g. from my password manager):
sapgui.exe /SHORTCUT="-sid={SAP ID} -clt={SAP Client} -u={USERNAME} -pw={PASSWORD}
-l={Language}"
Full documentation is available in SAP note 103019.
https://launchpad.support.sap.com/#/notes/103019
Best, Rainer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Joseph.
1. Open the Windows command prompt and try to open the same string "sapshcut.exe -desc=(Same in SAPlogon pad) -system=SID -client=xxx -user=user -pw=password -language=EN"
2. From Execl try to use the following sting "Start sapshcut.exe -desc=(Same in SAPlogon pad) -system=SID -client=xxx -user=user -pw=password -language=EN"
Regards
Sriram
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Joseph.
From the command prompt are you able to open?
Regards
SS
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.