Dear all,
I'm using a customized planning ribbon, which should allow the user to display the design panel for drag/drop actions. I was not able to find any similar VBA coding in the SAP Analysis User Guide.
For example, I'm using the following coding to trigger the prompt:
'Callback for Selections data onAction
Sub PROMPT(control As IRibbonControl)
Dim lResult As Long
lResult = Application.Run("SAPExecuteCommand",
"ShowPrompts")
End Sub
Is there anything similar possible for the "display panel"?
Thanks in advance
Dominik