<?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/2508329#M567148</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Actually i need to generate a number range plant and series group wise. example two plants are there 1000 and 2000 , And four series group a1, a , b1 and b2. A1 and a2 are linked to plant 1000 and other two are linked to another plant. now if am generating a document for plant 1000 with series group A1 i need to generate one number. Can that be done. I think in one number range only one sub object can be maintain. Plz help me out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maneesh Chandran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jul 2007 17:17:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-17T17:17:20Z</dc:date>
    <item>
      <title>Number Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range/m-p/2508325#M567144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Is it possible for me to maintain a number range, that generates a number with respect to a company and also with respect to a plant? If Possible how.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Maneesh Chandran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 16:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range/m-p/2508325#M567144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T16:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Number Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range/m-p/2508326#M567145</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;Yes you can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U need to create a your own range by trx SNRO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When u create the range you need to assign WERKS_D as data element for the subobject, u don't need to use company code because every plant can be assigned to onlu one company code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 16:49:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range/m-p/2508326#M567145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T16:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Number Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range/m-p/2508327#M567146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Using the Transactions SNRO and SNUM create a Number range object and maintain the Number ranges with different id's &lt;/P&gt;&lt;P&gt;Then in the respective application documnet you can write some code in a user exit and see that based on the plant and Company code a particular range has to be created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 16:50:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range/m-p/2508327#M567146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T16:50: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/2508328#M567147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It doesn't work like that. You will create a number range object and several number ranges within that using tcode SNRO. After that you can call the function module NUMBER_GET_NEXT to get the next number as you need. But to tie it to a company code and plant will not be possible. What exactly is this number going to represent?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 16:57:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range/m-p/2508328#M567147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T16:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Number Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range/m-p/2508329#M567148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   Actually i need to generate a number range plant and series group wise. example two plants are there 1000 and 2000 , And four series group a1, a , b1 and b2. A1 and a2 are linked to plant 1000 and other two are linked to another plant. now if am generating a document for plant 1000 with series group A1 i need to generate one number. Can that be done. I think in one number range only one sub object can be maintain. Plz help me out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maneesh Chandran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 17:17:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range/m-p/2508329#M567148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T17:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: Number Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range/m-p/2508330#M567149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Using one number range object can i generata a number for subobject company and plant(i need to give teo sub object). at present only one sub object is there. is it possible to maintian two sub object.&lt;/P&gt;&lt;P&gt;waiting for your reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maneesh Chandran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2007 17:20:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range/m-p/2508330#M567149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-17T17:20:01Z</dc:date>
    </item>
  </channel>
</rss>

