<?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: Difference Between EQ &amp; IN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-eq-in/m-p/2236624#M481778</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;EQ is used to check against the single value.&lt;/P&gt;&lt;P&gt;IN is used to validate against range of values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.,&lt;/P&gt;&lt;P&gt;Sangeetha.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2007 09:07:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-02T09:07:43Z</dc:date>
    <item>
      <title>Difference Between EQ &amp; IN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-eq-in/m-p/2236617#M481771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frnds ,&lt;/P&gt;&lt;P&gt;Iam having one doubt in Sql Querys i.e. Wat is the difference between EQ &amp;amp; IN When validating with sql Querys ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs ,&lt;/P&gt;&lt;P&gt;Narayana Murthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 04:06:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-eq-in/m-p/2236617#M481771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T04:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between EQ &amp; IN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-eq-in/m-p/2236618#M481772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EQ is used to compare a single value while select query condition.&lt;/P&gt;&lt;P&gt;IN is used to compare a range of  values while select query condition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 04:09:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-eq-in/m-p/2236618#M481772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T04:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between EQ &amp; IN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-eq-in/m-p/2236619#M481773</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;EQ is used for single value comparison and IN is used for multivalue comparison.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Eg. If you want to check Sales Order number is equal to some value then you use EQ. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN is used when you want to check whether the Sales order number is in the set of given sales order numbers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 04:16:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-eq-in/m-p/2236619#M481773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T04:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between EQ &amp; IN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-eq-in/m-p/2236620#M481774</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;EQ is used to compare a single value while select query condition.&lt;/P&gt;&lt;P&gt;  Ex : Parameters&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;IN is used to compare a range of values while select query condition.&lt;/P&gt;&lt;P&gt;Ex : SELECT-OPTIONS. This is like an internal table .So It has to check all the values of select-options(internal table).Becuase of that we have to use in for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   1. SELECT-OPTIONS   2. RANGES.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;Don't forget to reward if useful......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 04:27:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-eq-in/m-p/2236620#M481774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T04:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between EQ &amp; IN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-eq-in/m-p/2236621#M481775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eq can be used for checking for single field value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whereas IN can be used for checking multiple values, it can be used with select options and ranges. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IN will provide all records when the field you are checking with is blank&lt;/P&gt;&lt;P&gt;whereas&lt;/P&gt;&lt;P&gt;EQ will provide only those records where that field is blank in that record  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg &lt;/P&gt;&lt;P&gt;clear ABC&lt;/P&gt;&lt;P&gt;select  ............where xyz = ABC.          ABC is a parameter or variable&lt;/P&gt;&lt;P&gt;only those record where xyz is blank&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear ABC&lt;/P&gt;&lt;P&gt;select  ............where xyz  IN ABC.          ABC is a select option or range&lt;/P&gt;&lt;P&gt;will fetch records for all the values of xyz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 04:27:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-eq-in/m-p/2236621#M481775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T04:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between EQ &amp; IN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-eq-in/m-p/2236622#M481776</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;EQ: This is used for single value field like parameters.&lt;/P&gt;&lt;P&gt;IN : this is used for a set of values / criteria/ranges... like select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jogdand M B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 04:30:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-eq-in/m-p/2236622#M481776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T04:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between EQ &amp; IN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-eq-in/m-p/2236623#M481777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;EQ is used for parameters which take single value it is used while declaring parameters.&lt;/P&gt;&lt;P&gt;IN is used for selecting range of values it is used while declaring select options and  ranges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P_test = '123456'.  * parameter declaration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in SQL queries while declaring range of values we will use in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example.&lt;/P&gt;&lt;P&gt;s_test in matnr.&lt;/P&gt;&lt;P&gt;s_test  123456 to 1456789. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 08:47:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-eq-in/m-p/2236623#M481777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T08:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between EQ &amp; IN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-eq-in/m-p/2236624#M481778</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;EQ is used to check against the single value.&lt;/P&gt;&lt;P&gt;IN is used to validate against range of values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.,&lt;/P&gt;&lt;P&gt;Sangeetha.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 09:07:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-eq-in/m-p/2236624#M481778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T09:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between EQ &amp; IN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-eq-in/m-p/2236625#M481779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  by using EQ in conditions you can get a single value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using IN in conditions you can get a list of values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we are using conditions on selection texts, we use IN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreeram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 09:09:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-eq-in/m-p/2236625#M481779</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-05-02T09:09:09Z</dc:date>
    </item>
  </channel>
</rss>

