<?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: Function module which returns the date are in sequence or not in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-returns-the-date-are-in-sequence-or-not/m-p/2526071#M572270</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 think there is no such function module.&lt;/P&gt;&lt;P&gt;But you can do it manually&lt;/P&gt;&lt;P&gt;First sort the internal table based on the date&lt;/P&gt;&lt;P&gt;then read the internal table based on your requirement&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prasant&lt;/P&gt;&lt;P&gt;*reward all helpful points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Jul 2007 09:42:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-12T09:42:20Z</dc:date>
    <item>
      <title>Function module which returns the date are in sequence or not</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-returns-the-date-are-in-sequence-or-not/m-p/2526069#M572268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have searched a lot but i am not able to fine the existing function module if it exist which return for the series of date that are in an internal table and sorted too, is in series or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here in series means that continuous date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone find the function module which returns this. I am checking for the function module which is applicable for only working days date, that is from Monday to Friday.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 09:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-returns-the-date-are-in-sequence-or-not/m-p/2526069#M572268</guid>
      <dc:creator>PritamKunal</dc:creator>
      <dc:date>2007-07-12T09:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Function module which returns the date are in sequence or not</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-returns-the-date-are-in-sequence-or-not/m-p/2526070#M572269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pritam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think there is such FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just write a small code something like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab-date1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;READ ITAB into itab2 with index (sy-tabix +1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if itab2-date itab-date = 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 09:35:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-returns-the-date-are-in-sequence-or-not/m-p/2526070#M572269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T09:35:44Z</dc:date>
    </item>
    <item>
      <title>Re: Function module which returns the date are in sequence or not</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-returns-the-date-are-in-sequence-or-not/m-p/2526071#M572270</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 think there is no such function module.&lt;/P&gt;&lt;P&gt;But you can do it manually&lt;/P&gt;&lt;P&gt;First sort the internal table based on the date&lt;/P&gt;&lt;P&gt;then read the internal table based on your requirement&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prasant&lt;/P&gt;&lt;P&gt;*reward all helpful points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 09:42:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-returns-the-date-are-in-sequence-or-not/m-p/2526071#M572270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-12T09:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Function module which returns the date are in sequence or not</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-returns-the-date-are-in-sequence-or-not/m-p/2526072#M572271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah  Atish,&lt;/P&gt;&lt;P&gt;but what i think is this is a standard requirement for the HR. where time booking is the most important thing. If it is not there in SAP we can suggest SAP to add this function module in SAP Package. First we need to confirm it whether it is there or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pritam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jul 2007 12:34:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-which-returns-the-date-are-in-sequence-or-not/m-p/2526072#M572271</guid>
      <dc:creator>PritamKunal</dc:creator>
      <dc:date>2007-07-12T12:34:10Z</dc:date>
    </item>
  </channel>
</rss>

