<?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 adjacent duplicates in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-adjacent-duplicates/m-p/9950277#M1798533</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vinay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think data is different in both the production system.. please check it before sort and delete adjacent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks / Himanshu Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Dec 2013 12:29:15 GMT</pubDate>
    <dc:creator>himanshu_gupta13</dc:creator>
    <dc:date>2013-12-09T12:29:15Z</dc:date>
    <item>
      <title>Delete adjacent duplicates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-adjacent-duplicates/m-p/9950274#M1798530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Team ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been strugguling with a typical issue .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our Production system&amp;nbsp; has been migrated from Window to Unix ( Os 400 ) system , In one of the report the below code works differenctly .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;sort t_lqua &lt;SPAN class="L0S52"&gt;by &lt;/SPAN&gt;werks matnr.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;delete &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;adjacent &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;duplicates &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;from &lt;/SPAN&gt;t_lqua &lt;SPAN class="L0S52"&gt;comparing &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;all &lt;/SPAN&gt;fields.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;In one production system the T_tqua is a result of 142 records and other sytem it is giving 129 records there is a data loss of 13 records . Some one can please help me on how to solve this issue .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;K.Vinay Kumar .&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 12:13:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-adjacent-duplicates/m-p/9950274#M1798530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-09T12:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Delete adjacent duplicates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-adjacent-duplicates/m-p/9950275#M1798531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;For this you need analyze record by record only,&lt;/P&gt;&lt;P&gt;it is possible to tell after analysis only&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 12:18:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-adjacent-duplicates/m-p/9950275#M1798531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-09T12:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Delete adjacent duplicates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-adjacent-duplicates/m-p/9950276#M1798532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you sure&amp;nbsp; &lt;SPAN class="L0S52"&gt;T_tqua contains the same data in both they systems before the delete statement? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Kindly debug and compare the contents of t_tqua in both the systems before the delete statement.There is probably a difference in format for some fields in both the systems. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 12:26:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-adjacent-duplicates/m-p/9950276#M1798532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-09T12:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Delete adjacent duplicates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-adjacent-duplicates/m-p/9950277#M1798533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Vinay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think data is different in both the production system.. please check it before sort and delete adjacent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks / Himanshu Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 12:29:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-adjacent-duplicates/m-p/9950277#M1798533</guid>
      <dc:creator>himanshu_gupta13</dc:creator>
      <dc:date>2013-12-09T12:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Delete adjacent duplicates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-adjacent-duplicates/m-p/9950278#M1798534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vinay Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you sort your table by &lt;STRONG&gt;only two fields&lt;/STRONG&gt; and then delete adjacent duplicates comparing &lt;STRONG&gt;all fields. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thus the final outcome depends on the sorting of your internal table before the first sort and is not guaranteed to always give the same result.&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 12:35:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-adjacent-duplicates/m-p/9950278#M1798534</guid>
      <dc:creator>stefan_schmcker</dc:creator>
      <dc:date>2013-12-09T12:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Delete adjacent duplicates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-adjacent-duplicates/m-p/9950279#M1798535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please consider these 2 things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Are you sure you have the exact same data in both system?&lt;/P&gt;&lt;P&gt;2. Normally you should sort and delete adjacent by the same fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 12:39:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-adjacent-duplicates/m-p/9950279#M1798535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-09T12:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Delete adjacent duplicates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-adjacent-duplicates/m-p/9950280#M1798536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinay,&lt;/P&gt;&lt;P&gt;Please check the following things:&lt;/P&gt;&lt;P&gt;1. You are giving the same selection screen parameters.&lt;/P&gt;&lt;P&gt;2. Put a breakpoint on the 'DELETE ADJACENT DUPLICATES' statement and check the internal table contents in debugger in both the scenarios.&lt;/P&gt;&lt;P&gt;3. Check the place where you populate this internal table. Check if different values are getting populated in the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anupam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 13:24:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-adjacent-duplicates/m-p/9950280#M1798536</guid>
      <dc:creator>anupam_anand</dc:creator>
      <dc:date>2013-12-09T13:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Delete adjacent duplicates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-adjacent-duplicates/m-p/9950281#M1798537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anupam ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your&amp;nbsp; response , we have values different at table level .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like this is a migration issue .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;K.Vinay Kumar &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 08:58:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-adjacent-duplicates/m-p/9950281#M1798537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-16T08:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Delete adjacent duplicates</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-adjacent-duplicates/m-p/9950282#M1798538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also there might be a possibility that after migration some transactions have been processed due to which there might be some additional entries inserted in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramiz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 09:07:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-adjacent-duplicates/m-p/9950282#M1798538</guid>
      <dc:creator>former_member43585</dc:creator>
      <dc:date>2013-12-16T09:07:38Z</dc:date>
    </item>
  </channel>
</rss>

