The SAP GUI 7.20 comes with a list of security rules.

What is the best way to allow all access so that user's wont get any security prompts? I need a solution that can be applied to many users.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

These registry entries need to be added:

32bit PC’s:

HKEY_LOCAL_MACHINE\Software\SAP\SAPGUI Front\SAP Frontend Server\Security

DWORD key SecurityLevel with a value of 0 DWORD key DefaultAction with a value of 0

64bit PC’s:

HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\SAP\SAPGUI Front\SAP Frontend Server\Security

DWORD key SecurityLevel with a value of 0 DWORD key DefaultAction with a value of 0

The SAP GUI Security Manual implies that this option is reset to default whenever a patch is applied to the SAP GUI.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.