<?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: ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPREC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-processor-sapsql-array-insert-duprec/m-p/5028649#M1169802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its in pgm "SAPLEDI1" in the include "LEDI1F09".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jan 2009 07:15:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-09T07:15:58Z</dc:date>
    <item>
      <title>ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-processor-sapsql-array-insert-duprec/m-p/5028647#M1169800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;  When ran the pgm in background got a short dump as "ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPREC".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its seems that this has occured when  a duplicate record is inserted into the database table.Please help me to find which value is getting inserted&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 05:39:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-processor-sapsql-array-insert-duprec/m-p/5028647#M1169800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-09T05:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-processor-sapsql-array-insert-duprec/m-p/5028648#M1169801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may be difficult to suggest right away..&lt;/P&gt;&lt;P&gt;Could you tell which program u r executing.&lt;/P&gt;&lt;P&gt;Try and look for INSERT statements in the program.. and analyse the internal table there..&lt;/P&gt;&lt;P&gt;also you may have to check if any similar record already exists in ur Database table..&lt;/P&gt;&lt;P&gt;Revert if u need more help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 06:43:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-processor-sapsql-array-insert-duprec/m-p/5028648#M1169801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-09T06:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-processor-sapsql-array-insert-duprec/m-p/5028649#M1169802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its in pgm "SAPLEDI1" in the include "LEDI1F09".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 07:15:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-processor-sapsql-array-insert-duprec/m-p/5028649#M1169802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-09T07:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-processor-sapsql-array-insert-duprec/m-p/5028650#M1169803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dont study the programs..&lt;/P&gt;&lt;P&gt;Best would be to check the data you are inserting with respect to the data already present.&lt;/P&gt;&lt;P&gt;Thats the best way coming to my mind..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 10:53:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-processor-sapsql-array-insert-duprec/m-p/5028650#M1169803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-09T10:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-processor-sapsql-array-insert-duprec/m-p/5028651#M1169804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; can you run it online?&lt;/P&gt;&lt;P&gt;If yes, in the short dump go in "debug mode" (with the corresponding button) and you'll see the instruction with error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably you'll we able to see the content of the work are of the record that the program tries to insert in the standard table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 10:57:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-processor-sapsql-array-insert-duprec/m-p/5028651#M1169804</guid>
      <dc:creator>andrea_galluccio2</dc:creator>
      <dc:date>2009-01-09T10:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-processor-sapsql-array-insert-duprec/m-p/5028652#M1169805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) First check wheather there any Indexes are maintained for the table,Check wheather all the primary keys has been maintained in the Index. if it is not maintained , maintain all the primary keys in the indexes or delete the index. Take help of BASIS person&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Secondly check wheather data already exist&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) if it is standard transaction then check with the number range Take the help of functional consultant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Check for Note Availability&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 10:59:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-processor-sapsql-array-insert-duprec/m-p/5028652#M1169805</guid>
      <dc:creator>former_member15255</dc:creator>
      <dc:date>2009-01-09T10:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP/4 processor: SAPSQL_ARRAY_INSERT_DUPREC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-processor-sapsql-array-insert-duprec/m-p/5028653#M1169806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ! &lt;/P&gt;&lt;P&gt;This problem was solution ?&lt;/P&gt;&lt;P&gt;I got dump too.&lt;/P&gt;&lt;P&gt;Can you help me ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 10:58:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-4-processor-sapsql-array-insert-duprec/m-p/5028653#M1169806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T10:58:52Z</dc:date>
    </item>
  </channel>
</rss>

