cancel
Showing results for 
Search instead for 
Did you mean: 

Cube CO-OM-CCA costs and allocations in the Process Chain.

Former Member
0 Kudos
71

Iu2019m trying to figure out the best solution for this Cube CO-OM-CCA costs and allocations in the Process Chain.

But this cube requires a special procedure when loading the data.

My question is :

In case if I create info packages for each data type e.g. (plan ,actual, target)

One infopackage is loaded once a year ,

The other is loaded twice a year and the next is loaded every weekends.

Is it ok to create a process chain with different data types infopackages (plan, target actual)

without data dupplication.?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

If you are doing full load then you can achieve this using decision process type in process chain.

schedule your process chain on weekly basis and include your IP which has to run weekly.

If you are doing full load, after load is done use "delete overlapping request" step to avoid data duplication.

Once this is done, include decision process step( say you want to load another IP on jan 1st of every year and july 1 st of every year). Include this condition here.

then include your IP which has to tun twice in year.(here only in parallel you can include your year IP also)

here you can include condition like 1) if date is first of year, then 2 IP's has to run, 2) If date is july 1st of year, then one IP has to run 2) else one IP has to run.

include delete overlap request step.

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/705aefe8-8a27-2d10-7b8e-88017ee91...

Regards,

Venkatesh

Former Member
0 Kudos

Great Info.

Thank you.

Former Member
0 Kudos

Hi

Assigning points in SDN is other way of saying thanks.

Please go through the forum rules.

Regards,

Venkatesh

Answers (0)