cancel
Showing results for 
Search instead for 
Did you mean: 

Directly login via shortcut?

Former Member
0 Kudos

Hi there,

is there any possibility to use the saplogon.exe installed on windows os to connect and login to a system directly via shortcut?

I mean sth like

saplogon.exe -user=ides -pw=ides -host=127.0.0.1 ( ... etc ... ).

Is there some documentation about the extension hat can be used for directly login?

Thanks a lot

Kind regards

Max

Accepted Solutions (1)

Accepted Solutions (1)

debasissahoo
Active Contributor
0 Kudos

Hi Max,

in addition to my last reply, one more thing..

instead of - sapshcut system=<SID> -guiparm="<host> <nr>"

you can also write

sapshcut sysname=<description that your logon pad entry for the system>

other things will remain same. but in this case the entry description should already be created/present in the sapgui.

Regards,

Debasis.

Answers (1)

Answers (1)

debasissahoo
Active Contributor
0 Kudos

Hi Max,

Yes thats possible by using sapshcut.exe.

you can just test by writing below in a command prompt.

go to the folder which contains sapgui/sapshcut. (e.g... programfiles\sap\frontend\sapgui\)

then run the command from command prompt,

sapshcut system=<SID> -guiparm="<host> <nr>" -clt=<nnn> -wsz=Maximized -u=<user> -pw=<password>

where,

<SID> = system ID

<host> = host of the server

<nr> = two digit system number

<nnn> = client number

<user> = user ID

<pw> = <password>

-command = <tcode> --- optional..you can give this to directly start a particular tcode while starting.

let me know if it works or not.

Regards,

Debasis.