Hey All,
Can anyone think of a reason why a Load_InfoProvider_UI would be loading in double records? I forced the load below to reject so I could get a list of the records, and I'm just trying to load in 1 transaction as a test (2 records due to Local Currency vs. USD). However, as you can see below, Record #1 shows up twice, as well as Record #2. This is causing doubled data, showing Sales at 11,393.52 in the system since the records are duplicated.
1 ,ACTUAL,000018,BW_COPA_IS,VALUE,01160PS1400038101272,0000001030,LC,2013.01,ZFAGROSSSALES,-5696.76
2 ,ACTUAL,000018,BW_COPA_IS,VALUE,01160PS1400038101272,0000001030,USD,2013.01,ZFAGROSSSALES,-5696.76
1 ,ACTUAL,000018,BW_COPA_IS,VALUE,01160PS1400038101272,0000001030,LC,2013.01,ZFAGROSSSALES,-5696.76
2 ,ACTUAL,000018,BW_COPA_IS,VALUE,01160PS1400038101272,0000001030,USD,2013.01,ZFAGROSSSALES,-5696.76
Listcube in BW showing the value should be 5,696.76 for each currency type:
Any ideas on what might be wrong and what is causing it to process the same record twice?
Thanks,
Alex