<?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: How to avoid dump error while inserting records into database table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-dump-error-while-inserting-records-into-database-table/m-p/2292303#M500230</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After insert statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;continue.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SAB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 May 2007 22:16:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-21T22:16:46Z</dc:date>
    <item>
      <title>How to avoid dump error while inserting records into database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-dump-error-while-inserting-records-into-database-table/m-p/2292298#M500225</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;       While inserting records in database table, i am getting dump error due to the duplicate entries. How should i avoid the dump error and throw some warning messages &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Useful answers will be rewarded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 19:25:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-dump-error-while-inserting-records-into-database-table/m-p/2292298#M500225</guid>
      <dc:creator>JayR</dc:creator>
      <dc:date>2007-05-21T19:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid dump error while inserting records into database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-dump-error-while-inserting-records-into-database-table/m-p/2292299#M500226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the data in database table before inserting,if data is exists in database and then show message..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you use Modify statment and then you will not get short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Seshu Maramreddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 19:27:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-dump-error-while-inserting-records-into-database-table/m-p/2292299#M500226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T19:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid dump error while inserting records into database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-dump-error-while-inserting-records-into-database-table/m-p/2292300#M500227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you use a modify statement, u wont get dump. as modify will modify the existing entry, if an entry exists, else, insert new entry..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are particular about insert, then, select from dbtab for the current value in internal tab. if it exists, then display message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 19:34:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-dump-error-while-inserting-records-into-database-table/m-p/2292300#M500227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T19:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid dump error while inserting records into database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-dump-error-while-inserting-records-into-database-table/m-p/2292301#M500228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. The problem is not with the values in the existing database. The duplicate entries might be in the records which has to be inserted. Even if there is no value for key field in 2 records might result in duplicate entries. Actually i want to know is there any option like TRY ... CATCH to avoid this situation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 19:43:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-dump-error-while-inserting-records-into-database-table/m-p/2292301#M500228</guid>
      <dc:creator>JayR</dc:creator>
      <dc:date>2007-05-21T19:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid dump error while inserting records into database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-dump-error-while-inserting-records-into-database-table/m-p/2292302#M500229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two options available:&lt;/P&gt;&lt;P&gt;(1) Sort the itab containing the new entries by the key fields and remove duplicates prior to the INSERT into the DB table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2) Use the INSERT statement with the option ACCEPTING DUPLICATE KEYS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While these options &amp;lt;i&amp;gt;technically &amp;lt;/i&amp;gt;solve the problem by avoiding dumps it is up to you to define whether these options are &amp;lt;i&amp;gt;semantically &amp;lt;/i&amp;gt;correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 19:45:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-dump-error-while-inserting-records-into-database-table/m-p/2292302#M500229</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-05-21T19:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid dump error while inserting records into database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-dump-error-while-inserting-records-into-database-table/m-p/2292303#M500230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After insert statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;continue.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SAB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 May 2007 22:16:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-avoid-dump-error-while-inserting-records-into-database-table/m-p/2292303#M500230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-21T22:16:46Z</dc:date>
    </item>
  </channel>
</rss>

