<?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 I can not create material using BAPI _MATERIAL_SAVEDATA? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-can-not-create-material-using-bapi-material-savedata/m-p/9138759#M1709288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Dear SAP friends,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;I am trying to create a material using BAPI _MATERIAL_SAVEDATA but error RETURNS "M2 262 Enter a material number". What will be the problem? I passed all other mandatory values to that function module.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;if i configure a material type (number range) internally? I can solve this problem? If yes kindly tell me step by step that how to configure a material type internally.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Pls tell me how to create a material without giving MATNR using BAPI _MATERIAL_SAVEDATA..... &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Janaraja&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Nov 2012 12:34:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-11-06T12:34:51Z</dc:date>
    <item>
      <title>I can not create material using BAPI _MATERIAL_SAVEDATA?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-can-not-create-material-using-bapi-material-savedata/m-p/9138759#M1709288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Dear SAP friends,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;I am trying to create a material using BAPI _MATERIAL_SAVEDATA but error RETURNS "M2 262 Enter a material number". What will be the problem? I passed all other mandatory values to that function module.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;if i configure a material type (number range) internally? I can solve this problem? If yes kindly tell me step by step that how to configure a material type internally.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Pls tell me how to create a material without giving MATNR using BAPI _MATERIAL_SAVEDATA..... &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Janaraja&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 12:34:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-can-not-create-material-using-bapi-material-savedata/m-p/9138759#M1709288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-11-06T12:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: I can not create material using BAPI _MATERIAL_SAVEDATA?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/i-can-not-create-material-using-bapi-material-savedata/m-p/9138760#M1709289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use BAPI_STDMATERIAL_GETINTNUMBER to get a values to pass to BAPI_MATERIAL_SAVEDATA.&lt;/P&gt;&lt;P&gt;(And read the BAPI HEADDATA parameter documentation )&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;o&amp;nbsp;&amp;nbsp; MATERIAL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Only external number assignment is supported for the material number&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (MATERIAL). If you want the material number to be assigned&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; internally, the method BAPI_MATERIAL_GETINTNUMBER must first be&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; called. This method determines an internal number for the material&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; to be created. You must enter this internal number in field&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HEADDATA-MATERIAL.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 12:44:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/i-can-not-create-material-using-bapi-material-savedata/m-p/9138760#M1709289</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-11-06T12:44:45Z</dc:date>
    </item>
  </channel>
</rss>

