<?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: ACCEPTING DUPLICATE KEYS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/accepting-duplicate-keys/m-p/3037977#M718806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;ACCEPTING DUPLICATE KEYS addition never inserts duplicate records into table it only avoids system dump when trying to insert duplicate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;reward if solved&lt;/STRONG&gt;*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Nov 2007 12:17:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-15T12:17:12Z</dc:date>
    <item>
      <title>ACCEPTING DUPLICATE KEYS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accepting-duplicate-keys/m-p/3037975#M718804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I can use &lt;/P&gt;&lt;P&gt;INSERT ZPEDIDOSCAB CLIENT SPECIFIED FROM TABLE IT_AUXCAB ACCEPTING DUPLICATE KEYS.&lt;/P&gt;&lt;P&gt;but it only insert one line.why??&lt;/P&gt;&lt;P&gt;SY-SUBRC = 4 AND SY-DBCNT =1. So only insert one row.&lt;/P&gt;&lt;P&gt;How can I change that?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 11:02:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accepting-duplicate-keys/m-p/3037975#M718804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T11:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: ACCEPTING DUPLICATE KEYS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accepting-duplicate-keys/m-p/3037976#M718805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may be the casue "If, for one or more of the rows to be inserted, a row with the same primary key or the same unique secondary key already exists and the ACCEPTING DUPLICATE KEYS addition is specified, the rows are not inserted and sy-subrc is set to 4. If, in this case, the addition ACCEPTING DUPLICATE KEYS is not specified, no rows are inserted. Prior to Release 6.10, this raises an exception that cannot be handled; as of Release 6.10, this raises the exception that can be handled CX_SY_OPEN_SQL_DB. "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 12:09:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accepting-duplicate-keys/m-p/3037976#M718805</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2007-11-15T12:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: ACCEPTING DUPLICATE KEYS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accepting-duplicate-keys/m-p/3037977#M718806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;ACCEPTING DUPLICATE KEYS addition never inserts duplicate records into table it only avoids system dump when trying to insert duplicate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;reward if solved&lt;/STRONG&gt;*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 12:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accepting-duplicate-keys/m-p/3037977#M718806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T12:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: ACCEPTING DUPLICATE KEYS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accepting-duplicate-keys/m-p/3037978#M718807</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 many records you got in IT_AUXCAB?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Only those many records will get inserting by deleting the duplicates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 12:30:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accepting-duplicate-keys/m-p/3037978#M718807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T12:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: ACCEPTING DUPLICATE KEYS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/accepting-duplicate-keys/m-p/3037979#M718808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I changed the key fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2007 14:28:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/accepting-duplicate-keys/m-p/3037979#M718808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-15T14:28:35Z</dc:date>
    </item>
  </channel>
</rss>

