<?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 Sorting of Kernel BAdi implementations in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-of-kernel-badi-implementations/m-p/11234423#M1912477</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented a Kernel BAdi; BADI_PDT which has standard implementation as well, I want to sort these two implementations according to my requirement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example: my implementation is always calling first and then standard implementation is being called and overwriting custom functionality, I want to call my implementation to be called last&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have gone through the following link, but I am missing somewhere, I believe this one is not clearly descriptive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0d2f214-b1a5-2a10-f3a0-98c95afcf281?QuickLink=index&amp;amp;overridelayout=true&amp;amp;24051816865340" title="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0d2f214-b1a5-2a10-f3a0-98c95afcf281?QuickLink=index&amp;amp;overridelayout=true&amp;amp;24051816865340"&gt;http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0d2f214-b1a5-2a10-f3a0-98c95afcf281?QuickLink=index&amp;amp;…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;RK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Aug 2015 20:45:14 GMT</pubDate>
    <dc:creator>rthoodi</dc:creator>
    <dc:date>2015-08-20T20:45:14Z</dc:date>
    <item>
      <title>Sorting of Kernel BAdi implementations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-of-kernel-badi-implementations/m-p/11234423#M1912477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented a Kernel BAdi; BADI_PDT which has standard implementation as well, I want to sort these two implementations according to my requirement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example: my implementation is always calling first and then standard implementation is being called and overwriting custom functionality, I want to call my implementation to be called last&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have gone through the following link, but I am missing somewhere, I believe this one is not clearly descriptive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0d2f214-b1a5-2a10-f3a0-98c95afcf281?QuickLink=index&amp;amp;overridelayout=true&amp;amp;24051816865340" title="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0d2f214-b1a5-2a10-f3a0-98c95afcf281?QuickLink=index&amp;amp;overridelayout=true&amp;amp;24051816865340"&gt;http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0d2f214-b1a5-2a10-f3a0-98c95afcf281?QuickLink=index&amp;amp;…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;RK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 20:45:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-of-kernel-badi-implementations/m-p/11234423#M1912477</guid>
      <dc:creator>rthoodi</dc:creator>
      <dc:date>2015-08-20T20:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting of Kernel BAdi implementations</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-of-kernel-badi-implementations/m-p/11234424#M1912478</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;We had the same issue, we had around 4 implementations and all these four should execute in certain sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To Acheive we did it with mere naming like below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;BADI_IMPLEMENTATION1&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;BADI_IMPLEMENTATION2&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;BADI_IMPLEMENTATION3&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;BADI_IMPLEMENTATION4&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Now based on the Nubering in the BADI names they were called, it worked for us. Check from your end.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 03:41:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-of-kernel-badi-implementations/m-p/11234424#M1912478</guid>
      <dc:creator>former_member1716</dc:creator>
      <dc:date>2015-08-21T03:41:43Z</dc:date>
    </item>
  </channel>
</rss>

