cancel
Showing results for 
Search instead for 
Did you mean: 

Which is Equivalent function of Application.Run ("SAPExecuteCommand", "ShowPrompts", "ALL") in EPM?

Former Member
0 Kudos

Hello,

We are working with the EPM plugin for the SAP BPC version 10.1 NW, we want to make a button in the Excel template so that there will be the query selection filter, in the AO version the macro code is:

Application.Run ("SAPExecuteCommand", "ShowPrompts", "ALL")

What is the macro function to run the filter for the EPM add-in?

Thank you very much for the help

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Kudos

Not clear... You are working with BPC 10.1 embedded? The why you are using standalone EPM add-in?

Former Member
0 Kudos

Hi Vadim,

I'm using the EPM plugin to define planning templates, I'm not using the AO plugin. I need to create a button that when clicking it will have the variable selection screen of the query.

I guess it will be some function of the class:

FPMXLClient.EPMAddInAutomation

But I can not find the function to open the variable selection screen.

Thanks for your help,

former_member186338
Active Contributor
0 Kudos

Sorry, but my question is not answered: "You are working with BPC 10.1 embedded?"

Former Member
0 Kudos

Yes it is.

former_member186338
Active Contributor
0 Kudos

Then use AO as recommended by SAP!

Former Member
0 Kudos

Yes, I understand that the AO is the complement recommended by SAP, but we are accustomed to working with the EPM plugin, I guess there has to be the equivalent function to open the variable filter, but for more that we have looked at, we can not find it to run it by macro.

former_member186338
Active Contributor
0 Kudos

Sorry, but the answer is the same - use AO, there is no API in EPM to do what you want!