<?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: BAPI_MATERIAL_GETINTNUMBER in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getintnumber/m-p/1410634#M197812</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot avoid it if you are using internal number range. Everytime you read the number range, it will update the number range's next number automatically, whether the material is created or not. So you have no way of controlling that behaviour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the purpose of 'test' mode? Can you switch to external numbering when testing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Jul 2006 19:26:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-10T19:26:18Z</dc:date>
    <item>
      <title>BAPI_MATERIAL_GETINTNUMBER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getintnumber/m-p/1410627#M197805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The material number should be automatically generated so i am using BAPI_MATERIAL_GETINTNUMBER&lt;/P&gt;&lt;P&gt;to generate the material number and then pass the material number to the BAPI_MATERIAL_SAVEDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program needs to be run in test mode so the number has to be passed but not commiting so that &lt;/P&gt;&lt;P&gt;the material is not created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is the next time we run the program in the run mode then it will be be skipping the&lt;/P&gt;&lt;P&gt;test mode generated material numbers and creates new numbers. How do i deal with this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 18:39:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getintnumber/m-p/1410627#M197805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T18:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_GETINTNUMBER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getintnumber/m-p/1410628#M197806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might try a rollback, but I have feeling even this won't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 18:42:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getintnumber/m-p/1410628#M197806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T18:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_GETINTNUMBER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getintnumber/m-p/1410629#M197807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes rollback does not work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 18:44:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getintnumber/m-p/1410629#M197807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T18:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_GETINTNUMBER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getintnumber/m-p/1410630#M197808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, so if it's test mode, mnake up an arbitrary number and don't call BAPI_MATERIAL_GETINTNUMBER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 18:56:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getintnumber/m-p/1410630#M197808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T18:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_GETINTNUMBER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getintnumber/m-p/1410631#M197809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think you can avoid running numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only way is to use a seperate number range for this, and i dont think its a good option.&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>Mon, 10 Jul 2006 19:03:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getintnumber/m-p/1410631#M197809</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-07-10T19:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_GETINTNUMBER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getintnumber/m-p/1410632#M197810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;number range would be different for different mat types??&lt;/P&gt;&lt;P&gt;so do i have to pass a dummy number for different mat types?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 19:07:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getintnumber/m-p/1410632#M197810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T19:07:13Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_GETINTNUMBER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getintnumber/m-p/1410633#M197811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then if you are doing test ( if no one is exececuting/creating materials in mean time) then you can reset the number ranges back in SNRO.&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>Mon, 10 Jul 2006 19:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getintnumber/m-p/1410633#M197811</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-07-10T19:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_MATERIAL_GETINTNUMBER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getintnumber/m-p/1410634#M197812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot avoid it if you are using internal number range. Everytime you read the number range, it will update the number range's next number automatically, whether the material is created or not. So you have no way of controlling that behaviour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the purpose of 'test' mode? Can you switch to external numbering when testing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Jul 2006 19:26:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-material-getintnumber/m-p/1410634#M197812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-10T19:26:18Z</dc:date>
    </item>
  </channel>
</rss>

