<?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 does not exist in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-does-not-exist/m-p/1581147#M262221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shankar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Please check table &amp;lt;b&amp;gt;NRIV&amp;lt;/b&amp;gt; via SE16 with below values as input in the client that you have problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;1. Pass values: 'ZGPNO' for Object,
                '01'  for NRRANGENR.
2. Execute.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now check if the entries exist, if not then you can catch your Functional consultant or the person who configures the number range objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If entries exists, please check if there is any value for SUBOBJECT, if it exits you have to pass the same while calling your FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Hope this helps you.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Oct 2006 05:36:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-18T05:36:58Z</dc:date>
    <item>
      <title>Number range does not exist</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-does-not-exist/m-p/1581143#M262217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the problem in Number generation function.&lt;/P&gt;&lt;P&gt;e.g. NUMBER_GET_NEXT,&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'NUMBER_GET_NEXT'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      nr_range_nr             = '01'&lt;/P&gt;&lt;P&gt;      object                  = 'ZGPNO'&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      number                  = gpno .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that the error message is Number range '01' does not &lt;/P&gt;&lt;P&gt;exist .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in one client its executing like Developer client (the ZGPNO object is avail with number range) but in other clients (object avail) its not working even though it gets Transported.&lt;/P&gt;&lt;P&gt;Please help me to solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shankar M P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 12:48:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-does-not-exist/m-p/1581143#M262217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-17T12:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Number range does not exist</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-does-not-exist/m-p/1581144#M262218</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;The Number Ranges are client dependent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why dont you check out the same number range by going to &amp;lt;b&amp;gt;SNUM&amp;lt;/b&amp;gt; or &amp;lt;b&amp;gt;SNRO&amp;lt;/b&amp;gt; with the same object 'ZGPNO and see if range '01' exists&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should be in the client in which you are testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Dominic  Pappaly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 12:50:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-does-not-exist/m-p/1581144#M262218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-17T12:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Number range does not exist</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-does-not-exist/m-p/1581145#M262219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data: wnorange like INRI-NRRANGENR,            "number range,&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      wsubobj  like inri-SUBOBJECT,            "sub object&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      wdocno(12).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&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;               nr_range_nr         = wnorange&lt;/P&gt;&lt;P&gt;               object              = 'ZOWNNO'&lt;/P&gt;&lt;P&gt;               subobject           = wsubobj&lt;/P&gt;&lt;P&gt;         importing&lt;/P&gt;&lt;P&gt;               number                  = wdocno  "Number generated by SAP&lt;/P&gt;&lt;P&gt;         exceptions&lt;/P&gt;&lt;P&gt;               interval_not_found      = 1&lt;/P&gt;&lt;P&gt;               number_range_not_intern = 2&lt;/P&gt;&lt;P&gt;               object_not_found        = 3&lt;/P&gt;&lt;P&gt;               quantity_is_0           = 4&lt;/P&gt;&lt;P&gt;               quantity_is_not_1       = 5&lt;/P&gt;&lt;P&gt;               internal_overflow       = 6&lt;/P&gt;&lt;P&gt;               others                  = 7.&lt;/P&gt;&lt;P&gt;  if sy-subrc ne 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  message e086 with 'Number Range' sy-subrc.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 13:00:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-does-not-exist/m-p/1581145#M262219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-17T13:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Number range does not exist</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-does-not-exist/m-p/1581146#M262220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mrutyunjaya Tripathy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the value of wnorange, wsubobj.&lt;/P&gt;&lt;P&gt;Object in my case is 'ZGPNO'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls explain clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 03:29:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-does-not-exist/m-p/1581146#M262220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T03:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Number range does not exist</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-does-not-exist/m-p/1581147#M262221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shankar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Please check table &amp;lt;b&amp;gt;NRIV&amp;lt;/b&amp;gt; via SE16 with below values as input in the client that you have problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;1. Pass values: 'ZGPNO' for Object,
                '01'  for NRRANGENR.
2. Execute.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now check if the entries exist, if not then you can catch your Functional consultant or the person who configures the number range objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If entries exists, please check if there is any value for SUBOBJECT, if it exits you have to pass the same while calling your FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Hope this helps you.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Oct 2006 05:36:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-does-not-exist/m-p/1581147#M262221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-18T05:36:58Z</dc:date>
    </item>
  </channel>
</rss>

