<?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 Number range issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-issue/m-p/2815763#M658484</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;I am trying to create idoc wherein I am getting error :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Error          SAPSQL_ARRAY_INSERT_DUPREC&lt;/P&gt;&lt;P&gt;Exception              CX_SY_OPEN_SQL_DB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the details and error is at:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT EDID4 FROM TABLE LIST_CONTAINER_CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the number range for object EDIDOC and it has NRLEVEL(current no) as &amp;lt;b&amp;gt;1700&amp;lt;/b&amp;gt; which is same as displayed in t-code SNRO for the object EDIDOC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I debug the issue, the next document number generated in FM 'NUMBER_GET_NEXT' is &amp;lt;b&amp;gt;1500&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How's it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In debug mode, I found below code which gets the next no.&lt;/P&gt;&lt;P&gt;Include LSNR3F01.&lt;/P&gt;&lt;P&gt;CALL 'ThNoGet' ID 'BNRIV'    FIELD BNRIV&lt;/P&gt;&lt;P&gt;               ID 'NO'       FIELD G_NOIVBUFFER&lt;/P&gt;&lt;P&gt;               ID 'QUAN'     FIELD P_QUANTITY&lt;/P&gt;&lt;P&gt;               ID 'PERCENT'  FIELD TNRO-PERCENTAGE&lt;/P&gt;&lt;P&gt;               ID 'NONRSWAP' FIELD TNRO-NONRSWAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody clarify this and help me how to solve this short dump issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also when I check EDID4 table, it shows document nos like 1800?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to solve this?&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;Yogita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Sep 2007 19:49:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-24T19:49:56Z</dc:date>
    <item>
      <title>Number range issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-issue/m-p/2815763#M658484</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;I am trying to create idoc wherein I am getting error :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Error          SAPSQL_ARRAY_INSERT_DUPREC&lt;/P&gt;&lt;P&gt;Exception              CX_SY_OPEN_SQL_DB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the details and error is at:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INSERT EDID4 FROM TABLE LIST_CONTAINER_CREATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the number range for object EDIDOC and it has NRLEVEL(current no) as &amp;lt;b&amp;gt;1700&amp;lt;/b&amp;gt; which is same as displayed in t-code SNRO for the object EDIDOC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I debug the issue, the next document number generated in FM 'NUMBER_GET_NEXT' is &amp;lt;b&amp;gt;1500&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How's it possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In debug mode, I found below code which gets the next no.&lt;/P&gt;&lt;P&gt;Include LSNR3F01.&lt;/P&gt;&lt;P&gt;CALL 'ThNoGet' ID 'BNRIV'    FIELD BNRIV&lt;/P&gt;&lt;P&gt;               ID 'NO'       FIELD G_NOIVBUFFER&lt;/P&gt;&lt;P&gt;               ID 'QUAN'     FIELD P_QUANTITY&lt;/P&gt;&lt;P&gt;               ID 'PERCENT'  FIELD TNRO-PERCENTAGE&lt;/P&gt;&lt;P&gt;               ID 'NONRSWAP' FIELD TNRO-NONRSWAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somebody clarify this and help me how to solve this short dump issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also when I check EDID4 table, it shows document nos like 1800?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to solve this?&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;Yogita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 19:49:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-issue/m-p/2815763#M658484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T19:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: Number range issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-issue/m-p/2815764#M658485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 22:32:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-issue/m-p/2815764#M658485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T22:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Number range issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-issue/m-p/2815765#M658486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 22:32:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-issue/m-p/2815765#M658486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T22:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Number range issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-issue/m-p/2815766#M658487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 22:32:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-issue/m-p/2815766#M658487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T22:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Number range issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-issue/m-p/2815767#M658488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello yogita.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Can you tell me how did you solve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 12:32:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-issue/m-p/2815767#M658488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-04T12:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Number range issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-issue/m-p/2815768#M658489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Yogita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you post the solution for your problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Siva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Apr 2013 12:25:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-issue/m-p/2815768#M658489</guid>
      <dc:creator>former_member213682</dc:creator>
      <dc:date>2013-04-15T12:25:02Z</dc:date>
    </item>
  </channel>
</rss>

