cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to get SAP GUI bit version through ABAP code?

SAPSupport
Employee
Employee
269

Looking for a way how to get through ABAP code a version (32/64bit) of SAP GUI from user. Is there is a way via class CL_GUI_FRONTEND_SERVICES somehow?


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee

There's no method for this.

An idea would be checking if registry node HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\SAPGUI64 and the values underneath it exist.

This only exists if a SAP GUI 64bit has been installed.

Answers (0)