cancel
Showing results for 
Search instead for 
Did you mean: 

Determine SAP GUI patch level

former_member84834
Active Participant
0 Kudos

I need to come up with a way to inventory machines that have SAP GUI version 710 patch 14 installed. Do you know of a file, or reg key that has the patch level in it?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Try this...

HKEY_LOCAL_MACHINE\SOFTWARE\SAP\Applications\Frontend\710\Rfccom\Version

michael_devine
Employee
Employee
0 Kudos

Or, from SAPLogon hit F10 and check 'About saplogon'.

Thanks,

Michael

Answers (1)

Answers (1)

former_member204746
Active Contributor
0 Kudos

This was fetched from http://it.toolbox.com/wiki/index.php/How_to_get_SAPGUI_version_installed_on_a_PC:

to learn which patch level you are using, try this:

open SAPLOGON or SAPLOGONPAD.

Press ALT - SPACE

About SAP LOGON

You will get a File Version similar to:

7100.2.9.1039

7100 means SAPGUI 7.10

2 means Compilation 2

9 means Patch level

1039 is a build number (it is of no use for us)

If you want to create a VBS script (that is called with a logon script), use this VBS code:

CurrentSAPguiVersion = objFSO.GetFileVersion("C:\Program Files\SAP\FrontEnd\SAPgui\SAPgui.exe")