Dear experts,
A DTP can load all data from a planning cube (real-time) to another cube if the planning cube is set to "loading mode" and all requests are hence closed.
For some planning applications, switching from planning to loading mode might not be a good option, though (downtime of the planning application), but not switching and then running a DTP wouldn't include all those records that are in the open planning request.
So here's the question: Which option exists to load all data from a planning cube via a DTP to another cube, without having to switch its loading mode? Closing requests (is there some ABAP function module?) might be a last option since the planning application shouldn't be flooded with new requests.
All help highly appreciated!
Regards,
Tilman
Hi Tilman,
I am not an expert with Planning but try this, create a cube which would be a copy of your main planning cube into which you will load the data through a copy function. Now switch the behaviour of the copy cube to loading and use a DTP to load it to further data targets. If you wish, you can then delete the data in the copy cube to avoid having the same data in two cubes.
Hope this helps
Sujeer
I am also not an expert on planning in BI but when you load data from planning cube by running DTP, it extracts only requests with status green. As far as I know as long as you are writing into planning cube, the status of request in planning cube is yellow.
Aban
The program RSAPO_CLOSE_TRANS_REQUEST_ALL3 close all opened requests from all the transactionnal cubes of the system.
You can easily adapt it to work only on the cube(s) you are interested in.
Regards,
Fred
I am used to work with real time infocubes (on the SEM-BCS module) and I am sorry to confirm that you need to close the latest open request to be able to load the up to date data to another cube.
In BCS, you have several SAP documents that explain that constraint.
From BW 7.00 you have a standard job in the process chain to swtich the cube load mode and plan mode (no need to create a program anymore)
Add a comment