<?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: redundant data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/redundant-data/m-p/1561442#M253848</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first step sort the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next delete adjacent duplicates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Oct 2006 11:09:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-07T11:09:55Z</dc:date>
    <item>
      <title>redundant data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redundant-data/m-p/1561440#M253846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have built a complex report using kna1 , vbak ,vbap.&lt;/P&gt;&lt;P&gt;i want the customer number to be displayed once for the various order numbers placed by the same customer.in a sentence how to avoid redundancy?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2006 11:00:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redundant-data/m-p/1561440#M253846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-07T11:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: redundant data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redundant-data/m-p/1561441#M253847</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;1. sort the internal table on the kunnr.&lt;/P&gt;&lt;P&gt;2. use delete adjacent duplicates kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will remove the duplicates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2006 11:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redundant-data/m-p/1561441#M253847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-07T11:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: redundant data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redundant-data/m-p/1561442#M253848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first step sort the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next delete adjacent duplicates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2006 11:09:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redundant-data/m-p/1561442#M253848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-07T11:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: redundant data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redundant-data/m-p/1561443#M253849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi again&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DELETE ADJACENT DUPLICATES FROM ITAB COMPARING KUNNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is the exact code you will need after sorting &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2006 11:10:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redundant-data/m-p/1561443#M253849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-07T11:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: redundant data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/redundant-data/m-p/1561444#M253850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i've sorted the table based on the customer nmo. n in the syn u gave i m using t_orders(combo of all 3 tabs(selected cols)) tab n netwr i.e. order no.&lt;/P&gt;&lt;P&gt;but it didn't work. &lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;delete adjacent duplicates from t_orders comparing netwr. the tab was sorted based on costno, kunnr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Oct 2006 11:26:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/redundant-data/m-p/1561444#M253850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-07T11:26:51Z</dc:date>
    </item>
  </channel>
</rss>

