on 2015 Jan 12 3:29 PM
Hi
I have a few questions on Embedded and hope an expert can .
Scenario: We have installed BPC 10.1 Embedded and also BI-IP, with a lot of planning functions & sequences. We now want to migrate to Embedded, my question is:
We have been able to use the input ready queries in BPC EPM Embedded, but how can I add buttons or data manager packages to run our planning sequences, similar to buttons in BI-IP workbooks?
Any guidance will be very much appreciated...
L.
Lambertus Oosthuizen wrote:
Hi
I have a few questions on Embedded and hope an expert can .
Scenario: We have installed BPC 10.1 Embedded and also BI-IP, with a lot of planning functions & sequences. We now want to migrate to Embedded, my question is:
We have been able to use the input ready queries in BPC EPM Embedded, but how can I add buttons or data manager packages to run our planning sequences, similar to buttons in BI-IP workbooks?
Any guidance will be very much appreciated...
L.
Hello Lambertus -
Do you use EPM ADD In, or Analysis Office ?
Many thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can create Button, and use this VBA Macro to call your planning sequence, and save the data.
Dim lResult As Long
lResult = Application.Run("SAPExecutePlanningSequence", "PS_5")
If lResult = 1 Then ' Run Successfully
lResult = Application.Run("SAPExecuteCommand", "PlanDataSave")
End If
nb: I assume you're running on Embedded Planning since you want to execute planning sequence.
hope it helps.
Cheers,
Hi,
I'm having the same issue as you.
Were you able to insert a planning sequence in the Workbook?
Can you send to me how could you do it?
Many Thanks.
Rui
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Rui,
Can you please check if this WIKI Page could help:
Best regards,
Nedra.
Hi L,
This part didn't change from BI-IP - create buttons in design mode and assign VBA functions that will call Planning Functions or Planning Sequences.
Regards,
Gersh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
it is possible to configure planning functions very similar as in AO; there is no command wizard as in BEx Analyzer. But EPM AddIn has an API, thus you can create Excel Buttons and trigger planning functions using the API. You can find the API in the documentation as follows:
APIs->SAP BW (INA Provider) Connections->Planning Objects ...
A general overview about the concepts in BW-IP and BPC can be found here:
http://scn.sap.com/docs/DOC-58899
Regards,
Gregor
User | Count |
---|---|
10 | |
5 | |
5 | |
4 | |
3 | |
2 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.