<?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: Multiple same BADI implemented in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674120#M2016465</link>
    <description>&lt;P&gt;Since this is a custom BAdI, I am not sure what customizations your system has. Some generic things to check.&lt;/P&gt;&lt;P&gt;1) Check if the transport has moved correctly to QAS. Also, check whether all the customizing transports have moved too. &lt;/P&gt;&lt;P&gt;2) Check the properties(Regarding multiple use ) / implementation is active or not in SE18.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2161435-image.png" /&gt;&lt;/P&gt;&lt;P&gt;3) Put a breakpoint at CL_EXITHANDLER and GET BADI to check whether your BAdI is getting triggered.&lt;/P&gt;</description>
    <pubDate>Tue, 25 Apr 2023 08:55:19 GMT</pubDate>
    <dc:creator>former_member736527</dc:creator>
    <dc:date>2023-04-25T08:55:19Z</dc:date>
    <item>
      <title>Multiple same BADI implemented</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674118#M2016463</link>
      <description>&lt;P&gt;I implemented a BADI&lt;STRONG&gt; ZME_PROCESS_PO_CUST&lt;/STRONG&gt;. in DEV system it is working properly but after transporting to QAS the BADI is not called. when I check in &lt;STRONG&gt;SXC_EXIT table &lt;/STRONG&gt;there is already implemented BADI but different name &lt;STRONG&gt; ZMM_PROCESS_PO_CUST &lt;/STRONG&gt;and different code.I tried to put a break-point for these two but both of these badi is not called.&lt;BR /&gt;&lt;BR /&gt;why the implemented badi is not called both is already active . is it because the &lt;STRONG&gt; ZMM_PROCESS_PO_CUST &lt;/STRONG&gt;is already implemented ? if yes but why in dev system, the implemented badi is working?&lt;BR /&gt;&lt;BR /&gt;the only objects i have in DEV System&lt;/P&gt;
  &lt;P&gt;class -&amp;gt; ZCL_IM_ME_PROCESS_PO_CUST&lt;/P&gt;
  &lt;P&gt;Enhancement Implementation -&amp;gt; ZME_PROCESS_PO_CUST&lt;/P&gt;
  &lt;P&gt;Business Add Ins -&amp;gt; ZME_PROCESS_PO_CUST&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 08:22:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674118#M2016463</guid>
      <dc:creator>AJeB</dc:creator>
      <dc:date>2023-04-25T08:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple same BADI implemented</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674119#M2016464</link>
      <description>&lt;P&gt;&lt;STRONG&gt;ZME_PROCESS_PO_CUST&lt;/STRONG&gt; is an own developed BADI so we can't give you specific help. You need to check its definition and implementation in QAS and DEV. E.g. is it defined as a multiple use BADI?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 08:28:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674119#M2016464</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2023-04-25T08:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple same BADI implemented</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674120#M2016465</link>
      <description>&lt;P&gt;Since this is a custom BAdI, I am not sure what customizations your system has. Some generic things to check.&lt;/P&gt;&lt;P&gt;1) Check if the transport has moved correctly to QAS. Also, check whether all the customizing transports have moved too. &lt;/P&gt;&lt;P&gt;2) Check the properties(Regarding multiple use ) / implementation is active or not in SE18.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2161435-image.png" /&gt;&lt;/P&gt;&lt;P&gt;3) Put a breakpoint at CL_EXITHANDLER and GET BADI to check whether your BAdI is getting triggered.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 08:55:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674120#M2016465</guid>
      <dc:creator>former_member736527</dc:creator>
      <dc:date>2023-04-25T08:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple same BADI implemented</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674121#M2016466</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;matthew.billingham&lt;/SPAN&gt; I think the OP means the implementation ZME_PROCESS_PO_CUST if the standard BAdI ME_PROCESS_PO_CUST. It is just a typo I guess.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 08:59:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674121#M2016466</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2023-04-25T08:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple same BADI implemented</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674122#M2016467</link>
      <description>&lt;P&gt;I think the OP means the implementation ZME_PROCESS_PO_CUST if the standard BAdI ME_PROCESS_PO_CUST. It is just a typo I guess.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 09:01:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674122#M2016467</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2023-04-25T09:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple same BADI implemented</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674123#M2016468</link>
      <description>&lt;P&gt;yes the badi definition is ME_PROCESS_PO_CUST  and the badi implementation name is ZMM_PROCESS_PO_CUST&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 09:43:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674123#M2016468</guid>
      <dc:creator>AJeB</dc:creator>
      <dc:date>2023-04-25T09:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple same BADI implemented</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674124#M2016469</link>
      <description>&lt;P&gt;about the Multiple Use check box ,  I tried but changing it is not allowed after transport&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;i know i can change it if i unrelease the transport and delete the object in the transport using RDDIT076 then create new transport but i am not allowed to unrelease the transport &lt;BR /&gt;&lt;BR /&gt;do you know other ways to change it to multiple use?&lt;BR /&gt;&lt;BR /&gt;btw thanks for the answer &lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 09:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674124#M2016469</guid>
      <dc:creator>AJeB</dc:creator>
      <dc:date>2023-04-25T09:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple same BADI implemented</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674125#M2016470</link>
      <description>&lt;P&gt;ZMM_PROCESS_PO_CUST and ZME_PROCESS_PO_CUST is the implementation name&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 09:59:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674125#M2016470</guid>
      <dc:creator>AJeB</dc:creator>
      <dc:date>2023-04-25T09:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple same BADI implemented</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674126#M2016471</link>
      <description>&lt;P&gt;all objects are also moved to ccq&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 10:00:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674126#M2016471</guid>
      <dc:creator>AJeB</dc:creator>
      <dc:date>2023-04-25T10:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple same BADI implemented</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674127#M2016472</link>
      <description>&lt;P&gt;The BAdI ME_PROCESS_PO_CUST doesn't allow multiple use, check its definition with SE18 (the box Multiple Use is not checked)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You have to deactivate the old implementation to activate yours (or merge the codes of both class in a single implenting class)&lt;/LI&gt;&lt;LI&gt;Check in development system if the old implentation was (implicitly) deactivated.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 25 Apr 2023 10:21:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674127#M2016472</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2023-04-25T10:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple same BADI implemented</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674128#M2016473</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;bolivs22&lt;/SPAN&gt; Did you see Matthew question? Please answer. Hopefully Raymond has checked for you.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 10:48:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674128#M2016473</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-04-25T10:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple same BADI implemented</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674129#M2016474</link>
      <description>&lt;P&gt;Changing the BADI definition into multiple use is a SAP modification that is not preferred and most IT teams do not allow.&lt;/P&gt;&lt;P&gt;You might create a customer BADI definition and set multiple use. Then create a single SAP BADI implementation that does call the customer BADI definition that allow multiple implementation. More easy would be to merge the 2 existing BADI implementations into a single one.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 10:22:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674129#M2016474</guid>
      <dc:creator>JackGraus</dc:creator>
      <dc:date>2023-04-27T10:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple same BADI implemented</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674130#M2016475</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;jack.graus2&lt;/SPAN&gt; A custom multiple use BADI seems the best solution in my view.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 13:18:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674130#M2016475</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2023-04-27T13:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple same BADI implemented</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674131#M2016476</link>
      <description>&lt;P&gt;  Why &lt;SPAN class="mention-scrubbed"&gt;matthew.billingham&lt;/SPAN&gt;? I'm not much used to those things, but if the standard one is not multi, why to create a custom one? If it's because readability, you just must (you will do it anyways) to cut your implementation in pieces and call them the same way you'd call multiple implementations.&lt;/P&gt;&lt;P&gt;What am I missing?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 13:27:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674131#M2016476</guid>
      <dc:creator>VXLozano</dc:creator>
      <dc:date>2023-04-27T13:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple same BADI implemented</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674132#M2016477</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;vicen.lozano&lt;/SPAN&gt; The advantage is that you decouple the implementations from the main BADI and each other. If you want another implementation, you can just add it, without changing the main BADI or anything else.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 14:57:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674132#M2016477</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2023-04-27T14:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple same BADI implemented</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674133#M2016478</link>
      <description>&lt;P&gt;But you need to mess with a standard SAP thing... I don't like it. If the BAdI was "multi", then I'd go for multiple implementations, but for a standard single one... not sure.&lt;/P&gt;&lt;P&gt;Anyways, thanks for the answer, mate.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2023 15:07:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-same-badi-implemented/m-p/12674133#M2016478</guid>
      <dc:creator>VXLozano</dc:creator>
      <dc:date>2023-04-27T15:07:39Z</dc:date>
    </item>
  </channel>
</rss>

