cancel
Showing results for 
Search instead for 
Did you mean: 

How to set the codepage of sapshcut.exe?

Former Member
0 Kudos

Hi, Experts,

I found the saplogon had the option to set the download/upload codepage.  And in our product environment, it's ansi.

But when  I use sapshcut.exe to login the system, there has no option for codepage. And we think it use utf8 as default.

Could you tell me how to set the codepage of sapshcut.exe?

Many thanks

Yours sincerely,

Jack Fang

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jack,

There is no specific codepage related settings for sapshort file.
The settings in SAP logon pad will be used when necessary.

Best regards,
Cheng

Former Member
0 Kudos

Hi, Cheng,

Thanks your prompt response.

Can you tell me that when I use sapshcut.exe, like this:

sapshcut.exe -user=test -pw=password -system=crm -client=800 -guiparm="192.168.0.9 00" -language=ZH

which codepage it will use when I download or upload the favorite?

Jack

Former Member
0 Kudos

Hi Jack,

For SAPShortcut you can append the string " /UPDOWNLOAD_CP=????"

    • to the input field "Start Parameters" on the "SAP Shortcut Properties" page
      like
      /M/msgserver/S/sapmsXXX/G/SPACE /UPDOWNLOAD_CP=8000
      or direct to the
      line GuiParm=... like
      GuiParm=/M/msgserver/S/sapmsXXX/G/SPACE
      /UPDOWNLOAD_CP=8000
      in the *.sap file

    • or to the SAPShortcut parameter (see note 103019) -gui="..."
      like
      -gui="/M/msgserver/S/sapmsXXX/G/SPACE
      /UPDOWNLOAD_CP=8000"

    • If the system description of a SAP Logon system entry is used in
      SAPShortcut, the system entry's property should be adapted as described in
      a)

Best regards,
Cheng

Former Member
0 Kudos

Hi, Cheng,

It's very helpful.

I will test it today.

Thanks.

Jack

Answers (1)

Answers (1)

Former Member
0 Kudos

It works.

Thanks for your nice help.

Jack.