Shaun Wimpory wrote:
...
Ideally I would like to be able to hide the favorites and shortcut options in the saplogon pad. Or allow the use of a central saplogon.ini but using a user specific/distributed SapLogonTree.xml.
SAP GUI Logon Configuration - Netweaver Technology - SCN Wiki :
Disabling SAP Logon Views via Registry
You can set up the SAP Logon in such a way, that some of the three standard SAP Logon views (Explorer/List/Tree view) are not visible for the user.
To disable any of the three available SAP Logon views, create the following registry keys:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\SAP\SAPLogon]
[HKEY_LOCAL_MACHINE\SOFTWARE\SAP\SAPLogon] (32 Bit OS)
“ShowExplorerView” (REG_DWORD) = 0 (disables the explorer view in SAP Logon)
“ShowListView” (REG_DWORD) = 0 (disables the list view)
“ShowTreeView” (REG_DWORD) = 0 (disables the tree view)