<?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: Resetting number ranges through SNRO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531591#M242921</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; The number ranges are also replaced. My basis admin&lt;/P&gt;&lt;P&gt;&amp;gt; told me that table NRIV is copied. He says if there&lt;/P&gt;&lt;P&gt;&amp;gt; is a update during the backup (in the production),&lt;/P&gt;&lt;P&gt;&amp;gt; these updates won't be in the backup. He copies this&lt;/P&gt;&lt;P&gt;&amp;gt; backup into test system. I am not even clear on this&lt;/P&gt;&lt;P&gt;&amp;gt; point.   &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Thanks,&lt;/P&gt;&lt;P&gt;&amp;gt; Sobhan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the explanation. You take a backup of your production system at a point of time X. At this time, NRIV table has a value of 12345 for document X. Now you refresh your test system with this backup. So your NRIV table in test system will show that the next number available for document X is 12345. Now you create a new document X in test system. It should get the number 12345 allocated to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't see why it is dumping in your case, unless they are applying different backups to test system in phases like taking a backup of say number ranges at one time and applying that first to test system. In that case, your test system will have the next number at 12345. Meanwhile documents are being created in production and the next available one in production may be 12349. Now basis takes a backup of the documents without the taking the new NRIV backup and apply that to test system. Now in your test system you have documents 12345, 12346, 12347, 12348 while the number range says the next available number is 12345. That is where the dump happens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check with your basis if they are doing it this way. If they take one backup for all and apply it, then there should be any problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Aug 2006 21:33:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-09T21:33:16Z</dc:date>
    <item>
      <title>Resetting number ranges through SNRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531569#M242899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Client Copy: Each time a client copy is made, material movement postings cannot be processed until several number ranges are reset and the user gets the message Express document &amp;#147;update was terminated&amp;#148;. These number ranges can be reset thru SNRO. But identifying what objects need to be reset also difficult. I don&amp;#146;t know how to identify what objects need to be reset the number ranges for the problem. This problem occurs each time a client copy is made (The user faces). Does anyone know what each object in that table? Where can I find the descriptions of each object? How do I know what objects need to be reset?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sobhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 19:44:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531569#M242899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T19:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting number ranges through SNRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531570#M242900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one way is to keep a break point in number&lt;STRONG&gt;get&lt;/STRONG&gt;next fm, as the object names  are hardcoded (likely i guess) in respective programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 19:47:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531570#M242900</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-08-09T19:47:11Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting number ranges through SNRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531571#M242901</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 find the objects in the table TNRO and texts in TNROT table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I created a goods movement using MIGO and it hit the following objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MATBELEG&lt;/P&gt;&lt;P&gt;RF_BELEG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Narendran Muthukumaran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 20:07:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531571#M242901</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T20:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting number ranges through SNRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531572#M242902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narendran,&lt;/P&gt;&lt;P&gt;Those texts are not enough to make a decision that this is the object that needs to be used for a particular teask such as purchase order creation.&lt;/P&gt;&lt;P&gt;Precisely, is there some document explains,  this object is used in conjuction with a particular task such as creating a purchase order.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sobhan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 20:15:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531572#M242902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T20:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting number ranges through SNRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531573#M242903</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 created a goods movement using MIGO and it hit the following objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MATBELEG&lt;/P&gt;&lt;P&gt;RF_BELEG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 20:21:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531573#M242903</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T20:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting number ranges through SNRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531574#M242904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Narendran,&lt;/P&gt;&lt;P&gt;Thanks for the help. How do you find that creating a goods movement hit the mentioned objects?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sobhan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 20:26:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531574#M242904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T20:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting number ranges through SNRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531575#M242905</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 the table T003M for the number range intervals for each transaction / event for goods movement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 20:27:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531575#M242905</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T20:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting number ranges through SNRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531576#M242906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Debugging..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 20:28:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531576#M242906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T20:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting number ranges through SNRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531577#M242907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another way is to get the objects from respective SPRO number range settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 20:29:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531577#M242907</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-08-09T20:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting number ranges through SNRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531578#M242908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Narendran,&lt;/P&gt;&lt;P&gt;I understand your point. How can user identify these are the objects need to be reset the ranges?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sobhan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 20:30:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531578#M242908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T20:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting number ranges through SNRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531579#M242909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manohar,&lt;/P&gt;&lt;P&gt;Can you give me the path for  SPRO number range settings? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sobhan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 20:33:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531579#M242909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T20:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting number ranges through SNRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531580#M242910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Standard SAP transaction for setting up the number ranges for the material document MBNK. This transaction has the number range object MATBELEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I debugged the accounting document number range object RF_BELEG was also called. As the accounting document will be posted immediately after the material document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I believe you have to reset the object MATBELEG for the material document.&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;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 20:35:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531580#M242910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T20:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting number ranges through SNRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531581#M242911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How come your number ranges are not being replaced when you did the client copy?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 20:35:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531581#M242911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T20:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting number ranges through SNRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531582#M242912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;normally even number range settings will also be copied...and the target client can be used direcly with out any manual configs or changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 20:37:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531582#M242912</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-08-09T20:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting number ranges through SNRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531583#M242913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The number ranges are also replaced. My basis admin told me that table NRIV is copied. He says if there is a update during the backup (in the production), these updates won't be in the backup. He copies this backup into test system. I am not even clear on this point.   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sobhan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 20:44:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531583#M242913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T20:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting number ranges through SNRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531584#M242914</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;  Please see my earlier reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 20:45:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531584#M242914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T20:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting number ranges through SNRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531585#M242915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then get the dump of that table from production and update in this new client programatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 20:47:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531585#M242915</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-08-09T20:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting number ranges through SNRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531586#M242916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I get the dump of the table?  How can I update the table in the target client? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sobhan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 20:51:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531586#M242916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T20:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting number ranges through SNRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531587#M242917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I get the dump of the table?  How can I update the table in the target client? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sobhan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 20:51:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531587#M242917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T20:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Resetting number ranges through SNRO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531588#M242918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I get the dump from souce table? How can I update the table in target?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sobhan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Aug 2006 20:52:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/resetting-number-ranges-through-snro/m-p/1531588#M242918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-09T20:52:45Z</dc:date>
    </item>
  </channel>
</rss>

