Symptom
If you use Excel function Freeze Panels in Analysis Office workbook, Analysis Office crashes when you move the corsur around with keyboard and mouse.
Environment
SAP Analysis for Microsoft Office
Reproducing the Issue
-
Execute the Analysis Office workbook
- Lock the cells using Excel function in View -> Freeze Panels
- Use the keyboard <- key, move the corsur to the left end
- Click on another cell with the mouse
Cause
This issue is caused by some misbehavior of the Microsoft Excel APIs when they area called from Analysis Office workbook.
Resolution
Note: The workaround is only provided to help the affected users to be able to work again, but in general this is is not a generally recommended solution, as it turns off some AO functionalities like "Drag & Drop" to move characteristics on the crosstab and clicking the hierarchy icons to expand/collapse them.
If you need final solution and documentation, please contact Microsoft Support.
Workaround: Add parameter "TurnOffWindowsHooking" to your PC at administrator level and set the value to "True".
-
Navigate to the folder %PROGRAMDATA%\Sap\Cof and open Ao_app.config file
- Add the parameter
<section name="TurnOffWindowsHooking" type="Boolean" configurationLevel="UserRoaming" />
<TurnOffWindowsHooking value="True" />
- Save the Ao_app.config file
You can also refer to KBA 2083067 regarding how to add the settings at administrator level.
(see example "Examples: how to maintain Analysis Office settings at administrator level" --> "3. ShowApplyNumberFormatsToggleButton")
Keywords
Anslysis Office, Excel, workbook, crash, Freeze Panel, corsur, keyboard, drag and drop , KBA , BI-RA-AO-XLA , Excel Addin , Problem