Symptom
When you try to do some navigations, for example, insert date sources, a pop-up will be displayed with message:
SAP Analysis for Microsoft Office contains free text fields.
These text fields are not intended to store personal data without additional technical or organizational measures to safeguard data protection and privacy.
You would like to control whether the end users will see this pop-up.
Environment
SAP Analysis for Microsoft Office
Reproducing the Issue
Navigate in AO. For example, insert date sources.
Resolution
The behaviour is controlled by the parameter DPPPopup_enforce and DPPPopup_shown. Please check below table for details. Please also check SAP Note 2083067 about how to maintain settings for Analysis Office.
Setting and S etting Values |
Setting Description | File Path and Default Value |
DPPPopup_enforce = 1 (default value) or any integer value |
You use this setting to specify whether the data protection pop-up should be displayed when Analysis is started. |
Cof_app.config in folder %PROGRAMDATA%\Sap\Cof, <section name="DPPPopup_enforce" type="Int32" configurationLevel="PerMachine" /> <!--default of 'DPPPopup_enforce': value="1" --> |
DPPPopup_shown = 0 (default value) or any integer value |
You use this setting to specify whether the data protection pop-up should be displayed again when Analysis is started. |
Cof_app.config in folder %PROGRAMDATA%\Sap\Cof, <section name="DPPPopup_shown" \type="Int32" configurationLevel="UserRoaming" /> <!--default of 'DPPPopup_shown': value="0" --> The default value of configurationLevel is "UserRoaming", which means that you can change the setting in Cof_user_roaming.config in folder %APPDATA%\Sap\Cof, for exmaple, <DPPPopup_shown value="1" />. In this case, if the same setting exists in both Cof_app.config and Cof_user_roaming.config, the value in Cof_user_roaming.config will overwrite the one in Cof_app.config. |
Keywords
AO, Analysis for Excel, Analysis for Office, A4O, dialog, pop up, security , KBA , BI-RA-AO-XLA , Excel Addin , Problem