cancel
Showing results for 
Search instead for 
Did you mean: 

Problem while doing Full Load from W.O DSO to Master Data (InfoObject)

prakash_paul
Discoverer
0 Kudos

Hi Friends,

I am getting issue while loading data from write-optimized DSO to InfoObject. Please let me know if anyone faced such issue also.

Scenario:

                I am doing a Full load from Write-Optimize DSO to InfoObject. While doing this the latest record available in DSO is overwritten in InfoObject and the old record has moved to InfoObject.

Example:

Data in DSO:

Product Number

Profit Center

100000

UK1002

100000

UK1000

Loaded on 01. Jan. 2015

Loaded on 01. Feb. 2015

Date in InfoObject after Full Load:       Loaded on 10.Feb.2015    

Product Number

Profit Center

100000

UK1002




Ideally, the data record of 1st feb from DSO should go to the InfoObject, but in my case I am getting profit center as UK1002 which is an older record.

Also If anyone have idea about RECORD field/column in SOURCE_PACKAGE. How system assign values/sequence in this column.

Thanks in advance.

Regards,

Prakash

Accepted Solutions (1)

Accepted Solutions (1)

ccc_ccc
Active Contributor
0 Kudos

Hi Prakash,


While doing full load, system does not understand which is one new either UK1000 or UK1002 , it just overwrite with based on key "Product Number", some times you may see UK1002 or UK1000 .

To update UK1002 you have two approaches.

  1. Do Delta load from DSO to InfoObject (Latest one overwrite with old one always)
  2. Write routine to update only latest one based on update date of DSO's
  3. Maintain both entries in Infoobject by keeping date in compounding object or time-dependent master data.

Data in DSO:

Product Number

Profit Center

100000

UK1002

100000

UK1000

Loaded on 01. Jan. 2015

Loaded on 01. Feb. 2015

Date in InfoObject after Full Load:       Loaded on 10.Feb.2015   

Product Number

Profit Center

100000

UK1002





Thank you,

Nanda


Answers (1)

Answers (1)

former_member186053
Active Contributor
0 Kudos

Hi Prakash,

If possible, create a Standard DSO and feed data from WDSO into new DSO and then from new DSO to Infoobject with full update, always you will get latest data.

Regards,

Vengal.