<?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: CODING NUMBER RANGES in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-number-ranges/m-p/2382328#M528958</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Check the Tcode SNUM and SNRO for Number range object creation and maintaining the Number ranges&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use the fun module&lt;/P&gt;&lt;P&gt;'NUMBER_GET_NEXT' in the code to get the numbers one after the other as per number range&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&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, 19 Jun 2007 09:52:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-19T09:52:28Z</dc:date>
    <item>
      <title>CODING NUMBER RANGES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-number-ranges/m-p/2382325#M528955</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;i am working in the Number Ranges which are setin  SNRO  to the Disctionary fields to do the upadet at each run. After setting all fields in SNRO and executing i am getting a message that:&lt;/P&gt;&lt;P&gt;1) "&amp;lt;b&amp;gt;NO MAY BE LOST..DO NOT USE FINANCIAL A/C DOCUMENTS&lt;/P&gt;&lt;P&gt;DO YOU WANT TO SET THIS BUFFRING METHOD".&amp;lt;/b&amp;gt;PLZ tell me wat to do next this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) &amp;lt;b&amp;gt;plz let me know the steps to code number ranges and waht are the Function module used to call the in reports&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) &amp;lt;b&amp;gt;how to update the number rganges to set the field = initial.waht is the functional module used for the same..&lt;/P&gt;&lt;P&gt;plz help me&amp;lt;/b&amp;gt;!!!!&lt;/P&gt;&lt;P&gt;MAHESH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 09:36:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-number-ranges/m-p/2382325#M528955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T09:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: CODING NUMBER RANGES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-number-ranges/m-p/2382326#M528956</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 think you may as well create a ranges table for the parameter rather than using it from SNRO.&lt;/P&gt;&lt;P&gt;The syntax is for e.g. Ranges: it_werks for eine-werks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you do so it_werks becomes a ranges internal table having the fields sign,option,low and high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can now use the table itself and fill in the values as your choice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 09:43:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-number-ranges/m-p/2382326#M528956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T09:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: CODING NUMBER RANGES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-number-ranges/m-p/2382327#M528957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The FM is to get the next number in the range is : &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                   =&lt;/P&gt;&lt;P&gt;        OBJECT                        =&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      QUANTITY                      = '1'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      SUBOBJECT                     = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      TOYEAR                        = '0000'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      IGNORE_BUFFER                 = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     IMPORTING&lt;/P&gt;&lt;P&gt;       NUMBER                        =&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      QUANTITY                      =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      RETURNCODE                    =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      INTERVAL_NOT_FOUND            = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      NUMBER_RANGE_NOT_INTERN       = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      OBJECT_NOT_FOUND              = 3&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      QUANTITY_IS_0                 = 4&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      QUANTITY_IS_NOT_1             = 5&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      INTERVAL_OVERFLOW             = 6&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      BUFFER_OVERFLOW               = 7&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      OTHERS                        = 8&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;              .&lt;/P&gt;&lt;P&gt;    IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&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;YOu can use this in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 'OBJECT' is the name of the number range object Name&lt;/P&gt;&lt;P&gt;and 'NR_RANGE_NR'  is the interval eg.. 01, 02 ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get the number returned by the FM in 'NUMBER' variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can set the number of numbers in the buffer to zero and &amp;lt;b&amp;gt;SAVE&amp;lt;/b&amp;gt; the object and on the pop up Press '&amp;lt;b&amp;gt;YES&amp;lt;/b&amp;gt;' to continue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Anish Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 09:46:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-number-ranges/m-p/2382327#M528957</guid>
      <dc:creator>former_member150733</dc:creator>
      <dc:date>2007-06-19T09:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: CODING NUMBER RANGES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-number-ranges/m-p/2382328#M528958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Check the Tcode SNUM and SNRO for Number range object creation and maintaining the Number ranges&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use the fun module&lt;/P&gt;&lt;P&gt;'NUMBER_GET_NEXT' in the code to get the numbers one after the other as per number range&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&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, 19 Jun 2007 09:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-number-ranges/m-p/2382328#M528958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T09:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: CODING NUMBER RANGES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-number-ranges/m-p/2382329#M528959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;THANKS FOR THE REPLYE,,&lt;/P&gt;&lt;P&gt;CAN YOU PLZ TELL ME..about the error messages i mensioned in my erlier post..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to initiale the same..&lt;/P&gt;&lt;P&gt;mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 10:04:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-number-ranges/m-p/2382329#M528959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T10:04:28Z</dc:date>
    </item>
  </channel>
</rss>

