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--
C1
01--
C3
01--
C2
01--
C5
If the cube has data like this:
Plant--
Material
Customer
----Qty.
01--
10
01--
20
01--
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--
10
01--
20
01--
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--
10
01--
20
01--
5
01--
0
Load all 4 combinations and send 0 as the cube doesnot have this combination?
Hope I am clear on this question.
Thanks.