<?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: number range in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range/m-p/3136168#M745196</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jamnun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A number range (created from transaction SNRO) is used to determine the next running number in a defined sequence. For example, a purchase order has a number range assigned, hence everytime you create a purchase order, a number automatically gets assigned. This number is determined from the number range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Number ranges skip because of the buffering defined for the number range. You can confirm the buffering set up from transaction SNRO once you know which number range you are dealing with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are generating the next number yourself in a custom program using the function module NUMBER_GET_NEXT then to prevent skipping of number range due to buffer, pass &lt;/P&gt;&lt;P&gt;X to the IGNORE_BUFFER import parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Aditya Laud on Dec 27, 2007 12:20 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Dec 2007 05:00:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-27T05:00:40Z</dc:date>
    <item>
      <title>number range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range/m-p/3136165#M745193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is an number ramnge and i am facinf a problem with number range skipping waht can be the reason. ss notes is used&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 04:50:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range/m-p/3136165#M745193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T04:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: number range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range/m-p/3136166#M745194</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;number range is defined in spro. &lt;/P&gt;&lt;P&gt;there can be internal number range or external number range&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;internal number range say for equipments means when u create a n equipment u need not give  equipment system will automatically assign next available number from the defined range and u cannot skip it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;external number means u can assign no externally from the defined range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;reward points if helpfull&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 04:53:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range/m-p/3136166#M745194</guid>
      <dc:creator>Vijay</dc:creator>
      <dc:date>2007-12-27T04:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: number range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range/m-p/3136167#M745195</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;Please check the TCode SNRO, and see whether it is buffered or not? If it is buffered there is a possibility of skipping the sequence of numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 04:56:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range/m-p/3136167#M745195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T04:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: number range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range/m-p/3136168#M745196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jamnun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A number range (created from transaction SNRO) is used to determine the next running number in a defined sequence. For example, a purchase order has a number range assigned, hence everytime you create a purchase order, a number automatically gets assigned. This number is determined from the number range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Number ranges skip because of the buffering defined for the number range. You can confirm the buffering set up from transaction SNRO once you know which number range you are dealing with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are generating the next number yourself in a custom program using the function module NUMBER_GET_NEXT then to prevent skipping of number range due to buffer, pass &lt;/P&gt;&lt;P&gt;X to the IGNORE_BUFFER import parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Aditya Laud on Dec 27, 2007 12:20 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Dec 2007 05:00:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range/m-p/3136168#M745196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-27T05:00:40Z</dc:date>
    </item>
    <item>
      <title>Re: number range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range/m-p/3136169#M745197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sir,&lt;/P&gt;&lt;P&gt;i am getting the PRODUCTION Order no range skip problem after  creating manual production order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done everything in  snro settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to control this,&lt;/P&gt;&lt;P&gt;Please explain&lt;/P&gt;&lt;P&gt;regadrds,&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 07:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range/m-p/3136169#M745197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-03T07:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: number range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range/m-p/3136170#M745198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sir,&lt;/P&gt;&lt;P&gt;i am getting the PRODUCTION Order no range skip problem after  creating manual production order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done everything in  snro settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to control this,&lt;/P&gt;&lt;P&gt;Please explain&lt;/P&gt;&lt;P&gt;regadrds,&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2008 07:09:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range/m-p/3136170#M745198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-03T07:09:04Z</dc:date>
    </item>
  </channel>
</rss>

