<?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 subobject creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-subobject-creation/m-p/990784#M74146</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Try using function module NUMBER_RANGE_INTERVAL_UPDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Sep 2005 10:54:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-16T10:54:49Z</dc:date>
    <item>
      <title>Number range subobject creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-subobject-creation/m-p/990783#M74145</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;In my code I check if a number range subobject exists in table NRIV and when not existing I would like to add the subobject to the table. I know that the tables NRIV, TNRO and TNROT hold the data for the number range objects and subobjects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know if someone has ever created a new number range subobject from code and what the minimum of entries to the tables (NRIV, TNRO and TNROT) are to get a new (working) subitem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetz Fred.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2005 10:36:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-subobject-creation/m-p/990783#M74145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-16T10:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Number range subobject creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-subobject-creation/m-p/990784#M74146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Fred,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Try using function module NUMBER_RANGE_INTERVAL_UPDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2005 10:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-subobject-creation/m-p/990784#M74146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-16T10:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Number range subobject creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-subobject-creation/m-p/990785#M74147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to add a subobject to an existing number range without extra user input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system gets the subobject name and checks if it already exists of not existing I need to add an extra subobject with standard values with the name of the given subobject.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can not find a Function (wihout dialog) to realize this, so I think I can add an entry to the tables through code. But I am not sure if the system accepts this (recognizes the new subobject) and which fields I need to fill.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All help on this subject is welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetings Fred.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2005 12:21:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-subobject-creation/m-p/990785#M74147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-16T12:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Number range subobject creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-subobject-creation/m-p/990786#M74148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you mean this i am not sure.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; select  * from t003o where auart = x_bncom-auart.&lt;/P&gt;&lt;P&gt;  endselect.&lt;/P&gt;&lt;P&gt;  if sy-subrc = 0.&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                   = t003o-numkr&lt;/P&gt;&lt;P&gt;        OBJECT                        = 'AUFTRAG'&lt;/P&gt;&lt;P&gt;        QUANTITY                      = '1'&lt;/P&gt;&lt;UL&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                        = next_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;/UL&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;        INTERVAL_OVERFLOW             = 6&lt;/P&gt;&lt;P&gt;        BUFFER_OVERFLOW               = 7&lt;/P&gt;&lt;P&gt;        OTHERS                        = 8&lt;/P&gt;&lt;P&gt;              .&lt;/P&gt;&lt;P&gt;    IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;*MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;UL&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;Regards,&lt;/P&gt;&lt;P&gt;Shekhar Kulkarni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2005 13:20:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-subobject-creation/m-p/990786#M74148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-16T13:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Number range subobject creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-subobject-creation/m-p/990787#M74149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would indeed like to use the function 'NUMBER_GET_NEXT' but when the subobject does not exist it will not work.&lt;/P&gt;&lt;P&gt;That's why I first check if the subobject exist and when not, than I must create one from source code.&lt;/P&gt;&lt;P&gt;I do not know how to create a subobject from source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greetings Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2005 13:57:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-subobject-creation/m-p/990787#M74149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-16T13:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Number range subobject creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-subobject-creation/m-p/990788#M74150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using transaction snro. In this transaction you can create number range object and there are function module that are associated with that. &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/1f/8311204bc511d189750000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/1f/8311204bc511d189750000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/2a/fa0365493111d182b70000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/2a/fa0365493111d182b70000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shekhar Kulkarni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2005 14:59:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/number-range-subobject-creation/m-p/990788#M74150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-16T14:59:43Z</dc:date>
    </item>
  </channel>
</rss>

