Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Default Values on Logon Screen..

Former Member
0 Likes
1,929

hi all,

how can i initialize (i.e. give default values for) SAP LOGON screen (i.e. Client and username) ??

Thanks in advance..

--Tejas

5 REPLIES 5
Read only

athavanraja
Active Contributor
0 Likes
923

default client is controlled by value for profile parameter

login/system_client

and i dont think you can default user id.

Regards

Raja

Read only

santhosh_patil
Contributor
0 Likes
923

hi,

i think you can do it using TCODE : <b>RZ10</b>

Read only

Clemenss
Active Contributor
0 Likes
923

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

Read only

Former Member
0 Likes
923

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

Read only

Clemenss
Active Contributor
0 Likes
923

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