<?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 Material Master upload-IDOC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-upload-idoc/m-p/6527991#M1426213</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;We are posting Material master data in SAP ECC using IDOC. Since we are getting data in the form of .xml file, we are using SAP XI to convert xml file (INPUT FILE) to IDOC for uploading Material Master..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP ECC number range is internal hence we are not passing any value in field MATNR but IDOC is throwing an error "Material number is mandatory'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried passing value '/' in this case it is creating Material record wih Material Number as "/"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me How to handle this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Rc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 09 Jan 2010 11:13:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-09T11:13:08Z</dc:date>
    <item>
      <title>Material Master upload-IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-upload-idoc/m-p/6527991#M1426213</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;We are posting Material master data in SAP ECC using IDOC. Since we are getting data in the form of .xml file, we are using SAP XI to convert xml file (INPUT FILE) to IDOC for uploading Material Master..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP ECC number range is internal hence we are not passing any value in field MATNR but IDOC is throwing an error "Material number is mandatory'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried passing value '/' in this case it is creating Material record wih Material Number as "/"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me How to handle this??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Rc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2010 11:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-upload-idoc/m-p/6527991#M1426213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-09T11:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Material Master upload-IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-upload-idoc/m-p/6527992#M1426214</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;Which message type are you using for material creation..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2010 13:34:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-upload-idoc/m-p/6527992#M1426214</guid>
      <dc:creator>nirajgadre</dc:creator>
      <dc:date>2010-01-09T13:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Material Master upload-IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-upload-idoc/m-p/6527993#M1426215</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;The matrial  number assignment is decided based on the which material type you using while creating the material.&lt;/P&gt;&lt;P&gt; check the material type present in the IDOC and also check the configuration for this material type.&lt;/P&gt;&lt;P&gt;I guess the material type which you are using is configured for the external material number assignment&lt;/P&gt;&lt;P&gt;hence giving the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Jan 2010 13:47:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-upload-idoc/m-p/6527993#M1426215</guid>
      <dc:creator>nirajgadre</dc:creator>
      <dc:date>2010-01-09T13:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Material Master upload-IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-upload-idoc/m-p/6527994#M1426216</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;We are using message type MATMAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Number range in ECC is set as INTERNAL Number Range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Rc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 05:38:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-upload-idoc/m-p/6527994#M1426216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-11T05:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Material Master upload-IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-upload-idoc/m-p/6527995#M1426217</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;Configuration are for INTERNAL number Range only. I have checked that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need some input on IDOC front....how to upload...how should be the format of file...it's xml&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Rc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 05:43:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-upload-idoc/m-p/6527995#M1426217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-11T05:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Material Master upload-IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-upload-idoc/m-p/6527996#M1426218</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 guess the process code which you are using for the creation of the material except only the external numbers  . In this you need to call the &lt;STRONG&gt;BAPI_MATERIAL_GETINTNUMBER&lt;/STRONG&gt; and the pass this number to the material number field in the idoc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 06:03:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-upload-idoc/m-p/6527996#M1426218</guid>
      <dc:creator>nirajgadre</dc:creator>
      <dc:date>2010-01-11T06:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Material Master upload-IDOC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-upload-idoc/m-p/6527997#M1426219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to use the function module  'NUMBER_GET_NEXT' to retrieve a new material number and add this number to your IDOC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2010 09:23:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/material-master-upload-idoc/m-p/6527997#M1426219</guid>
      <dc:creator>JL23</dc:creator>
      <dc:date>2010-01-11T09:23:31Z</dc:date>
    </item>
  </channel>
</rss>

