<?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: general in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2235144#M481315</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is same as the where clause of the select query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Apr 2007 10:19:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-26T10:19:49Z</dc:date>
    <item>
      <title>general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2235143#M481314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the use of selection conditions in views?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 10:16:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2235143#M481314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T10:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2235144#M481315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is same as the where clause of the select query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 10:19:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2235144#M481315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T10:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2235145#M481316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To restrict the data selected, selection conditions are use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.:- compare the the view creation with the select statement.&lt;/P&gt;&lt;P&gt;evrything will be clear to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select **** --&amp;gt; filed to select&lt;/P&gt;&lt;P&gt; from tab1 tab2 --&amp;gt; tables to join&lt;/P&gt;&lt;P&gt; on fied1 = field2 --&amp;gt; primary keys&lt;/P&gt;&lt;P&gt;where ****---&amp;gt; whatever comes in where condition are selection conditions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 10:19:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2235145#M481316</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T10:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2235146#M481317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection Condtions makes reduced data(rows) satisying the conditons from the specified tables to be present in the view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds,&lt;/P&gt;&lt;P&gt;Rama.Pammi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 10:20:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2235146#M481317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T10:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2235147#M481318</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;Using the Selection Conditions we can give the Table and aFiedl name and the &lt;/P&gt;&lt;P&gt;Operator comparitive value followed by AND /OR operator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using the selection Condition it will give the condition for that Veiw to get the Data &lt;/P&gt;&lt;P&gt;at the Run time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will act as the Where condition to fetch the selected condition values for the View.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Nelson&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewar Poins if really helpfull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 10:24:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/general/m-p/2235147#M481318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T10:24:28Z</dc:date>
    </item>
  </channel>
</rss>

