<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Problem updating infoobject master data from a dso. in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/problem-updating-infoobject-master-data-from-a-dso/qaa-p/5501172#M2048290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefano,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I faced the same error while updating the data from DSO to InfoObject. But I am using 7.0 flow. So I checked the setting in DTP for handle duplicate keys. So it worked.&lt;/P&gt;&lt;P&gt;I dont know if in infopackage you will get the same setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Apr 2009 11:01:42 GMT</pubDate>
    <dc:creator>mansi_dandavate</dc:creator>
    <dc:date>2009-04-22T11:01:42Z</dc:date>
    <item>
      <title>Problem updating infoobject master data from a dso.</title>
      <link>https://community.sap.com/t5/technology-q-a/problem-updating-infoobject-master-data-from-a-dso/qaq-p/5501166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;i'm updating the master data of an infoobject from another ods, the two table have the same key.&lt;/P&gt;&lt;P&gt;When i update the infoobject with full repair i get errors about duplicate records and the data load stops, when i delete the request and launch the infopackage again all goes well but it seems it doesn't insert any new record in the master data, what could be the problem?&lt;/P&gt;&lt;P&gt;If you need more info ask me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;Stefano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 08:01:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/problem-updating-infoobject-master-data-from-a-dso/qaq-p/5501166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-22T08:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating infoobject master data from a dso.</title>
      <link>https://community.sap.com/t5/technology-q-a/problem-updating-infoobject-master-data-from-a-dso/qaa-p/5501167#M2048285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you run the full repair request, Plz get the data from the active data table not from change log table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason why you are getting the duplicate entries is that the change log table contains the same records with different 0recordmode status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sadeesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 08:37:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/problem-updating-infoobject-master-data-from-a-dso/qaa-p/5501167#M2048285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-22T08:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating infoobject master data from a dso.</title>
      <link>https://community.sap.com/t5/technology-q-a/problem-updating-infoobject-master-data-from-a-dso/qaa-p/5501168#M2048286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sadeesh,&lt;/P&gt;&lt;P&gt;it shoudn't be automatic to get the data from tha active table when doing a full update?&lt;/P&gt;&lt;P&gt;Also i'm using update rule, not transformation because it's a 3.5 system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i do not explain is way after launching again the infopackage the data is ok...&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 08:48:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/problem-updating-infoobject-master-data-from-a-dso/qaa-p/5501168#M2048286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-22T08:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating infoobject master data from a dso.</title>
      <link>https://community.sap.com/t5/technology-q-a/problem-updating-infoobject-master-data-from-a-dso/qaa-p/5501169#M2048287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yep you are correct. It will automatically select the active table for full repair request. After running the infopackage for second time, please run the attribute change run and then check whether master data records have been added or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sadeesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 08:55:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/problem-updating-infoobject-master-data-from-a-dso/qaa-p/5501169#M2048287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-22T08:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating infoobject master data from a dso.</title>
      <link>https://community.sap.com/t5/technology-q-a/problem-updating-infoobject-master-data-from-a-dso/qaa-p/5501170#M2048288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sadeesh,&lt;/P&gt;&lt;P&gt;i checked the master data table and it seems it has been updated, i check some order number with recordmode N added today in the dso and the entries were in the infoobject, though i don't know why in the request tab it shows 0 added records.&lt;/P&gt;&lt;P&gt;To be completely sure tomorrow i will check again the number of entries in the 'p' table of the infoobject.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway this is the exact error message i get:&lt;/P&gt;&lt;P&gt;7 duplicate record found.     6478 recordings usedin table /BIC/XZDOCDSO&lt;/P&gt;&lt;P&gt;7 duplicate record found.     6478 recordings usedin table /BIC/PZDOCDSO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that i run the change run for the IO and when i launch again tha data load it goes well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 10:32:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/problem-updating-infoobject-master-data-from-a-dso/qaa-p/5501170#M2048288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-22T10:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating infoobject master data from a dso.</title>
      <link>https://community.sap.com/t5/technology-q-a/problem-updating-infoobject-master-data-from-a-dso/qaa-p/5501171#M2048289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz check the transformation whether you have any routines to delete the data before loading to the master data object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sadeesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 10:56:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/problem-updating-infoobject-master-data-from-a-dso/qaa-p/5501171#M2048289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-22T10:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating infoobject master data from a dso.</title>
      <link>https://community.sap.com/t5/technology-q-a/problem-updating-infoobject-master-data-from-a-dso/qaa-p/5501172#M2048290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefano,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I faced the same error while updating the data from DSO to InfoObject. But I am using 7.0 flow. So I checked the setting in DTP for handle duplicate keys. So it worked.&lt;/P&gt;&lt;P&gt;I dont know if in infopackage you will get the same setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 11:01:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/problem-updating-infoobject-master-data-from-a-dso/qaa-p/5501172#M2048290</guid>
      <dc:creator>mansi_dandavate</dc:creator>
      <dc:date>2009-04-22T11:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating infoobject master data from a dso.</title>
      <link>https://community.sap.com/t5/technology-q-a/problem-updating-infoobject-master-data-from-a-dso/qaa-p/5501173#M2048291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, i have a delete from data_package if a date field is greater than sy-datum.&lt;/P&gt;&lt;P&gt;I could alse remove it, i put it in the first place to avoid loading data i didn't need but it's not really necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 11:03:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/problem-updating-infoobject-master-data-from-a-dso/qaa-p/5501173#M2048291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-22T11:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem updating infoobject master data from a dso.</title>
      <link>https://community.sap.com/t5/technology-q-a/problem-updating-infoobject-master-data-from-a-dso/qaa-p/5501174#M2048292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mansi,&lt;/P&gt;&lt;P&gt;i can't use that option because i inserted the infoobject as an infoprovider, i couldn't assign the datasource i needed in the infosource section of rsa1.&lt;/P&gt;&lt;P&gt;I don't know, maybe it's because the ods was already mapped with other infoproviders...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Stefano&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2009 12:54:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/problem-updating-infoobject-master-data-from-a-dso/qaa-p/5501174#M2048292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-22T12:54:54Z</dc:date>
    </item>
  </channel>
</rss>

