Two infocubes same update rules

Question: We have two infocubes ZFICO2003 and ZFICO2004, with only one infopackage we want to fill the data in both cubes with abap code in the start routine of the update rules that filter the info (0fiscper) and then with a multiprovider merge both infocubes, is it posible??? if yes help me with the code please

Regards

Tunka

Answer:
sure, no problem.
except that you will need two seperate update rules (they will just look exactly the same). the infopackage is tied to the infosource, the update rules direct the data to the infoproviders. so one infopackage will work for both U-rules and cubies.


taught in BW310, BW340, BW350 or TBW10 and TBW30 and probably elsewhere
_________________
when in danger or in doubt, run in circles, scream and shout.

Answer:
Tunka,

First thing you should try is to put the code in transfer rules. That way, your code stays in one place - maintenance becomes easy. (This solution assumes that the InfoSource doesn't feed other InfoCubes that don't require this coding.)

If you must code in update rules, create an include program and include it for both the cubes. Again, the advantage is that only one program to maintain.

What do you mean by "help with the code?" We don't know what you need.
_________________
Sudhi Karkada

Answer:
Thanks Guys

I appreciate the effort you are made to help us

With "help with the code?" i only mean give me "a little clue in how to write code in start routine""; but you are right i think also that the transfer routine is a better place for it

Thanks again
Copyright ?2007 - 2008 www.jt77.com