<?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: BADI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1771272#M333026</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;The definition of a BAdI contains a BAdI interface, a set of selection filters, and some settings that affect runtime behaviour later on. A BAdI interface forms the entire interface or part of the interface of an object plug-in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A BAdI implementation consists of a BAdI implementation class that implements the BAdI interface, and of a condition imposed on the filters specified in the BAdI definition. These can be used to select the BAdI implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-pankaj Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Dec 2006 09:37:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-04T09:37:34Z</dc:date>
    <item>
      <title>BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1771268#M333022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Can any1 tel me the use of filter in BADI?&lt;/P&gt;&lt;P&gt;Thanks in advace&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 09:25:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1771268#M333022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T09:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1771269#M333023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/c2/eab541c5b63031e10000000a155106/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/c2/eab541c5b63031e10000000a155106/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 09:27:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1771269#M333023</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2006-12-04T09:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1771270#M333024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to fire the BADI only for specific values, you use the FILTER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 09:28:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1771270#M333024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T09:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1771271#M333025</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;The BADI are allowed multiple implementations. These implementations will be executed all at a time. we can't predict the sequence of execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want execute the specified implementation among other implementations, the Filter values are allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Filter variable have some rules (domain).&lt;/P&gt;&lt;P&gt;1. It should be character datatype.&lt;/P&gt;&lt;P&gt;2. Domain should have fixvalues or valuetable entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you executing taxation report. You can define COuntry code as filter. The implementaion will executed based on country code value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bhupal Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 09:33:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1771271#M333025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T09:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: BADI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1771272#M333026</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;The definition of a BAdI contains a BAdI interface, a set of selection filters, and some settings that affect runtime behaviour later on. A BAdI interface forms the entire interface or part of the interface of an object plug-in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A BAdI implementation consists of a BAdI implementation class that implements the BAdI interface, and of a condition imposed on the filters specified in the BAdI definition. These can be used to select the BAdI implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-pankaj Singh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Dec 2006 09:37:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/badi/m-p/1771272#M333026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-04T09:37:34Z</dc:date>
    </item>
  </channel>
</rss>

