<?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: Problem in creating No. Range Object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826649#M1129396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used CO_RUECK as Number length domain in SNRO tcode,  will it affect the data in afru table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another query is i use FM 'NUMBER_RANGE_INTERVAL_LIST' to get the first number in PAI .&lt;/P&gt;&lt;P&gt;How to increment it in next save. I want it monthwise, so i use subobject as 01,02, 03 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Nov 2008 04:49:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-24T04:49:35Z</dc:date>
    <item>
      <title>Problem in creating No. Range Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826644#M1129391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one ztable ZDESIGN having fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NFDESIGN&lt;/P&gt;&lt;P&gt;DEPT&lt;/P&gt;&lt;P&gt;MACH_TYPE&lt;/P&gt;&lt;P&gt;MATNR&lt;/P&gt;&lt;P&gt;CODE&lt;/P&gt;&lt;P&gt;CUST_NM&lt;/P&gt;&lt;P&gt;MACH_NO&lt;/P&gt;&lt;P&gt;MAKTX&lt;/P&gt;&lt;P&gt;NETWORK_NO&lt;/P&gt;&lt;P&gt;QTY&lt;/P&gt;&lt;P&gt;MOD_CODE&lt;/P&gt;&lt;P&gt;STATUS&lt;/P&gt;&lt;P&gt;DVER&lt;/P&gt;&lt;P&gt;IMPL&lt;/P&gt;&lt;P&gt;PART_ST&lt;/P&gt;&lt;P&gt;RELBY&lt;/P&gt;&lt;P&gt;RELDT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to store the number in code field on save. but i want to add many records at one time.&lt;/P&gt;&lt;P&gt;while creating number range object(SNRO) , foll error is coming&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table ZDESIGN may have only the no.range el.field and the subobject as a key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how create number range object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 12:03:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826644#M1129391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T12:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in creating No. Range Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826645#M1129392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi kushi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to SNRO tcode and give data element as S_CARR_ID and give domain as ( take it from afru table the counter for confirmation number , that is the next field to the RUECK )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then give the warning percentage .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then maintain the number ranges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you need to add 01, 02 etc to the SCARR TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE A SMALL PROGRAM WHICH INSERTS THE CARRID values with 01 02 ETC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now maintain the number ranges in the same SNRO tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now call the FM NUMBER_GET_NEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 12:09:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826645#M1129392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T12:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in creating No. Range Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826646#M1129393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramchander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Created number range.&lt;/P&gt;&lt;P&gt;but now how to use it in my module pool program. Please tell me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Nov 2008 04:37:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826646#M1129393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-22T04:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in creating No. Range Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826647#M1129394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me how this No.Range Object (ZABC)  can be used in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Nov 2008 04:56:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826647#M1129394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-22T04:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in creating No. Range Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826648#M1129395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI  All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone work on SNRO tcode. how to use it in program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Nov 2008 06:48:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826648#M1129395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-22T06:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in creating No. Range Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826649#M1129396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used CO_RUECK as Number length domain in SNRO tcode,  will it affect the data in afru table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another query is i use FM 'NUMBER_RANGE_INTERVAL_LIST' to get the first number in PAI .&lt;/P&gt;&lt;P&gt;How to increment it in next save. I want it monthwise, so i use subobject as 01,02, 03 etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 04:49:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826649#M1129396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T04:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in creating No. Range Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826650#M1129397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kushi,&lt;/P&gt;&lt;P&gt;it doesnt effect any other tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes you need to use subobjects as you mentioned above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use FM NUMBER_GET_NEXT to get the next value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 04:53:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826650#M1129397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T04:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in creating No. Range Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826651#M1129398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Ramchander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i write in PAI as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'SAVE'.&lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;move itab-reldt+4(2) to sub.  " date field' s month&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'NUMBER_RANGE_INTERVAL_LIST'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    object                           = 'ZABC'&lt;/P&gt;&lt;P&gt;   SUBOBJECT                        = sub&lt;/P&gt;&lt;P&gt;  tables&lt;/P&gt;&lt;P&gt;    interval                         = ZNRIV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;message W012(zdes) with ZNRIV-NRLEVEL.&lt;/P&gt;&lt;P&gt;MOVE ZNRIV-NRLEVEL TO ITAB-CODE.&lt;/P&gt;&lt;P&gt;MODIFY ITAB.&lt;/P&gt;&lt;P&gt;MODIFY ZDESIGN FROM TABLE ITAB.&lt;/P&gt;&lt;P&gt;CLEAR OK_CODE.&lt;/P&gt;&lt;P&gt;CLEAR ITAB.&lt;/P&gt;&lt;P&gt;SET SCREEN 1001.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now how to increment it every month using FM 'NUMBER_GET_NEXT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 05:32:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826651#M1129398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T05:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in creating No. Range Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826652#M1129399</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;check this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://forums.sdn.sap.com/click.jspa?searchID=19051479&amp;amp;messageID=6400876]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 05:37:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826652#M1129399</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-11-24T05:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in creating No. Range Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826653#M1129400</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;But i am able to initialize it every month as 1st entry of every month may not done on 1st .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 06:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826653#M1129400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T06:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in creating No. Range Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826654#M1129401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kushi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Number ranges are not meant for initialization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to use subobjects which allows you to create number range values for example based on the month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need not to increase the number every time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the FM gives you increased number every time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as i said earlier create entries in SCARR table. carrid values like 01 02 03 04 -- 10 11 12 ETC.&lt;/P&gt;&lt;P&gt;12 sub objects for 12 months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then go to SNRO tcode and create the values for each month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data date type sy-datum.&lt;/P&gt;&lt;P&gt;month(2)  type c.&lt;/P&gt;&lt;P&gt;month = sy-datum+3(2) will give you the current month.&lt;/P&gt;&lt;P&gt;pass this to the FM NUMBER_GET_NEXT &lt;/P&gt;&lt;P&gt;along with other parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this is clear to you.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 07:07:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826654#M1129401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T07:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in creating No. Range Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826655#M1129402</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 understood the concept, but how to pass it intermediate table because my requirement is to pass the same number to all enteries in one transaction ta the time of save.  What value should pass to nr_range_nr  field of FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Khushi p on Nov 24, 2008 9:38 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 08:33:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826655#M1129402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T08:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in creating No. Range Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826656#M1129403</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;My problem is solved.&lt;/P&gt;&lt;P&gt;Thanks to all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 10:35:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-creating-no-range-object/m-p/4826656#M1129403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T10:35:39Z</dc:date>
    </item>
  </channel>
</rss>

