<?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 Function module for saturdays and sundays in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-saturdays-and-sundays/m-p/3631794#M874783</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;Could you please provide me with a function module which determines whether a given date is a saturday or a sunday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user input would be the date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2008 07:32:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-16T07:32:14Z</dc:date>
    <item>
      <title>Function module for saturdays and sundays</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-saturdays-and-sundays/m-p/3631794#M874783</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;Could you please provide me with a function module which determines whether a given date is a saturday or a sunday.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user input would be the date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 07:32:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-saturdays-and-sundays/m-p/3631794#M874783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T07:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for saturdays and sundays</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-saturdays-and-sundays/m-p/3631795#M874784</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 the fm DAY_ATTRIBUTES_GET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 07:36:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-saturdays-and-sundays/m-p/3631795#M874784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T07:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for saturdays and sundays</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-saturdays-and-sundays/m-p/3631796#M874785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FM: DAY_IN_WEEK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1: Monday&lt;/P&gt;&lt;P&gt;2: ...&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;5: Friday&lt;/P&gt;&lt;P&gt;6: Saterday&lt;/P&gt;&lt;P&gt;7 Sunday&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;Edited by: Jürgen Degraeve on Apr 16, 2008 9:37 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 07:36:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-saturdays-and-sundays/m-p/3631796#M874785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T07:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for saturdays and sundays</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-saturdays-and-sundays/m-p/3631797#M874786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt; Check these :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All function modules are contained in the function group SCAL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATE_COMPUTE_DAY&lt;/P&gt;&lt;P&gt;This function module returns the day of the week for the date passed.&lt;/P&gt;&lt;P&gt;DATE_GET_WEEK&lt;/P&gt;&lt;P&gt;This function module returns the week for the date passed.&lt;/P&gt;&lt;P&gt;WEEK_GET_FIRST_DAY&lt;/P&gt;&lt;P&gt;This function module returns the first day of the week passed. (This is always a Monday, regardless of whether it is a working day or a holiday.)&lt;/P&gt;&lt;P&gt;EASTER_GET_DATE&lt;/P&gt;&lt;P&gt;This function module returns the date of Easter Sunday for the year passed.&lt;/P&gt;&lt;P&gt;FACTORYDATE_CONVERT_TO_DATE&lt;/P&gt;&lt;P&gt;This function module returns the calendar date for the factory date and the factory calendar passed.&lt;/P&gt;&lt;P&gt;DATE_CONVERT_TO_FACTORYDATE&lt;/P&gt;&lt;P&gt;This function module returns the factory date for the date and factory calendar passed. You can specify with a parameter whether the next or the previous working day is returned if the day is not a working day.&lt;/P&gt;&lt;P&gt;HOLIDAY_CHECK_AND_GET_INFO&lt;/P&gt;&lt;P&gt;With this function module, you test whether a particular date in the holiday calendar passed is a holiday. If so, the definition of the holiday is returned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sourabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 07:37:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-saturdays-and-sundays/m-p/3631797#M874786</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T07:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for saturdays and sundays</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-saturdays-and-sundays/m-p/3631798#M874787</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 FM &lt;STRONG&gt;DATE_COMPUTE_DAY&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2008 07:41:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-saturdays-and-sundays/m-p/3631798#M874787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-16T07:41:07Z</dc:date>
    </item>
  </channel>
</rss>

