<?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 Logic in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-logic/m-p/1574393#M259345</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;To validate the first field ie: sdate-low .&lt;/P&gt;&lt;P&gt;at selection-screen on sdate-low.&lt;/P&gt;&lt;P&gt;  &amp;lt; here use the function module to get the last day of the month as entred in selection screen and take the day given in the selection screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check for the day between the two.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similarly for sdate-high.&lt;/P&gt;&lt;P&gt;at selection-screen on sdate-high.&lt;/P&gt;&lt;P&gt;  &amp;lt;here use the function module to get the periods and check as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2006 09:18:41 GMT</pubDate>
    <dc:creator>shishupalreddy</dc:creator>
    <dc:date>2006-10-12T09:18:41Z</dc:date>
    <item>
      <title>Date Logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-logic/m-p/1574390#M259342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have  date range comming in my selection screen: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg: 23/08/2006 and 31/11/2006.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to validate these two dates in two select criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) For Daily -&amp;gt; I need the dates from 23/08/2006 to 31/08/2006.&lt;/P&gt;&lt;P&gt;b) For Monthly -&amp;gt; I need 09/2006 to 11/2006.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can Anyone tell me how Do i go about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Prince&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 08:59:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-logic/m-p/1574390#M259342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T08:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Date Logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-logic/m-p/1574391#M259343</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;Put two radiabuttons in selection-screen. and validate the date based on the radiobutton selected.&lt;/P&gt;&lt;P&gt;ex: &lt;/P&gt;&lt;P&gt;if daily eq 'X'.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 09:07:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-logic/m-p/1574391#M259343</guid>
      <dc:creator>rajeshkumar_kaveti</dc:creator>
      <dc:date>2006-10-12T09:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: Date Logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-logic/m-p/1574392#M259344</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 the seltab values as such&lt;/P&gt;&lt;P&gt;if seltab-low lt '20060803'&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;IF seltab-high gt'20060831'&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 09:12:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-logic/m-p/1574392#M259344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T09:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Date Logic</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/date-logic/m-p/1574393#M259345</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;To validate the first field ie: sdate-low .&lt;/P&gt;&lt;P&gt;at selection-screen on sdate-low.&lt;/P&gt;&lt;P&gt;  &amp;lt; here use the function module to get the last day of the month as entred in selection screen and take the day given in the selection screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check for the day between the two.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similarly for sdate-high.&lt;/P&gt;&lt;P&gt;at selection-screen on sdate-high.&lt;/P&gt;&lt;P&gt;  &amp;lt;here use the function module to get the periods and check as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 09:18:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/date-logic/m-p/1574393#M259345</guid>
      <dc:creator>shishupalreddy</dc:creator>
      <dc:date>2006-10-12T09:18:41Z</dc:date>
    </item>
  </channel>
</rss>

