Hi Experts,
I am in process of preparing a customized template which sends data to bpc cube. In earlier version 7.5 we used to have the below MNU functions to get this implemented by using a macro button and assigning the below functions to the macro button.
Can we use the same API's in BPC 10 by implementing the code by clicking on a button. Have read thru the help but could not see the results.
Help me with sample code if any .
Application.Run "MNU_ETOOLS_EXPANDANDREFRESH"
Application.Run "MNU_ESUBMIT_REFRESH"
Below code only refreshes the data but not sends to the server with number of records and comments.
Dim EPM As New FPMXLClient.EPMAddInAutomation
Sub SAVE_DATA()
EPM.SaveAndRefreshWorksheetData
End Sub
Thanks,
SSK