<?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: BADI_MATERIAL_REF BADI multiple use flag in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-material-ref-badi-multiple-use-flag/m-p/7081316#M1505983</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to create the new implementation already.  The problem is I can not activate more than 1 implementation.  Even if you deactivate the first implementation, you cannot reactivate it while the new one is activated.  Transaction MM01 is setup to call only a single implementation.  I need both implementations active at the same time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Jul 2010 07:36:01 GMT</pubDate>
    <dc:creator>giancarla_aguilar</dc:creator>
    <dc:date>2010-07-01T07:36:01Z</dc:date>
    <item>
      <title>BADI_MATERIAL_REF BADI multiple use flag</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-material-ref-badi-multiple-use-flag/m-p/7081314#M1505981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need help to use BADI_MATERIAL_REF multiple use flag.  I cannot tick it, I get the message "Changes to transported Business Add-In definitions are incompatible".  It already has an existing active implementation ZBADI_MATERIAL_REF1  in our main system, so it is in conflict with my new implementation ZBADI_MATERIAL_REF2 since the "Multiple use" is not ticked.  Because of this, only 1 implementation can be Active and I need both implementations active.  I cannot incorporate my changes to the existing implementation ZBADI_MATERIAL_REF1, because it will also be transported to systems that don't need this first implementation.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope somebody can help me on this.  Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 06:30:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-material-ref-badi-multiple-use-flag/m-p/7081314#M1505981</guid>
      <dc:creator>giancarla_aguilar</dc:creator>
      <dc:date>2010-07-01T06:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: BADI_MATERIAL_REF BADI multiple use flag</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-material-ref-badi-multiple-use-flag/m-p/7081315#M1505982</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;first inactive the existing implementation and then it allow you to creat the new one to implement for the same BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 07:19:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-material-ref-badi-multiple-use-flag/m-p/7081315#M1505982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-01T07:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: BADI_MATERIAL_REF BADI multiple use flag</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-material-ref-badi-multiple-use-flag/m-p/7081316#M1505983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to create the new implementation already.  The problem is I can not activate more than 1 implementation.  Even if you deactivate the first implementation, you cannot reactivate it while the new one is activated.  Transaction MM01 is setup to call only a single implementation.  I need both implementations active at the same time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 07:36:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-material-ref-badi-multiple-use-flag/m-p/7081316#M1505983</guid>
      <dc:creator>giancarla_aguilar</dc:creator>
      <dc:date>2010-07-01T07:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: BADI_MATERIAL_REF BADI multiple use flag</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-material-ref-badi-multiple-use-flag/m-p/7081317#M1505984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You &lt;STRONG&gt;cannot&lt;/STRONG&gt; do this if some systems require the both implementations. (except if you change the standard SAP programs...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So try to merge both implementations in one, and create a "flag" (like a record in TVARVC or some Z-customizing table) that will be checked by the BADI (if flag is initial / code from first implementation / else / code of the second implementation ), transport/maintain the new flag to/in target systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Jul 2010 09:54:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-material-ref-badi-multiple-use-flag/m-p/7081317#M1505984</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2010-07-01T09:54:24Z</dc:date>
    </item>
  </channel>
</rss>

