Hi,
According to the User Guide of Analysis 2.0, it is possible to hide a specific context menu entry with the help of VBA.
On Page 89 the command is:
Refresh_Single
Use this ID to hide the single context menu entry Refresh.
Example: Application.Run("SAPExecuteCommand", "Hide", "ContextMenu", "Refresh_Single")
Is there a list of further IDs, which can be hidden from the context menu?
Thanks in advance,
Jason