<?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: Help comparing periods in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-comparing-periods/m-p/4669910#M1098454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@SL - I don't think this takes care of the time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Oct 2008 14:17:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-28T14:17:10Z</dc:date>
    <item>
      <title>Help comparing periods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-comparing-periods/m-p/4669908#M1098452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi people! I need a little help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an first task save for a PERNR in period:&lt;/P&gt;&lt;P&gt;begin&lt;/P&gt;&lt;P&gt;10.21.2008&lt;/P&gt;&lt;P&gt;08:00:00 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;10.23.2008&lt;/P&gt;&lt;P&gt;05:00:00 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, in this period of begin until end, the PERNR will be occupied with this planned task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, he try to save a second registry:&lt;/P&gt;&lt;P&gt;begin&lt;/P&gt;&lt;P&gt;10.22.2008&lt;/P&gt;&lt;P&gt;08:00:00 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end&lt;/P&gt;&lt;P&gt;10.22.2008&lt;/P&gt;&lt;P&gt;05:00:00 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, I have to block this save, because it will be in the periodo planned for the first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone can help me how I can do this? How can I check if a new period is inside a saved period? There is a standard function for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 13:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-comparing-periods/m-p/4669908#M1098452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T13:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help comparing periods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-comparing-periods/m-p/4669909#M1098453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jack,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just select all records for the employee, and check if the start date of the new record is &amp;gt; begin date AND  the end date of the new record is &amp;lt; end date of an existing record.  If so, then the new record falls inside an already saved period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 14:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-comparing-periods/m-p/4669909#M1098453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T14:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help comparing periods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-comparing-periods/m-p/4669910#M1098454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@SL - I don't think this takes care of the time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 14:17:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-comparing-periods/m-p/4669910#M1098454</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T14:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help comparing periods</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-comparing-periods/m-p/4669911#M1098455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First you should not allow any writes for a user that has an open time and no corresponding closing time,as you  don't know when it will finish. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second you should check for new_event_ending_time &amp;lt; old_event_starting_time OR new_event_starting time &amp;gt; old_event_ending_time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2008 14:31:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-comparing-periods/m-p/4669911#M1098455</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-28T14:31:18Z</dc:date>
    </item>
  </channel>
</rss>

