<?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_STDMATERIAL_GETINTNUMBER in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-stdmaterial-getintnumber/m-p/3902997#M936368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, BAPI does not give any errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Jun 2008 14:17:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-04T14:17:19Z</dc:date>
    <item>
      <title>BAPI_STDMATERIAL_GETINTNUMBER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-stdmaterial-getintnumber/m-p/3902995#M936366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am facing following problem with this BAPI: each time I call this BAPI it gives me new material number, though the previous one is not created. Lets say first time I call it i gets 14 but then material 14 does not get created, then I call BAPI ones more, and it gives med 15 instead of 14.&lt;/P&gt;&lt;P&gt;Does anyone have examples of how to use this BAPI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 14:05:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-stdmaterial-getintnumber/m-p/3902995#M936366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T14:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_STDMATERIAL_GETINTNUMBER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-stdmaterial-getintnumber/m-p/3902996#M936367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elena,&lt;/P&gt;&lt;P&gt;              When u execute this BAPI, does it end up with an error message or is it successful? Coz if it ends up in an error message, part of the material numbers requested may already have been assigned. These material numbers are contained in the output parameter MATERIAL_NUMBER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence pls get this confirmed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 14:10:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-stdmaterial-getintnumber/m-p/3902996#M936367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T14:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_STDMATERIAL_GETINTNUMBER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-stdmaterial-getintnumber/m-p/3902997#M936368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, BAPI does not give any errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 14:17:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-stdmaterial-getintnumber/m-p/3902997#M936368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T14:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_STDMATERIAL_GETINTNUMBER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-stdmaterial-getintnumber/m-p/3902998#M936369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This BAPI is basically used to assign new internal numbers for a material type. So when u execute it and it does not give u an error, it means that it has already assigned a new number for your material type, and this process would continue everytime you ecexute the BAPI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 14:22:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-stdmaterial-getintnumber/m-p/3902998#M936369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T14:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_STDMATERIAL_GETINTNUMBER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-stdmaterial-getintnumber/m-p/3902999#M936370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elena,&lt;/P&gt;&lt;P&gt;BAPI_STDMATERIAL_GETINTNUMBER  Assign New Internal Numbers for a Material Type.&lt;/P&gt;&lt;P&gt;In SAP Object is mantained under which ranges are provided.&lt;/P&gt;&lt;P&gt;So this BAPI just generates the next no. from the range assigned to that material type . It does not create the material.&lt;/P&gt;&lt;P&gt;For creation of Material use FM BAPI_STANDARDMATERIAL_CREATE or  BAPI_MATERIAL_SAVEDATA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will clear ur doubts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 14:29:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-stdmaterial-getintnumber/m-p/3902999#M936370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T14:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_STDMATERIAL_GETINTNUMBER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-stdmaterial-getintnumber/m-p/3903000#M936371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I know that this BAPI does not create material. My program does it afterwards.&lt;/P&gt;&lt;P&gt;But when my program goes wrong, the material is not created, but still the proposed material number is already u201Cusedu201D and BAPI gives me new one when I run my program again.&lt;/P&gt;&lt;P&gt;But I think it is just the way standard SAP works and it is not BAPI error.&lt;/P&gt;&lt;P&gt;I have checked, it is the same situation if I test it manually in MM01.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 14:35:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-stdmaterial-getintnumber/m-p/3903000#M936371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T14:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_STDMATERIAL_GETINTNUMBER</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-stdmaterial-getintnumber/m-p/3903001#M936372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have alredy told you that when your BAPi executes, an internal number is automatically generated. So even if your program goes into an error, the internal number would already have been generated. There is nothing much you could do abt it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jun 2008 14:38:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-stdmaterial-getintnumber/m-p/3903001#M936372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-04T14:38:47Z</dc:date>
    </item>
  </channel>
</rss>

