<?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: How to call multiple BAdi implementations dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-multiple-badi-implementations-dynamically/m-p/3392710#M814636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is code to call the BAdi definition implementations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: v_handle TYPE &amp;lt;badi_name&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET BADI v_handle&lt;/P&gt;&lt;P&gt;  FILTERS&lt;/P&gt;&lt;P&gt;    &amp;lt;filter_field&amp;gt; = &amp;lt;corresponding_program_value&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL BADI v_handle-&amp;gt;&amp;lt;badi_method_name&amp;gt;&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;         &amp;lt;exporting parameters here&amp;gt;&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;         &amp;lt;importing parameters here&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What this does is it calls the method of the badi definition in your code and calls all implementations made on the definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Aditya Laud on Feb 8, 2008 5:26 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Feb 2008 10:26:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-08T10:26:24Z</dc:date>
    <item>
      <title>How to call multiple BAdi implementations dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-multiple-badi-implementations-dynamically/m-p/3392709#M814635</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;    I have an Enhancement spot, where i have multiple implementations with different filters and Different BAdi definitions.&lt;/P&gt;&lt;P&gt;   I Want to call these BAdi definitions dynamically one after another. based on the filter value.&lt;/P&gt;&lt;P&gt;Can anyone let me know how to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Seema&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 04:19:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-multiple-badi-implementations-dynamically/m-p/3392709#M814635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T04:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to call multiple BAdi implementations dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-multiple-badi-implementations-dynamically/m-p/3392710#M814636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is code to call the BAdi definition implementations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: v_handle TYPE &amp;lt;badi_name&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET BADI v_handle&lt;/P&gt;&lt;P&gt;  FILTERS&lt;/P&gt;&lt;P&gt;    &amp;lt;filter_field&amp;gt; = &amp;lt;corresponding_program_value&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL BADI v_handle-&amp;gt;&amp;lt;badi_method_name&amp;gt;&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;         &amp;lt;exporting parameters here&amp;gt;&lt;/P&gt;&lt;P&gt;  IMPORTING&lt;/P&gt;&lt;P&gt;         &amp;lt;importing parameters here&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What this does is it calls the method of the badi definition in your code and calls all implementations made on the definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Aditya Laud on Feb 8, 2008 5:26 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 10:26:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-multiple-badi-implementations-dynamically/m-p/3392710#M814636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T10:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to call multiple BAdi implementations dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-multiple-badi-implementations-dynamically/m-p/3392711#M814637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for reply, &lt;/P&gt;&lt;P&gt;    but i needed solution for calling multiple implementations which have different Definition &amp;amp; different methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem has been solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 08:14:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-multiple-badi-implementations-dynamically/m-p/3392711#M814637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T08:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to call multiple BAdi implementations dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-multiple-badi-implementations-dynamically/m-p/3392712#M814638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved my self&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2008 08:14:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-call-multiple-badi-implementations-dynamically/m-p/3392712#M814638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-11T08:14:35Z</dc:date>
    </item>
  </channel>
</rss>

