‎2006 Jun 21 12:14 PM
hi all,
how can i initialize (i.e. give default values for) SAP LOGON screen (i.e. Client and username) ??
Thanks in advance..
--Tejas
‎2006 Jun 21 12:18 PM
default client is controlled by value for profile parameter
login/system_client
and i dont think you can default user id.
Regards
Raja
‎2006 Jun 21 12:37 PM
‎2006 Jun 21 12:57 PM
Hi,
you can create a link on your desktop for the sapgui program
with target
C:\Program Files\SAP\FrontEnd\SAPgui\sapshcut.exe" -user=USERNAME -pw=PASSWORD -language=en -system=Pxx -client=100 -sysname="<name in Saplogon>" -command="se80"
Depending on your PCs settings you may not be able to store your password. So you have to reenter it when aked.
If definitely nobody else has access to your desktop or if you feel unsafe, just leave out the password parameter.
Regards,
Clemens
‎2006 Jun 22 11:01 AM
Thanks Clemens,
but can u tell me how do i pass the following parameters that u mentioned??
-user=USERNAME -pw=PASSWORD -language=en -system=Pxx -client=100 -sysname="<name in Saplogon>" -command="se80"
regards,
tejas
‎2006 Jun 22 3:14 PM
Hi,
this is another question: "How do I create a link on my Windows desktop?"
Answer (WinXP)
On your desktop, in an empty area, use right mouse button (context menu): New->Link
A Popup will ask you the storage location for the link. Enter "C:\Documents and Settings\<your user name>\Desktop".
Continue.
Next popup asks for name of link. Enter "SAPlogon4Dummies". Complete this.
Now, right mouse click on your newlly-created link, properties.
In the target field enter the complete string I mentioned above:
C:\Program Files\SAP\FrontEnd\SAPgui\sapshcut.exe" -user=USERNAME -pw=PASSWORD -language=en -system=Pxx -client=100 -sysname="<name in Saplogon>" -command="se80"
Click OK. That's all.
Hope you can follow this guide.
Regards,
Clemens