<?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 badi issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-badi-issue/m-p/11076490#M1901575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In se18 if you open badi and then goto implementation -&amp;gt; display there you can find the list of badi's which are implemented and there short description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pallavi &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 May 2015 14:01:10 GMT</pubDate>
    <dc:creator>PallaviU</dc:creator>
    <dc:date>2015-05-18T14:01:10Z</dc:date>
    <item>
      <title>Multiple badi issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-badi-issue/m-p/11076487#M1901572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hi all , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In BADI we have option : multiple use BADI. it means we can call it for multiple transactions .&amp;nbsp; &lt;/P&gt;&lt;P&gt;suppose we have 3 TRANSACTION : T1, T2 &amp;amp; T3. we have implemented one BADI for all this 3 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 ) shall we implement only 1 implementation for all 3 TCODE or we shall implement 3 implementation for all 3 T-codes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) IF we have 3 implementation .&amp;nbsp; HOW we will find which implementation is used for which T-codes ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 12:28:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-badi-issue/m-p/11076487#M1901572</guid>
      <dc:creator>santosh_kumar94</dc:creator>
      <dc:date>2015-05-18T12:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple badi issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-badi-issue/m-p/11076488#M1901573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Multiple implementation of badi doesn't mean that badi for differrent tcodes but for the&amp;nbsp; different logics.&lt;/P&gt;&lt;P&gt;Same badi is called by different tcodes when the program or the processing logic is same(Ex. Creation,change etc).But the logic we need to implement might differ from creation to change so, that is the place where multiple implementations is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pallavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 12:44:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-badi-issue/m-p/11076488#M1901573</guid>
      <dc:creator>PallaviU</dc:creator>
      <dc:date>2015-05-18T12:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple badi issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-badi-issue/m-p/11076489#M1901574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi pallavi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Thank you so much for clearing my doubt.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; But , if we have implemented the BADI multiple times .&amp;nbsp; how we will know that this particular badi is implemented multiple times ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 13:36:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-badi-issue/m-p/11076489#M1901574</guid>
      <dc:creator>santosh_kumar94</dc:creator>
      <dc:date>2015-05-18T13:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple badi issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-badi-issue/m-p/11076490#M1901575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In se18 if you open badi and then goto implementation -&amp;gt; display there you can find the list of badi's which are implemented and there short description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pallavi &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 14:01:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-badi-issue/m-p/11076490#M1901575</guid>
      <dc:creator>PallaviU</dc:creator>
      <dc:date>2015-05-18T14:01:10Z</dc:date>
    </item>
  </channel>
</rss>

