Sign in
Sign in
Recover your password.
A password will be e-mailed to you.
Browsing Category
Epm add in for excel
Simple VBA procedure to pass parameters to DM packages
In this article I will provide universal VBA code to run DM package passing parameters. All parameters are passed as array of strings using some simple format. Actual values for strings can be…
Practical differences – BPC standard vs Embedded BPC (BW-IP/PAK)
I have seen a few posts contrasting the technical differences between “BPC standard model” and “Embedded BPC model” . Intent of my blog is to call out the practical differences I have noticed from a…
The EPM Add-in SP27 release now only has .NET 4.5 version for both 32-bit and 64-bit installations
Starting with the EPM Add-in SP27 version there is only the .NET 4.5 version available which can be installed for use with either 32-bit or 64-bit installations of Microsoft Office.…
EPM 10.1 OpenSpecificDocument
We have a “Custom Menu” which is an Excel spreadsheet that our users first see. On this sheet are links to the various reports and input schedules that they use. The links look like this:…
How to Get EPM Protection Password
In some cases it’s required to find the password used to protect sheets in EPM workbook. Not to remove, but to find the password string. This can be done with a simple VBA code.…
EPM Add-in report with multiple Categories in SAP BPC, version for Microsoft and NetWeaver 10.0
EPM Add-in report with multiple Categories in SAP BPC, version for Microsoft and NetWeaver 10.0 With the new user interface in BPC 10, one might wonder…
BPC NW 10: VBA function to get dimension members list by Property value
Decided to share simple code to get list of dimension members having some property value. The standard EPM API function is missing for this task. The code can be easily changed to support multiple…