Question:
Hi
I'm a little confuse on initializing setup table (for logistics datasources) whether the data should be (1) either loaded up until the most updated documents or (2) can be loaded only a small volume and let delta process works for the rest.
Logically as V3 update collects movement transactions created after V3 scheduled, (1) should be the right procedure. But I remember I was processing #(2) without out data loss. Please correct my confuse.
Many thanks.
_BW_
Answer:
If you want to have integrity between SAP and BW, you have to go for your first solution.
In the second solution, only what is changed after your initial load will be loaded. So, if you have 1000 records as history in source system, and you do a setup for only 1, load this 1 as initial load and then only do delta uploads, none of the 999 remaining records will be uploaded if they are not touched.
Perhaps your confusion come from the fact that you can fill the setup tables with smaller volumes at a time (10 times 100 records, for instance).
Ch
_________________
_
There are only 10 types of people in the world :
those who understand binary and those who don't.
Answer:
CHC,
Crystal. Really appreciated your clarification.
Thanks