<?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 Query in Badi in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-badi/m-p/3545508#M853006</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;         Can anyone please tell me what are FIlter-Dependent Badi's?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reply immediately as this is bit urgent.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Mar 2008 18:35:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-14T18:35:40Z</dc:date>
    <item>
      <title>Query in Badi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-badi/m-p/3545508#M853006</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;         Can anyone please tell me what are FIlter-Dependent Badi's?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reply immediately as this is bit urgent.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 18:35:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-badi/m-p/3545508#M853006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T18:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Query in Badi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-badi/m-p/3545509#M853007</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 documentation i found&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Filter dependence for BADI definitions means that each interface method automatically has an importing parameter FLT_VAL assigned ot it. This parameter must be filled with a filter value as current parameter when it is called.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check badi BDCP_BEFORE_WRITE it have very good documentation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®s  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 18:43:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-badi/m-p/3545509#M853007</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-03-14T18:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Query in Badi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-badi/m-p/3545510#M853008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Thanks a lot for your reply .&lt;/P&gt;&lt;P&gt;Kindly clarify this query of mine.&lt;/P&gt;&lt;P&gt;I have an Action Profile which gets trigerred when I change the status in Opportunity .&lt;/P&gt;&lt;P&gt;The Action Profile sends an Email to a list of people.&lt;/P&gt;&lt;P&gt;I have got two  distribution lists   which contains the list of email ids to whcih a mail has to be sent.&lt;/P&gt;&lt;P&gt;One of the distribution list gets selected when the action profile is selected depending on the time of the time of the Action Profile getting trigerred.&lt;/P&gt;&lt;P&gt;Please tell me a Badi which gets trigerred so that I can write the code to select the Distribution List.&lt;/P&gt;&lt;P&gt;Kindly reply immediately as this is bit urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know incase yu want more details.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 18:48:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-badi/m-p/3545510#M853008</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T18:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: Query in Badi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-badi/m-p/3545511#M853009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Business Add-Ins can be implemented based on a specific filter value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If you want to call the implementation of a Business Add-In depending not&lt;/P&gt;&lt;P&gt;only on one filter value but on various values, you can enter the name of a&lt;/P&gt;&lt;P&gt;structure into the Filter type field. The structure can consist of several data&lt;/P&gt;&lt;P&gt;elements that fulfill the conditions for data elements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A filter type can be a data element or a structure. A data element must fulfill the following&lt;/P&gt;&lt;P&gt;criteria:&lt;/P&gt;&lt;P&gt;&amp;#150; The data element's domain may contain a maximum of 30 characters and must be&lt;/P&gt;&lt;P&gt;of type Character.&lt;/P&gt;&lt;P&gt;&amp;#150; The data element must 1). either have a search help with a search help parameter&lt;/P&gt;&lt;P&gt;of the same type as the data element and this parameter must serve as both the&lt;/P&gt;&lt;P&gt;import and export parameter or 2). the element's domain must have fixed domain&lt;/P&gt;&lt;P&gt;values or a value table containing a column with the same type as the data&lt;/P&gt;&lt;P&gt;element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be aware that for each method you create in the&lt;/P&gt;&lt;P&gt;interface of a filter-dependent enhancement, the appropriate filter value must be defined&lt;/P&gt;&lt;P&gt;as the import parameter so that the application program can provide the filter value to&lt;/P&gt;&lt;P&gt;the enhancement method. The method then selects the active implementation for that&lt;/P&gt;&lt;P&gt;value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;#149; The filter value is declared using parameter FLT_VAL and is preset in the list of parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While creating a BADI using SE18, there is a check box under TYPE tab  "Filter-Depend."  you need to check ok this check box to make use of filter dependent option.  And provide a data element name for Filter type  on which you want to implement the filter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 18:51:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-in-badi/m-p/3545511#M853009</guid>
      <dc:creator>former_member188594</dc:creator>
      <dc:date>2008-03-14T18:51:32Z</dc:date>
    </item>
  </channel>
</rss>

