当前位置:网站首页>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 !
边栏推荐
- 【Qt】QFileInfo获取文件名的各个组成部分
- 什么是C语言结构体字节对齐,为什么要对齐?
- Sub account of bank payment interface development
- [QT] qfileinfo get the components of the file name
- How to improve customer conversion rate on the official website
- Precautions for upgrading php8 of diyun CMS
- 0179 largest number
- TIS教程01-安装
- Sequoiadb distributed database may 2022 issue
- access_ How to deal with token failure after less than two hours
猜你喜欢
随机推荐
微信公众号开发注意事项
【游戏】周瑜技巧
Universaldependencies dependency label interpretation
MySQL_ Create and manage tables
When the tiflash function is pushed down, it must be known that it will become a tiflash contributor in ten minutes
odps sql的执行流程不是从上到下执行吗
Difference between function pointer and pointer function
[QT] qfileinfo get the components of the file name
Tis tutorial 01- installation
修复flutter_webview_plugin在页面滑出时web图层残留的问题
ONNX调研
Flutter:剥离StatefulWidget——简化页面开发、跳转以及传值
【Qt】QFileInfo获取文件名的各个组成部分
Sub account of bank payment interface development
Fast establishment of tensorflow2 model optimization environment
BSS应用程序云原生部署的8大挑战
SequoiaDB分布式数据库2022.5月刊
uboot do_ Load function analysis
Under Xinchuang: when the domestic database stars shine
Jushan database was invited to attend Kunpeng developers' annual event 2022 to jointly build a domestic digital base









