<?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>topic Re: duplicate keys in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-keys/m-p/1844467#M358502</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;before inserting check with the key (if there is already existing)&lt;/P&gt;&lt;P&gt;based on that, insert the records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 Feb 2007 06:39:58 GMT</pubDate>
    <dc:creator>SantoshKallem</dc:creator>
    <dc:date>2007-02-03T06:39:58Z</dc:date>
    <item>
      <title>duplicate keys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-keys/m-p/1844463#M358498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have the intarnal table which has duplicate entries .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after that by using sort function and delete duplicate entries i deleted duplicate entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then i am usinh insert to insert the records. now it's going to short dump, its saying that they are duplicate entris..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i was unable to solve this issue.&lt;/P&gt;&lt;P&gt;please give me some suggessions to under stand the scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to handle duplicate entries . if possiable please send the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;laxmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 06:22:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-keys/m-p/1844463#M358498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T06:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate keys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-keys/m-p/1844464#M358499</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;How did you declare your internal table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it a hash table??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please post your internal table declaration..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 06:24:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-keys/m-p/1844464#M358499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T06:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate keys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-keys/m-p/1844465#M358500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in your insert just add accepting duplicate keys&lt;/P&gt;&lt;P&gt;it will not give any error but update only one value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 06:24:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-keys/m-p/1844465#M358500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T06:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate keys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-keys/m-p/1844466#M358501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi laxmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   r u again trying to insert the already existing records into the table,plz check...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 06:26:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-keys/m-p/1844466#M358501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T06:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate keys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-keys/m-p/1844467#M358502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;before inserting check with the key (if there is already existing)&lt;/P&gt;&lt;P&gt;based on that, insert the records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 06:39:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-keys/m-p/1844467#M358502</guid>
      <dc:creator>SantoshKallem</dc:creator>
      <dc:date>2007-02-03T06:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate keys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-keys/m-p/1844468#M358503</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;If you are inserting the records to the database table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use MODIFY..If the record if there it will modify otherwise it will INSERT..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: T_ZTABLE TYPE TABLE OF ZTABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODIFY ZTABLE FROM TABLE T_ZTABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Feb 2007 06:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplicate-keys/m-p/1844468#M358503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-03T06:41:20Z</dc:date>
    </item>
  </channel>
</rss>

