<?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 records issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082731#M1813038</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ajit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why dont you start coding and let us know in case of any issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Feb 2014 10:16:58 GMT</pubDate>
    <dc:creator>nabheetscn</dc:creator>
    <dc:date>2014-02-27T10:16:58Z</dc:date>
    <item>
      <title>Delete duplicate records issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082722#M1813029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i did one development 1 month back for send mail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that i fetch email id of F_cord from one table(zcoordinator) based on some condition.now they want to changes in that object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now two new fields added in that table ven_cord and HOD, both have some mail id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per their requirement , i need to fetch the ven_cord mail id and HOD mail id from that same table for priviously fetched F_cord.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I need to delete duplicate ven_cord from tha table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for this should i need to create another structure or any ohther ways to solve the requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;\Plase suggest ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kin Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 09:37:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082722#M1813029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-27T09:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate records issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082723#M1813030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajit -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue is not very clear. can you share the code please ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atul Mohanty&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 09:44:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082723#M1813030</guid>
      <dc:creator>atul_mohanty</dc:creator>
      <dc:date>2014-02-27T09:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate records issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082724#M1813031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajit,&lt;/P&gt;&lt;P&gt;while selecting data from your ztable, just use delete adjacent duplicates compairing ven_cord,&lt;/P&gt;&lt;P&gt;whats the problem in doing the simple stuff, yes if you have created any structure then you have&lt;/P&gt;&lt;P&gt;to change it, and you have to add these fields in this structure too, otherwise it will give you dump on&lt;/P&gt;&lt;P&gt;PRD system. (&lt;STRONG&gt;Not for ven_cord field, but for new field, i.e. HOD &lt;/STRONG&gt;to be added in structure)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 09:44:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082724#M1813031</guid>
      <dc:creator>former_member187748</dc:creator>
      <dc:date>2014-02-27T09:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate records issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082725#M1813032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/398494" width="450" /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --- Where did you stored your previously fetched F_cord mail id's ? or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; you have fetched the F_cord mail id's to internal table simply to use them in your further logic ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Govardhan Duvva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 09:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082725#M1813032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-27T09:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate records issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082726#M1813033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@sanjeev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do't have create a separate structure for fetch these two fields ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per you, I need to add these two new fields to that previous structure which I created for F_CORD, Wright ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And during fetch statement I need to add these two new fields. wright ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then how to delete the duplicate ven_cord for the perticular F_CORD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggst&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't paste the code here ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ajit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 09:58:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082726#M1813033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-27T09:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate records issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082727#M1813034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@duvva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Already I have the email id of F_CORD, i need to fetch v_CORD and HOD mail ids based on F_CORD. and the ven_cord and hod mail id are present in the same table zcordiator which i mentioned before.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 09:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082727#M1813034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-27T09:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate records issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082728#M1813035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ajit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On what condition are you fetching the F_CORD first ? Could you paste atleast the first select query to fetch the F_CORD ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Govardhan Duuva &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 10:04:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082728#M1813035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-27T10:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate records issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082729#M1813036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ajit,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; you have written "&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 11.818181991577148px;"&gt;As per their requirement , i need to fetch the ven_cord mail id and HOD mail id from that same &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 11.818181991577148px;"&gt;table for priviously fetched F_cord.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;If you have added both the new fields in your table (ven_cord and HOD), then you have to add &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;both these in your structure.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See, once you have selected f_cord mail id, please tell me what is the field name in which you&amp;nbsp; have&lt;/P&gt;&lt;P&gt;selected previously mail id. (before adding these two new fields).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 10:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082729#M1813036</guid>
      <dc:creator>former_member187748</dc:creator>
      <dc:date>2014-02-27T10:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate records issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082730#M1813037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@sanjeev,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the issuing coordinator mail id in f_cord which i got priviously from zcoordinator table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i need to fetch two new field values for these f-cord.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 10:12:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082730#M1813037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-27T10:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate records issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082731#M1813038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ajit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why dont you start coding and let us know in case of any issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 10:16:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082731#M1813038</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-02-27T10:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate records issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082732#M1813039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ajit, &lt;/P&gt;&lt;P&gt;i was asking about the field name, as far as i concern, your scenario is something like&lt;/P&gt;&lt;P&gt;you have three fields in your custom table, and all these fields have same data (or any of the fields have same data).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you wants only unique value to be fetched from all these fields, am i&amp;nbsp; right ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 10:22:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082732#M1813039</guid>
      <dc:creator>former_member187748</dc:creator>
      <dc:date>2014-02-27T10:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate records issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082733#M1813040</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;select the other two fields as well in the select table along with previous field which you selected f_Cord.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you received details in internal table, sort the table by key fields and then ven_cord.&lt;/P&gt;&lt;P&gt;Then use delete adjacent duplicates for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 10:23:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082733#M1813040</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2014-02-27T10:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Delete duplicate records issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082734#M1813041</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;can u plz explain ur scenario with sample data's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hiriyappa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Feb 2014 11:39:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-duplicate-records-issue/m-p/10082734#M1813041</guid>
      <dc:creator>hiriyappa_myageri</dc:creator>
      <dc:date>2014-02-27T11:39:44Z</dc:date>
    </item>
  </channel>
</rss>

