cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

Load InfoProvider UI loading in double records

Former Member
0 Likes
238

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

View Entire Topic
Former Member
0 Likes

Hi Alexander,

Your currency type is different, look at 0CURRTYPE it's shown different in two rows that's why it load two record.

Khokan

former_member186338
Active Contributor
0 Likes

Hi Khokan,

Please read the topic once again - 2 original rows with different currencies in  BW loads as 4 rows in BPC! 4 rows!

Vadim