SAPGUI软件里做的设置,本地操作系统保存的具体位置

Rahul Mahajan has written a great document to demonstrate where does the tcode lists in your SAP GUI get stored. You may wonder how does he found that place.

I will show you a generic way on how to find the place in the OS registry where stores all the settings related to SAP GUI.

The basic idea is to export the registry as a snapshot before SAP GUI setting is changed, let’s say before change snapshot. And change some settings or do something via SAP GUI, and export the registry again let’s say as a after change snapshot. Compare the two, the difference what you are looking for.
You can use File->Export to export the node HKEY_USER and its children:

SAPGUI软件里做的设置,本地操作系统保存的具体位置_第1张图片

Then change some settings in SAP GUI, and export the after change snapshot.

SAPGUI软件里做的设置,本地操作系统保存的具体位置_第2张图片

I use the standard tool available in command line FC ( file comparator) to try to get the difference between the two.

SAPGUI软件里做的设置,本地操作系统保存的具体位置_第3张图片

it failed to finish the mission:

SAPGUI软件里做的设置,本地操作系统保存的具体位置_第4张图片

So I choose a more professional tool: Regshot ( You can download it from Google )
You can create two snapshots and it can automatically generate the comparison report to you:

SAPGUI软件里做的设置,本地操作系统保存的具体位置_第5张图片
SAPGUI软件里做的设置,本地操作系统保存的具体位置_第6张图片

Detail changes:

SAPGUI软件里做的设置,本地操作系统保存的具体位置_第7张图片

[HKEY_CURRENT_USER\Software\SAP\General\ControlServices\WebSearchEngine]
“WebSearchEngine”=”GOOGLE”

SAPGUI软件里做的设置,本地操作系统保存的具体位置_第8张图片
SAPGUI软件里做的设置,本地操作系统保存的具体位置_第9张图片
SAPGUI软件里做的设置,本地操作系统保存的具体位置_第10张图片
SAPGUI软件里做的设置,本地操作系统保存的具体位置_第11张图片

要获取更多Jerry的原创文章,请关注公众号"汪子熙":

你可能感兴趣的:(SAPGUI软件里做的设置,本地操作系统保存的具体位置)