Skip to Content
0
Former Member
May 05, 2008 at 07:53 PM

Loading data from Cube to Planning area

107 Views

Hi,

If I am loading data from a cube to a planning area using transaction TSCUBE,

does the system load data into planning area for the combinations that exist in the cube or does it load for all CVCs?

For example,

I have my CVC as Plant, Material, Customer

If there are 4 CVCs in the POS that were previously generated as

Plant-- Material --Customer

01--


M1--


C1

01--


M2--


C3

01--


M2--


C2

01--


M4--


C5

If the cube has data like this:

Plant-- Material Customer ----Qty.

01--


M1
C1
--


10

01--


M2
C3
--


20

01--


M2
C2
--


5

(doesnot have the last combination), then if I use TSCUBE transaction to load data to Planning area from this cube,

is the data loaded as

Plant-- Material Customer ----Qty.

01--


M1
C1
--


10

01--


M2
C3
--


20

01--


M2
C2
--


5

Only for the 3 combinations that exist in the cube and not load anything for the last one

OR

is the data loaded as

Plant-- Material Customer ----Qty.

01--


M1
C1
--


10

01--


M2
C3
--


20

01--


M2
C2
--


5

01--


M4
C5
--


0

Load all 4 combinations and send 0 as the cube doesnot have this combination?

Hope I am clear on this question.

Thanks.