<?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 selection condition while creating the view in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-condition-while-creating-the-view/m-p/2915843#M686443</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;Im creating a view on top of three R/3-Tables. In "selection condition" , i need to give some filtering for extracting the data from the one table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Condition is :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;select distinct objnr stat&lt;/P&gt;&lt;P&gt;    into     table it_objects&lt;/P&gt;&lt;P&gt;    from     jcds&lt;/P&gt;&lt;P&gt;    where    objnr in so_objnr&lt;/P&gt;&lt;P&gt;    and      stat in ('I0068', 'I0070', 'I0072')&lt;/P&gt;&lt;P&gt;    and      udate in  so_udate&lt;/P&gt;&lt;P&gt;    and      cdtcode between 'QM01' and 'QM02'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in selection condition , i need to give &lt;/P&gt;&lt;P&gt;   &amp;lt;b&amp;gt;stat in ('I0068', 'I0070', 'I0072')&lt;/P&gt;&lt;P&gt;    and      udate in  so_udate&lt;/P&gt;&lt;P&gt;    and      cdtcode between 'QM01' and 'QM02'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how can i create this condition in "selection condition". I mean what operatiors i should use , how i need to write the Comparision Value and AND/OR operators. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know &lt;/P&gt;&lt;P&gt;kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Oct 2007 16:25:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-19T16:25:39Z</dc:date>
    <item>
      <title>selection condition while creating the view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-condition-while-creating-the-view/m-p/2915843#M686443</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;Im creating a view on top of three R/3-Tables. In "selection condition" , i need to give some filtering for extracting the data from the one table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Condition is :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;select distinct objnr stat&lt;/P&gt;&lt;P&gt;    into     table it_objects&lt;/P&gt;&lt;P&gt;    from     jcds&lt;/P&gt;&lt;P&gt;    where    objnr in so_objnr&lt;/P&gt;&lt;P&gt;    and      stat in ('I0068', 'I0070', 'I0072')&lt;/P&gt;&lt;P&gt;    and      udate in  so_udate&lt;/P&gt;&lt;P&gt;    and      cdtcode between 'QM01' and 'QM02'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in selection condition , i need to give &lt;/P&gt;&lt;P&gt;   &amp;lt;b&amp;gt;stat in ('I0068', 'I0070', 'I0072')&lt;/P&gt;&lt;P&gt;    and      udate in  so_udate&lt;/P&gt;&lt;P&gt;    and      cdtcode between 'QM01' and 'QM02'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how can i create this condition in "selection condition". I mean what operatiors i should use , how i need to write the Comparision Value and AND/OR operators. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know &lt;/P&gt;&lt;P&gt;kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 16:25:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-condition-while-creating-the-view/m-p/2915843#M686443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T16:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: selection condition while creating the view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-condition-while-creating-the-view/m-p/2915844#M686444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if so_udate is a SELECT-OPTION, you will have to take care of that outside of the join - in the actual SELECT against the view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Oct 2007 16:30:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-condition-while-creating-the-view/m-p/2915844#M686444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-19T16:30:12Z</dc:date>
    </item>
  </channel>
</rss>

