<?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: date comparsion in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-comparsion/m-p/969418#M69321</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kranthi / Sankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorting the internal table by the data field and fetching the first record seems to be the best approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2005 03:54:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-07-12T03:54:47Z</dc:date>
    <item>
      <title>date comparsion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-comparsion/m-p/969415#M69318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; i have a date field in an internal table. i need to fetch record with most recent date. is there any function module to do that or is there any date comparision operator.&lt;/P&gt;&lt;P&gt;your help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;kranthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2005 03:19:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-comparsion/m-p/969415#M69318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-12T03:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: date comparsion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-comparsion/m-p/969416#M69319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kranthi,&lt;/P&gt;&lt;P&gt;  You can sort the internal table by date field. and get the first record's date. That will fetch you the recent date.&lt;/P&gt;&lt;P&gt;  Hope it will solve your problem.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Suvan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2005 03:25:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-comparsion/m-p/969416#M69319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-12T03:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: date comparsion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-comparsion/m-p/969417#M69320</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;Try this.&lt;/P&gt;&lt;P&gt;You can use &amp;gt;,&amp;lt;,etc.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab into wa.&lt;/P&gt;&lt;P&gt;if sy-tabix = 1 or v &amp;lt; wa-date.&lt;/P&gt;&lt;P&gt;v = wa-date.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write 'Recent', v.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2005 03:28:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-comparsion/m-p/969417#M69320</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2005-07-12T03:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: date comparsion</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-comparsion/m-p/969418#M69321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kranthi / Sankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorting the internal table by the data field and fetching the first record seems to be the best approach.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand Mandalika.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2005 03:54:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-comparsion/m-p/969418#M69321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-07-12T03:54:47Z</dc:date>
    </item>
  </channel>
</rss>

