cancel
Showing results for 
Search instead for 
Did you mean: 

How to deactivate notification for SAP GUI Scripting?

05-29-2025 6:13 PM
SAPSupport Employee
1450 views 5 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Hi,

I want to know how to disable notification for SAP GUI, specifically via registry key.


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

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee
0 Likes

Hello,

It is possible to disable via the SAP GUI options, on the "Scripting" section.

And the correspondent registry values are:

For the "Notify when a script attaches to SAP GUI" option: 

[HKEY_CURRENT_USER\Software\SAP\SAPGUI Front\SAP Frontend Server\Security] WarnOnAttach (REG_DWORD) [Default: 1] {0 = inactive; 1 = active}

For the "Notify when a script opens a connection" option:

[HKEY_CURRENT_USER\Software\SAP\SAPGUI Front\SAP Frontend Server\Security] WarnOnConnection (REG_DWORD) [Default: 1] {0 = inactive; 1 = active}

thiago_glanzner
Product and Topic Expert
Product and Topic Expert
0 Likes

For Local Machine setting, use the following paths:

SAP GUI 64bit: [HKEY_LOCAL_MACHINE\Software\SAP\SAPGUI Front\SAP Frontend Server\Security]

SAP GUI 32bit: [HKEY_LOCAL_MACHINE\Software\WOW6432Node\SAP\SAPGUI Front\SAP Frontend Server\Security]

__Stefan
Discoverer
0 Likes

Hello, I have set up the REG_DWORD in HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\SAP\SAPGUI Front\SAP Frontend Server\Security

But it's not working. I restarted the machine.

__Stefan_0-1749727889418.png

Do you have an idea why?

thiago_glanzner
Product and Topic Expert
Product and Topic Expert
0 Likes
Hello Stefan, do you use SAP GUI 64bit or 32bit? Also please notice there are 2 settings detailed on the resolution, one registry value for each of the options.
__Stefan
Discoverer
0 Likes
Hello Thiago, thanks for you quick answer. We are using SAP GUI 32bit. I had set the REG_DWORD values for both Current_User & Local_Machine. As it didn't work I have removed the REG_DWORD values from Current_User.

Answers (0)