<?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: ranges in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ranges/m-p/2536151#M575673</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 Objects are defined the Transaction SNRO.&lt;/P&gt;&lt;P&gt;The definition of number range object is based on the domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All number range object definitions are stored in table TNRO.&lt;/P&gt;&lt;P&gt;So you can check Domains of the fields that u mentioned and find the entries in the table.&lt;/P&gt;&lt;P&gt;Note:sometimes the domain name may not be the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jul 2007 08:53:21 GMT</pubDate>
    <dc:creator>varma_narayana</dc:creator>
    <dc:date>2007-07-10T08:53:21Z</dc:date>
    <item>
      <title>ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ranges/m-p/2536149#M575671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what are the number ranges fo following while using predefined applications for recording&lt;/P&gt;&lt;P&gt;1.lifnr(vendor acc number(xk01)&lt;/P&gt;&lt;P&gt;2.Sales order number (va01)&lt;/P&gt;&lt;P&gt;3.material number(mm01)&lt;/P&gt;&lt;P&gt;4.cutomer account number(vd01)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 06:35:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ranges/m-p/2536149#M575671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T06:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ranges/m-p/2536150#M575672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;See the Tcodes &amp;lt;b&amp;gt;SNUM and SNRO&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;first try to know the NUMBER RANGE OBJECTs for the respective objects like Customer, vendor, material etc&lt;/P&gt;&lt;P&gt;and in the relative transaction search for the different types of partners ranges&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, 10 Jul 2007 06:53:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ranges/m-p/2536150#M575672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T06:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ranges/m-p/2536151#M575673</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 Objects are defined the Transaction SNRO.&lt;/P&gt;&lt;P&gt;The definition of number range object is based on the domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All number range object definitions are stored in table TNRO.&lt;/P&gt;&lt;P&gt;So you can check Domains of the fields that u mentioned and find the entries in the table.&lt;/P&gt;&lt;P&gt;Note:sometimes the domain name may not be the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;reward if helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 08:53:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ranges/m-p/2536151#M575673</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-07-10T08:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ranges/m-p/2536152#M575674</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;You can also find the NUMBER RANGE OBJECTS in the source code of a transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Find the  Call Function 'NUMBER_GET_NEXT'. (Select the MAIN PROGRAM radiobutton while searching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This function will have a parameter  OBJECT. &lt;/P&gt;&lt;P&gt;double click on its actual parameter. Here NROBJ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'NUMBER_GET_NEXT'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            OBJECT                  = NROBJ&lt;/P&gt;&lt;P&gt;            NR_RANGE_NR             = T077D-NUMKR&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;            NUMBER                  = KNA1-KUNNR&lt;/P&gt;&lt;P&gt;            RETURNCODE              = RETCODE&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            INTERVAL_NOT_FOUND      = 01&lt;/P&gt;&lt;P&gt;            NUMBER_RANGE_NOT_INTERN = 02&lt;/P&gt;&lt;P&gt;            OBJECT_NOT_FOUND        = 03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will show the declaration.&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;DATA:    NROBJ         LIKE TNRO-OBJECT  VALUE 'DEBITOR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you can find the NUMBER RANGE OBJECT  name 'DEBITOR'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this will surely help u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 09:01:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ranges/m-p/2536152#M575674</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-07-10T09:01:26Z</dc:date>
    </item>
  </channel>
</rss>

