<?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 BAdI Implementation not getting called in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-not-getting-called/m-p/5426738#M1245271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have implemented one badi for LE_SHP_TAB_CUST_ITEM.&lt;/P&gt;&lt;P&gt;Newly generated badi doesn't get called even if it's in Active state.&lt;/P&gt;&lt;P&gt;Implementation clss is also in Active mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Point to be noticed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) While creation (implementation of BAdI) it threw message telling :: Implementation ZLE_SHP_TAB_CUST_ITEM migrate long text for instructions).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version is ECC 6.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awaiting for reply,&lt;/P&gt;&lt;P&gt;Amee.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Apr 2009 10:41:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-09T10:41:57Z</dc:date>
    <item>
      <title>BAdI Implementation not getting called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-not-getting-called/m-p/5426738#M1245271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have implemented one badi for LE_SHP_TAB_CUST_ITEM.&lt;/P&gt;&lt;P&gt;Newly generated badi doesn't get called even if it's in Active state.&lt;/P&gt;&lt;P&gt;Implementation clss is also in Active mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Point to be noticed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) While creation (implementation of BAdI) it threw message telling :: Implementation ZLE_SHP_TAB_CUST_ITEM migrate long text for instructions).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version is ECC 6.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awaiting for reply,&lt;/P&gt;&lt;P&gt;Amee.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 10:41:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-not-getting-called/m-p/5426738#M1245271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-09T10:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: BAdI Implementation not getting called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-not-getting-called/m-p/5426739#M1245272</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;This is for extra subscreen for delivery transaction....for this you need to make that active do the following process...&lt;/P&gt;&lt;P&gt; go to SPRO&lt;/P&gt;&lt;P&gt; for the Logistics Execution component and choose Shipping -&amp;gt; Business Add-In.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shailaja Ainala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 10:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-not-getting-called/m-p/5426739#M1245272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-09T10:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: BAdI Implementation not getting called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-not-getting-called/m-p/5426740#M1245273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you see the BAdi is being instantiated in program MV50AF0C_CALL_BADI_ACTIVATE_TA  subroutine call_badi_activate_tab_page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now here, it checks the table T180 field &lt;STRONG&gt;BLDGR&lt;/STRONG&gt; for value E1 or E0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you have not maintained the table value and hence the BAdi is not getting triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SM30 - view &lt;STRONG&gt;V_T180&lt;/STRONG&gt; and add an entry for E1 or E0 for your transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 10:52:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-not-getting-called/m-p/5426740#M1245273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-09T10:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: BAdI Implementation not getting called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-not-getting-called/m-p/5426741#M1245274</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;this line is from the documentation of BADI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To activate the Business Add-In, you must create an active implementation.&lt;/P&gt;&lt;P&gt; To do this,&lt;/P&gt;&lt;P&gt; go to Customizing for the Logistics Execution component and choose Shipping -&amp;gt; Business Add-In.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SPRO&lt;DEL&gt;&amp;gt;Logistics Execution&lt;/DEL&gt;&amp;gt;SHIPPING&lt;DEL&gt;&amp;gt;Business Add-Ins in Shipping&lt;/DEL&gt;&amp;gt;Business Add-In for Additional Item Detail Screen in Delivery Transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then it will work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 13:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-not-getting-called/m-p/5426741#M1245274</guid>
      <dc:creator>tarangini_katta</dc:creator>
      <dc:date>2009-04-09T13:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: BAdI Implementation not getting called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-not-getting-called/m-p/5426742#M1245275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that you have not migrated your custom implementation from &lt;EM&gt;Old BAdI implementation&lt;/EM&gt; into the &lt;EM&gt;New BADI enhancement Implementation&lt;/EM&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the &lt;EM&gt;Create Enhancement Implementation&lt;/EM&gt; popup specify the name of the required enhancement implementation (in the customer name space...Z&lt;STRONG&gt;;Y&lt;/STRONG&gt;) for the enhancement spot. &lt;/P&gt;&lt;P&gt;I suggest you use the same name and the same description of the BAdI implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;You do not have to specify a name for a composite enhancement implementation unless you want to group existing enhancements&lt;/U&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then select the Creation of Enhancement (Enter) key. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After saving the object, activate the implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards.&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2009 21:50:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-not-getting-called/m-p/5426742#M1245275</guid>
      <dc:creator>andrea_olivieri</dc:creator>
      <dc:date>2009-04-09T21:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: BAdI Implementation not getting called</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-not-getting-called/m-p/5426743#M1245276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2009 12:34:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi-implementation-not-getting-called/m-p/5426743#M1245276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-10T12:34:29Z</dc:date>
    </item>
  </channel>
</rss>

