当前位置:网站首页>The Chinese display of SAP client is garbled

The Chinese display of SAP client is garbled

2022-06-22 12:49:00 SAP Xiaobai Kenny

Problem analysis -How to reproduce the issue

Log in to the system , Enter the transaction code se51

Program :MP981000

Screen number :2000

Select layout editor

Click to display

   

Try installing different versions of the client locally , It is still this mistake

During the test, it can display normally

This is awkward , In the wrong , But it's not all wrong .

Troubleshooting process

perform Unicode Test, Show not a Unicode system

This system is Unicode Of , How does this show No Unicode Well ?

Finally, the reason is , It is a program that calls the client ! This program runs on the computer where the local client resides !

graphical screen painter(gnetx.exe)

So there is reason to suspect that Local client The problem of

Name the local client as CH1, SAP The application is named A1, In addition, provide a client in other environments , An application server , And perform the following tests .

CH1->A1 There is a problem

CH1->A2 There is a problem , Use this client to connect to other systems , There is still this problem

CH2->A2 That's all right.

So we can basically confirm that it is the problem of the local client .

Is it the operating system or GUI Version issue for , Further investigation is needed .

Check GUI Language configuration , The local operating system language is English , Change to Chinese first

   

If you restart SAP Logon Then the display is as shown in the following figure , And everything is fine

   

   

   

however , restart SAP Logon After that, the code is garbled !

It means that the local language is not configured correctly , Need to check native language

First, check whether Chinese is installed , Found no

   

  Download installation package , Import

link :https://pan.baidu.com/s/1oWOBkZhSo7e-MTyTEUqI6g

Extraction code :e5xq

Reference resources  window server16 How to install Chinese patch _ A blog with boundless knowledge -CSDN Blog

dism /online /add-package /packagepath:C:\tools\1.cab

Be careful : It takes a little time to import here , Wait patiently

If the following error is displayed , open cmd perform change user /install

   

   

Enable after installation , This is an important step , Check   Not Unicode The current language used in the program , Change to Chinese

The display is normal after correction !

原网站

版权声明
本文为[SAP Xiaobai Kenny]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/173/202206221209240975.html