cancel
Showing results for 
Search instead for 
Did you mean: 

Do anybody use silent Logon with not EN language?

Former Member
0 Kudos

I use LogonCtrl (wdtlog.ocx  size=623240):

oLogonCtrl = CreateObject("SAP.Logoncontrol.1")

I have a problem with the transmission and reception of characters of the Russian alphabet (RU)

In normal connection:

oConnection.logon(0, False)

we see on the screen dialog logon with fields of definition of language and other parameters. All parameters are assigned earlier:

oConnection.client = "qwe"

oConnection.user = "qwe"

oConnection.Password = "qwe"

oConnection.System = "qwe"

oConnection.Language = "RU"

they do not change , just click OK to confirm. In this case, all is well.

If I use the silent logon (without show logon-dialog):

oConnection.logon(0, True)

Language is not defined.

If I transfer to sap Russian characters I see in SAP unicode symbols instead of the normal Russian words.

If I get russian text from SAP, I have  ####  characters instead of the characters of the Russian alphabet.

All other parameters are passed correctly.

Do anybody know, is it bug in this control?  Must I find another  version of this control?

Accepted Solutions (0)

Answers (1)

Answers (1)

yuki_wang
Active Participant
0 Kudos

Hello,

Have you tried the latest GUI and patch level?

Best regards,
yuki

Former Member
0 Kudos

Hello!

I don't know. How can I check it ?

yuki_wang
Active Participant
0 Kudos

If you have saplogon installed on the desktop, double click the saplogon icon to start it, then click the button at the left upper cornor, choose about SAP Logon. Then you get the version information on a popup.

Former Member
0 Kudos

I have Logon 730 Final Release

73000.1.0.1074

Patch-level 0

Former Member
0 Kudos

Yuki, thank you.

I have find patch 9 for this logon. I will try install and use it.

Former Member
0 Kudos

Hi ig mar,

To change the default language of SAPGUI: permanently

Login to SAP using your language code in Language field e.g.: "EN"

Go to : System -> User Profile -> Own Data

Switch to Defaults tab.

Write your language code in "Logon Language" e.g.: "EN"

Save using top menu save button.

Or--------------------

Goto to SU01 or SU3, put your username and click on display/change, goto defaults, enter 'en' in Logon language and save.

Logoff and login, now you will log in with English.

Check below link with screenshots.....

Change the SAP GUI Logon Language

http://sapuniversity.eu/change-the-sap-gui-logon-language/

Regards,

Pravin

Former Member
0 Kudos

pravin saperp, thank you

I will test