<?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 Select statement with where condition in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-with-where-condition/m-p/3640424#M876675</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;&lt;/P&gt;&lt;P&gt;i dont want to fetch few records which will staisfy the ware condition.&lt;/P&gt;&lt;P&gt;instead of the below statement, any other method to fetch with high performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * into itab from mara where matnr = itab1-matnr and&lt;/P&gt;&lt;P&gt; ( matkl ne xyz or matkl ne abc or matkl ne 123 or matkl ne 789 )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 Apr 2008 08:42:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-19T08:42:47Z</dc:date>
    <item>
      <title>Select statement with where condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-with-where-condition/m-p/3640424#M876675</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;&lt;/P&gt;&lt;P&gt;i dont want to fetch few records which will staisfy the ware condition.&lt;/P&gt;&lt;P&gt;instead of the below statement, any other method to fetch with high performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * into itab from mara where matnr = itab1-matnr and&lt;/P&gt;&lt;P&gt; ( matkl ne xyz or matkl ne abc or matkl ne 123 or matkl ne 789 )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2008 08:42:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-with-where-condition/m-p/3640424#M876675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-19T08:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Select statement with where condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-with-where-condition/m-p/3640425#M876676</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;Filter those values in internal table itab1 only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab1 where maktl = xyz and maktl = 123.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete itab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&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;Bhanu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Apr 2008 09:28:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-statement-with-where-condition/m-p/3640425#M876676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-19T09:28:14Z</dc:date>
    </item>
  </channel>
</rss>

