<?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: Delete duplicate database entries in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-database-entries/m-p/8297789#M1635356</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;You could already use an inner join select on both table. This will result in all entries in table 2 that are present in table 1.&lt;/P&gt;&lt;P&gt;Then you would just have to use a delete table2 from table itab...No loop needed here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kr,&lt;/P&gt;&lt;P&gt;Manu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2011 13:51:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-10-19T13:51:54Z</dc:date>
    <item>
      <title>Delete duplicate database entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-database-entries/m-p/8297786#M1635353</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 would like to know if there is any special command to delete entries from one database that already exist in another. I've already implemented it selecting the table keys from one database into an internal table and deleting this entries in the other database using the internal table referred. Eventhough, I would like to know if there's a better solution to do that that can prevent me from having a huge internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nuno Barros&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 10:44:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-database-entries/m-p/8297786#M1635353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-19T10:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate database entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-database-entries/m-p/8297787#M1635354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I don't think so ..Any special command through which you can compare two tables data in open sql statements.&lt;/P&gt;&lt;P&gt;Thanx.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bibek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 10:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-database-entries/m-p/8297787#M1635354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-19T10:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate database entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-database-entries/m-p/8297788#M1635355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think that there's another way than going the way via internal tables. But function module RS_VERS_COMPARE_TAB will help to compare both tables, so that you don't have to read every single key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nicola&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 12:38:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-database-entries/m-p/8297788#M1635355</guid>
      <dc:creator>former_member332275</dc:creator>
      <dc:date>2011-10-19T12:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate database entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-database-entries/m-p/8297789#M1635356</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;You could already use an inner join select on both table. This will result in all entries in table 2 that are present in table 1.&lt;/P&gt;&lt;P&gt;Then you would just have to use a delete table2 from table itab...No loop needed here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kr,&lt;/P&gt;&lt;P&gt;Manu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2011 13:51:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-database-entries/m-p/8297789#M1635356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-10-19T13:51:54Z</dc:date>
    </item>
  </channel>
</rss>

