<?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: Creating Multiple Number Range in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-number-range/m-p/1896849#M374780</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     I will suggest two idea's for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create one number range object for YYYYY and then append it to XXXX that is there in database, but here the number of strings that you can generate are limited.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another Idea is to create say 5 Nmber range objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And have it like if XXXX is in range1 to range 2 use Number range object1 to get YYYYY. &lt;/P&gt;&lt;P&gt;And if XXXX is in range 2 to range 3 then use number range object2 (Or interval 2 of the same number range object 1 that is if you want only one number range object and have 5 intervals instead of 5 number range objects.) to get YYYYY. With this you will more options for generating the required XXXXYYYYY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction for creating number ranges is SNRO.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jan 2007 04:24:45 GMT</pubDate>
    <dc:creator>seshatalpasai_madala</dc:creator>
    <dc:date>2007-01-24T04:24:45Z</dc:date>
    <item>
      <title>Creating Multiple Number Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-number-range/m-p/1896847#M374778</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 required to create strings of the following format: XXXXYYYYY. A customized program will read in a string of 4 characters (XXXX) and generate a running number (YYYYY) for it. Every unique XXXX has its own running number range. The strings XXXX are stored in the database. More XXXX could be added to the database in the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, &lt;/P&gt;&lt;P&gt;TA0100001,TA0100002....&lt;/P&gt;&lt;P&gt;SB0200001...&lt;/P&gt;&lt;P&gt;SB0300001...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a function to create the number ranges? Any advice on how I should approach this problem? Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 03:33:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-number-range/m-p/1896847#M374778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T03:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Multiple Number Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-number-range/m-p/1896848#M374779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;transaction SNRO. There you need to give the number range object name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then create intervals for the same. SNR0 is the function group. and the NUMBER_GET_NEXT is the function module to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/2a/fa02e3493111d182b70000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/2a/fa02e3493111d182b70000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 04:05:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-number-range/m-p/1896848#M374779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T04:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Multiple Number Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-number-range/m-p/1896849#M374780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     I will suggest two idea's for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create one number range object for YYYYY and then append it to XXXX that is there in database, but here the number of strings that you can generate are limited.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another Idea is to create say 5 Nmber range objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And have it like if XXXX is in range1 to range 2 use Number range object1 to get YYYYY. &lt;/P&gt;&lt;P&gt;And if XXXX is in range 2 to range 3 then use number range object2 (Or interval 2 of the same number range object 1 that is if you want only one number range object and have 5 intervals instead of 5 number range objects.) to get YYYYY. With this you will more options for generating the required XXXXYYYYY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction for creating number ranges is SNRO.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 04:24:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-number-range/m-p/1896849#M374780</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-01-24T04:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Multiple Number Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-number-range/m-p/1896850#M374781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;decided not to use number ranges&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2007 00:18:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/creating-multiple-number-range/m-p/1896850#M374781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-03T00:18:25Z</dc:date>
    </item>
  </channel>
</rss>

