<?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 Create MPN material usingBAPI_MATERIAL_SAVEDATA in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-mpn-material-usingbapi-material-savedata/m-p/1172780#M123544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a Manfacturer Part Number using the BAPI_MATERIAL_SAVEDATA BAPI, even though I am passing the material type HERS and also passing other required values like &lt;/P&gt;&lt;P&gt;MATL_GROUP.&lt;/P&gt;&lt;P&gt;MOVE 'X' TO ls_MatDets_op-MATL_GROUP.&lt;/P&gt;&lt;P&gt;MOVE 'MPNPART' TO ls_MatDets-MANU_MAT.&lt;/P&gt;&lt;P&gt;MOVE 'X' TO ls_MatDets_op-MANU_MAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the internal material number &lt;/P&gt;&lt;P&gt;MOVE lv_matnr TO ls_MatDets-INV_MAT_NO.&lt;/P&gt;&lt;P&gt;MOVE 'X' TO ls_MatDets_op-INV_MAT_NO. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BAPI gives me an error&lt;/P&gt;&lt;P&gt;Operation not possible (e.g. incorrect material type or plant)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;has anyone used this BAPI to create a HERS material reference &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know, it would be of great help&lt;/P&gt;&lt;P&gt;Tony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jan 2006 17:23:39 GMT</pubDate>
    <dc:creator>antony_john</dc:creator>
    <dc:date>2006-01-16T17:23:39Z</dc:date>
    <item>
      <title>Create MPN material usingBAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-mpn-material-usingbapi-material-savedata/m-p/1172780#M123544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a Manfacturer Part Number using the BAPI_MATERIAL_SAVEDATA BAPI, even though I am passing the material type HERS and also passing other required values like &lt;/P&gt;&lt;P&gt;MATL_GROUP.&lt;/P&gt;&lt;P&gt;MOVE 'X' TO ls_MatDets_op-MATL_GROUP.&lt;/P&gt;&lt;P&gt;MOVE 'MPNPART' TO ls_MatDets-MANU_MAT.&lt;/P&gt;&lt;P&gt;MOVE 'X' TO ls_MatDets_op-MANU_MAT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the internal material number &lt;/P&gt;&lt;P&gt;MOVE lv_matnr TO ls_MatDets-INV_MAT_NO.&lt;/P&gt;&lt;P&gt;MOVE 'X' TO ls_MatDets_op-INV_MAT_NO. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The BAPI gives me an error&lt;/P&gt;&lt;P&gt;Operation not possible (e.g. incorrect material type or plant)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;has anyone used this BAPI to create a HERS material reference &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know, it would be of great help&lt;/P&gt;&lt;P&gt;Tony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2006 17:23:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-mpn-material-usingbapi-material-savedata/m-p/1172780#M123544</guid>
      <dc:creator>antony_john</dc:creator>
      <dc:date>2006-01-16T17:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create MPN material usingBAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-mpn-material-usingbapi-material-savedata/m-p/1172781#M123545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok guys &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I figured out how to get that done, just incase anyone faces this problem &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you dont need to select the BASIC_VIEW&lt;/P&gt;&lt;P&gt;MOVE 'NEWHERSMATNR' TO ls_Header-MATERIAL.&lt;/P&gt;&lt;P&gt;MOVE 'A' TO ls_Header-IND_SECTOR.&lt;/P&gt;&lt;P&gt;MOVE 'HERS' TO ls_Header-MATL_TYPE.&lt;/P&gt;&lt;P&gt;*MOVE 'X' TO ls_Header-BASIC_VIEW.&lt;/P&gt;&lt;P&gt;*MOVE 'X' TO ls_Header-SALES_VIEW.&lt;/P&gt;&lt;P&gt;*MOVE 'X' TO ls_Header-ACCOUNT_VIEW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will work. Just incase anyone has the same problem. &lt;/P&gt;&lt;P&gt;Tony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2006 17:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-mpn-material-usingbapi-material-savedata/m-p/1172781#M123545</guid>
      <dc:creator>antony_john</dc:creator>
      <dc:date>2006-01-16T17:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create MPN material usingBAPI_MATERIAL_SAVEDATA</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-mpn-material-usingbapi-material-savedata/m-p/1172782#M123546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can i get any documents for MPN and information regarding configuring MPN?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jan 2009 13:48:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-mpn-material-usingbapi-material-savedata/m-p/1172782#M123546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-20T13:48:32Z</dc:date>
    </item>
  </channel>
</rss>

