<?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: regarding date function module in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-date-function-module/m-p/2582957#M590768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are lot of function modules available under the function groups acal, scal, ncal, fcal. So you go to se80, select any of the function group and under each and every function group you will find lot FMs. You can use any of them as per your reqirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward the helpful entries.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jul 2007 13:18:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-30T13:18:28Z</dc:date>
    <item>
      <title>regarding date function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-date-function-module/m-p/2582954#M590765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have one requirement in selection screen validation.&lt;/P&gt;&lt;P&gt;From date is Day 1 of the next period(month).&lt;/P&gt;&lt;P&gt;To date is Day 1 of the next period*(month) + (next) 3 months.&lt;/P&gt;&lt;P&gt;which function module we can use.&lt;/P&gt;&lt;P&gt;how we can pass the selection screen of this date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 12:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-date-function-module/m-p/2582954#M590765</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T12:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: regarding date function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-date-function-module/m-p/2582955#M590766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nani,&lt;/P&gt;&lt;P&gt; Please can You tell that you wants date according to fiscal period or just simple date of months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regard&lt;/P&gt;&lt;P&gt;Sarbpreet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 13:03:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-date-function-module/m-p/2582955#M590766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T13:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: regarding date function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-date-function-module/m-p/2582956#M590767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Why we need the fun module&lt;/P&gt;&lt;P&gt;Just write the code as&lt;/P&gt;&lt;P&gt;select-options : s_date for sy-datum no display.&lt;/P&gt;&lt;P&gt;data: date like sy-datum, fdate like sy-datum, tdate is like sy-daum, mon(2), &lt;/P&gt;&lt;P&gt;       mon1(2), mon2(2), year(4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;date =  sy-datum.&lt;/P&gt;&lt;P&gt;year = date+0(4).&lt;/P&gt;&lt;P&gt;mon = date+4(2).&lt;/P&gt;&lt;P&gt;mon1 = mon + 1.&lt;/P&gt;&lt;P&gt;mon2 = mon + 3.&lt;/P&gt;&lt;P&gt;concatenate year mon1 '01' into fdate.&lt;/P&gt;&lt;P&gt;concatenate year mon2 '01' to tdate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the fdate and tdate and write the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 13:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-date-function-module/m-p/2582956#M590767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T13:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: regarding date function module</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-date-function-module/m-p/2582957#M590768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are lot of function modules available under the function groups acal, scal, ncal, fcal. So you go to se80, select any of the function group and under each and every function group you will find lot FMs. You can use any of them as per your reqirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward the helpful entries.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 13:18:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-date-function-module/m-p/2582957#M590768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T13:18:28Z</dc:date>
    </item>
  </channel>
</rss>

