<?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 Internal Table query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-query/m-p/2575544#M588506</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;I have a internal table with two columns c1 and c2.&lt;/P&gt;&lt;P&gt;I have three records r1,r2 and r3.These records are ,&lt;/P&gt;&lt;P&gt;A1 B1&lt;/P&gt;&lt;P&gt;A2 B2&lt;/P&gt;&lt;P&gt;A3 B3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i can have a record,&lt;/P&gt;&lt;P&gt;A1 B2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but not a record like,&lt;/P&gt;&lt;P&gt;A1 B1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;again,so the duplication of the record need to be prevented.I need to know how to check for the duplication of existing records in the internal table with the newly added record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jul 2007 11:12:00 GMT</pubDate>
    <dc:creator>harish_padikkadmohananara</dc:creator>
    <dc:date>2007-07-30T11:12:00Z</dc:date>
    <item>
      <title>Internal Table query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-query/m-p/2575544#M588506</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;I have a internal table with two columns c1 and c2.&lt;/P&gt;&lt;P&gt;I have three records r1,r2 and r3.These records are ,&lt;/P&gt;&lt;P&gt;A1 B1&lt;/P&gt;&lt;P&gt;A2 B2&lt;/P&gt;&lt;P&gt;A3 B3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i can have a record,&lt;/P&gt;&lt;P&gt;A1 B2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but not a record like,&lt;/P&gt;&lt;P&gt;A1 B1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;again,so the duplication of the record need to be prevented.I need to know how to check for the duplication of existing records in the internal table with the newly added record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 11:12:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-query/m-p/2575544#M588506</guid>
      <dc:creator>harish_padikkadmohananara</dc:creator>
      <dc:date>2007-07-30T11:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-query/m-p/2575545#M588507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Harish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what u could do is create a internal table of type sorted and specify the unique firlds as c1 and c2. so automatically, it will not allow to insert duplicate records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 11:15:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-query/m-p/2575545#M588507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T11:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Internal Table query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-query/m-p/2575546#M588508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Add the record to the internal table, after adding the record then sort the internal table then use &amp;lt;b&amp;gt;Adjacent Duplicates&amp;lt;/b&amp;gt; from Internal table&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 11:17:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-query/m-p/2575546#M588508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T11:17:38Z</dc:date>
    </item>
  </channel>
</rss>

