<?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: multiple condition in the select statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-in-the-select-statement/m-p/4000358#M955764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check any other errors with the previous statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jun 2008 03:35:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-18T03:35:35Z</dc:date>
    <item>
      <title>multiple condition in the select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-in-the-select-statement/m-p/4000350#M955756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i use the following syntax for getting data from an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ( WS_CHANNEL =  '10' OR WS_CHANNEL = '11' OR     WS_CHANNEL = 12 or ws_channel = 15 or ws_channel = 40 ) or ( ( WS_CHANNEL = '50' OR WS_CHANNEL = '60' ) and&lt;/P&gt;&lt;P&gt;         ( itab-loc = '4058')).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is not the correct syntax , how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do the need ful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R.Rajendran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 13:38:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-in-the-select-statement/m-p/4000350#M955756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T13:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: multiple condition in the select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-in-the-select-statement/m-p/4000351#M955757</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;yes it is OK. However you can make it a bit simplier:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF ( ( WS_CHANNEL IN ( '10' , '11' , '12' , '15' , '40' ) &lt;/P&gt;&lt;P&gt;OR ( WS_CHANNEL IN ('50',  '60' ) AND&lt;/P&gt;&lt;P&gt;itab-loc = '4058' ) ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 13:42:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-in-the-select-statement/m-p/4000351#M955757</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-06-17T13:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: multiple condition in the select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-in-the-select-statement/m-p/4000352#M955758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provide proper open bracket and close bracket. since given syntax not working properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 14:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-in-the-select-statement/m-p/4000352#M955758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T14:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: multiple condition in the select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-in-the-select-statement/m-p/4000353#M955759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajender,&lt;/P&gt;&lt;P&gt;Yes, Offcourse this can be possible the only thing in this multiple condition.you need to put a proper open '(' and Closed ')' bracket.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rest all looks ok to me....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;******&lt;STRONG&gt;Reward point if helpful&lt;/STRONG&gt;*************&amp;amp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 14:12:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-in-the-select-statement/m-p/4000353#M955759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T14:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: multiple condition in the select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-in-the-select-statement/m-p/4000354#M955760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your syntax is correct. But its better to modify it to &lt;/P&gt;&lt;P&gt;IF ( ( WS_CHANNEL IN ( '10' , '11' , '12' , '15' , '40' ) &lt;/P&gt;&lt;P&gt;OR ( WS_CHANNEL IN ('50', '60' ) AND&lt;/P&gt;&lt;P&gt;itab-loc = '4058' ) )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 14:14:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-in-the-select-statement/m-p/4000354#M955760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T14:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: multiple condition in the select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-in-the-select-statement/m-p/4000355#M955761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use it like following code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;IF ( WS_CHANNEL IN ( '10' , '11' , '12' , '15' , '40' ) 
OR ( WS_CHANNEL IN ('50', '60' ) AND
itab-loc = '4058' ) ) .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 14:16:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-in-the-select-statement/m-p/4000355#M955761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T14:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: multiple condition in the select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-in-the-select-statement/m-p/4000356#M955762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;it is ok&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 14:16:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-in-the-select-statement/m-p/4000356#M955762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T14:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: multiple condition in the select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-in-the-select-statement/m-p/4000357#M955763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF( WS_CHANNEL IN ( '10','11') or ( ws_channel in ('50','60') and itab-loc = '4058')).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     IF WS_CHANNEL =  '10' OR WS_CHANNEL = '11' OR WS_CHANNEL = 12 or ws_channel = 15 or ws_channel = 40.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have given the above statement but the following error shows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;comma without preceeding colon (  after IF (?).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please do the needful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;R.Rajendran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 14:26:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-in-the-select-statement/m-p/4000357#M955763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T14:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: multiple condition in the select statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-in-the-select-statement/m-p/4000358#M955764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check any other errors with the previous statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jun 2008 03:35:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-condition-in-the-select-statement/m-p/4000358#M955764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-18T03:35:35Z</dc:date>
    </item>
  </channel>
</rss>

