Question:
Dear all;
I'd like to extract data from CO-PA(Staging cube) to SEM-BCS.
When I run collect data from BW, error occured that "required breakdown is not filled".
This fixed expense item is mandatory field for break down category.
For example, Fixed Expense has amount 1000 without segment.
And after run the top down distribution, record will be allocated as follows.
(Before top down distribution)
Segment # 1000
(After top down distribution)
Segment # -1000
Segment A 300
Segment B 700
I want to copy only WITH segment records which is 300 and 700. However Data stream will check all of the records including 1000 and -1000 as well.
How can I solve this problem?
Do I need to collapse before copying into BCS?
Please kindly help.
Answer:
Assuming you are using the Load from DataStream method to collect data, I suggest you try changing the mapping so that only non-blanks are included.
Answer:
To clarify the suggestion made previosly, in the mapping, create a condition to exclude the segment values you do not want.
Answer:
Hi, dans;
I got reply from OSS that 918981 can be solved my problem.
Thank you very much.
Answer:
Thanks! That Note solved a similar problem I was having.