<?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 Process internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-internal-table/m-p/7301146#M1534111</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help, I don't know how can I do that, I've an internal table like below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date                   status            hour&lt;/P&gt;&lt;P&gt;06/08/10             01                 9:00&lt;/P&gt;&lt;P&gt;06/08/10             03                 9:15&lt;/P&gt;&lt;P&gt;06/08/10             01                 9:20&lt;/P&gt;&lt;P&gt;06/08/10             02                 9:50&lt;/P&gt;&lt;P&gt;07/08/10             01                 12:00&lt;/P&gt;&lt;P&gt;07/08/10             02                 12:00&lt;/P&gt;&lt;P&gt;08/08/10             01                 12:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From that internal table I need these which the date is unique and has the maxim hour, for that table I will need that entries:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;06/08/10             02                 9:50&lt;/P&gt;&lt;P&gt;07/08/10             02                 12:00&lt;/P&gt;&lt;P&gt;08/08/10             01                 12:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me? I don't know how can I do that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced,&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;Rebeca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Sep 2010 08:25:06 GMT</pubDate>
    <dc:creator>former_member384574</dc:creator>
    <dc:date>2010-09-09T08:25:06Z</dc:date>
    <item>
      <title>Process internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-internal-table/m-p/7301146#M1534111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help, I don't know how can I do that, I've an internal table like below..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date                   status            hour&lt;/P&gt;&lt;P&gt;06/08/10             01                 9:00&lt;/P&gt;&lt;P&gt;06/08/10             03                 9:15&lt;/P&gt;&lt;P&gt;06/08/10             01                 9:20&lt;/P&gt;&lt;P&gt;06/08/10             02                 9:50&lt;/P&gt;&lt;P&gt;07/08/10             01                 12:00&lt;/P&gt;&lt;P&gt;07/08/10             02                 12:00&lt;/P&gt;&lt;P&gt;08/08/10             01                 12:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From that internal table I need these which the date is unique and has the maxim hour, for that table I will need that entries:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;06/08/10             02                 9:50&lt;/P&gt;&lt;P&gt;07/08/10             02                 12:00&lt;/P&gt;&lt;P&gt;08/08/10             01                 12:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help me? I don't know how can I do that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advanced,&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;Rebeca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2010 08:25:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-internal-table/m-p/7301146#M1534111</guid>
      <dc:creator>former_member384574</dc:creator>
      <dc:date>2010-09-09T08:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Process internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-internal-table/m-p/7301147#M1534112</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;    Please sort and then use delete adjacent duplicates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Sort itab by date hour descending.&lt;/P&gt;&lt;P&gt;    delete adjacent duplicates from itab comparing date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2010 08:27:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-internal-table/m-p/7301147#M1534112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-09T08:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Process internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/process-internal-table/m-p/7301148#M1534113</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;Use SORT on the date and hour.  (It is simpler if the date and hour are in 1st and 2nd position in your table)&lt;/P&gt;&lt;P&gt;Then the LOOP AT ... AT NEW date would allow you to fill a new table with entries that you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Guillaume&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Sep 2010 08:28:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/process-internal-table/m-p/7301148#M1534113</guid>
      <dc:creator>guillaume-hrc</dc:creator>
      <dc:date>2010-09-09T08:28:35Z</dc:date>
    </item>
  </channel>
</rss>

