on ‎2016 May 10 7:17 AM
Hi Experts,
I have an requirement to do calculation and send calculated value from one model to another model, As i know that i can do this with the help of Destination_APP.
But after that i want to save this value into BW that how to achieve ?
Thanks,
Ravi
Request clarification before answering.
"i want to save this value into BW" - not to BPC model, just to some BW cube? Can you explain the business idea in details?
For sure you can write abap code in some badi to do whatever you want...
Vadim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vadim,
As we knows that any value from BPC is saving in BW (/CPMB) and for that no need to do any thing as it's automated correct ? but what if want to save value in BW cube ..?
As you are telling that we can achieve it by ABAP code in some badi ?
Any help document is there to write that BADI as i do not having knowledge for ABAP ..
Thanks,
Ravi
"As we knows that any value from BPC is saving in BW (/CPMB) and for that no need to do any thing as it's automated correct" - correct!
"but what if want to save value in BW cube ..?" - what for? business logic to be explained!
"Any help document is there to write that BADI as i do not having knowledge for ABAP" - I recommend to find an expert, it's not a very easy job
Vadim
Ravi,
Since we don't know what you are trying to do I'll
- If you simply need to report off the cube or combine data from another cube, there is a multiprovider that you can leverage.
- If you need to load the data from a BPC cube to a BW cube, create a process chain that would perform a cube to cube load
- you can create a DTP between the BPC cube and another infocube
Hope this makes sense,
Akos
Hi Ravi,
Actually it would be good to know business logic to help you in healthy way which means
whats Vadim searching for was an important point.
But anyway what you can do is, as Vadim adviced, if you use the UJ_CUSTOM_LOGIC badi for your calculations in BPC, you can call "RSDRI_CUBE_WRITE_PACKAGE" method in that badi to write relevant data to BW cube too. But it's an abap coding, so you need an abaper. The advantage of this solution is, you ll be able to write your data into BPC and BW cubes by using single package run.
But to be honest, i am not sure if this is healthy solution for you because i am not sure about the business requirement you have.
or you can follow the solution given by Akos which is more standart way.
Good luck.
Yusuf
Ravi,
Gersh laid out the steps you'll need to go through. Talk to a BW consultant or google the steps Gersh laid out. There is so much out there. Here are just a few links for DTP:
Creating Data Transfer Processes - Business Intelligence - SAP Library
If you want an awesome tunes while you watch a video on DTp (or any BW process)... I recommend this one
Good luck!
Akos
| User | Count |
|---|---|
| 16 | |
| 11 | |
| 9 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 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.