Hi all,
I have a problem while loading a DSO, I have 8000 data, but just 1500 are added, and these which are added, and I don't know how to make that all 8000 data are loaded.
For explain you better, in PSA I have data like this:
Employee Period WageType Amount
1 201210 100A 50
1 201210 110B 150
1 201210 2A50 700
2 201210 100A 60
2 201210 110B 100
3 201210 3A00 5
3 201210 300C 500
...
But when loading to DSO, all data is transferred, but just last line of each Employee / Period is added, for example:
Employee Period WageType Amount
1 201210 2A50 700
2 201210 110B 100
3 201210 300C 500
All the rest is missed.
All of these 3 characteristics are setted as key in DSO.
Can you help me telling me how to make to get all data Added?
Thanks!