<?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: Cannot add Alternate EAN thru BAPI_MATERIAL_MAINTAINDATA_RT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-cannot-add-alternate-ean-thru-bapi-material-maintaindata-rt/m-p/2839129#M664903</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 am able to create an article with a Main EAN.&lt;/P&gt;&lt;P&gt;A scenario happened when I need to extend the article to another company and also at the same time, add in an alternate EAN.&lt;/P&gt;&lt;P&gt;I am able to extend and add in the alternate EAN to the article. However, the original EAN was being overwritten and can be displayed under the article changes. I tried using function '009' and '004'.&lt;/P&gt;&lt;P&gt;Both times, it overwrite for me. &lt;/P&gt;&lt;P&gt;Can someone guide me on what and how to put in the correct values?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Oct 2007 08:21:27 GMT</pubDate>
    <dc:creator>colin_cheong</dc:creator>
    <dc:date>2007-10-03T08:21:27Z</dc:date>
    <item>
      <title>RE: Cannot add Alternate EAN thru BAPI_MATERIAL_MAINTAINDATA_RT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-cannot-add-alternate-ean-thru-bapi-material-maintaindata-rt/m-p/2839129#M664903</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 am able to create an article with a Main EAN.&lt;/P&gt;&lt;P&gt;A scenario happened when I need to extend the article to another company and also at the same time, add in an alternate EAN.&lt;/P&gt;&lt;P&gt;I am able to extend and add in the alternate EAN to the article. However, the original EAN was being overwritten and can be displayed under the article changes. I tried using function '009' and '004'.&lt;/P&gt;&lt;P&gt;Both times, it overwrite for me. &lt;/P&gt;&lt;P&gt;Can someone guide me on what and how to put in the correct values?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 08:21:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-cannot-add-alternate-ean-thru-bapi-material-maintaindata-rt/m-p/2839129#M664903</guid>
      <dc:creator>colin_cheong</dc:creator>
      <dc:date>2007-10-03T08:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Cannot add Alternate EAN thru BAPI_MATERIAL_MAINTAINDATA_RT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-cannot-add-alternate-ean-thru-bapi-material-maintaindata-rt/m-p/2839130#M664904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colin ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you are trying to link multiple EANs to particular Material ( using MM02 - Basic data 1 tab). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to standard procedure you can attach only One EAN to a partilcular material - this will be unique across all Plant or company codes. This EAN number is stored against the Material number in dbtable MARA. So i dont think - u ll be able to assign multiple EANS using standard SAP procedures. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still if you want to achieve it - then create a custom table for this - and from the customer exits you have mentioned - populate the custom table with the changed values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 10:56:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-cannot-add-alternate-ean-thru-bapi-material-maintaindata-rt/m-p/2839130#M664904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T10:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Cannot add Alternate EAN thru BAPI_MATERIAL_MAINTAINDATA_RT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-cannot-add-alternate-ean-thru-bapi-material-maintaindata-rt/m-p/2839131#M664905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem lies in the valus to be filled for segment MARM and MEAN.&lt;/P&gt;&lt;P&gt;If it is for an alternate EAN and no change to UOM, then left the EAN and category in MARM as blank but with UPDATE checked.&lt;/P&gt;&lt;P&gt;In the MEAN, filled in the alternate EAN&lt;/P&gt;&lt;P&gt;Either way, 009 or 004 - it got updated.&lt;/P&gt;&lt;P&gt;Hurray.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 03:08:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-cannot-add-alternate-ean-thru-bapi-material-maintaindata-rt/m-p/2839131#M664905</guid>
      <dc:creator>colin_cheong</dc:creator>
      <dc:date>2007-10-04T03:08:45Z</dc:date>
    </item>
  </channel>
</rss>

