Skip to Content
Author's profile photo Jerry Wang

A Generic way to find the place to store SAP GUI settings in your OS Registry

Hi Friends,

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:

/wp-content/uploads/2013/11/clipboard1_331026.png

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

/wp-content/uploads/2013/11/clipboard2_331027.png

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

/wp-content/uploads/2013/11/clipboard3_331031.png

it failed to finish the mission:

/wp-content/uploads/2013/11/clipboard4_331032.png

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:

/wp-content/uploads/2013/11/clipboard5_331033.png

/wp-content/uploads/2013/11/clipboard6_331034.png

Detail changes:

/wp-content/uploads/2013/11/clipboard7_331035.png

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


/wp-content/uploads/2013/11/clipboard8_331036.png

/wp-content/uploads/2013/11/clipboard9_331037.png

/wp-content/uploads/2013/11/clipboard10_331038.png

/wp-content/uploads/2013/11/clipboard11_331039.png

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.