<?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: Duration Math in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/duration-math/m-p/1638106#M284368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically in case of TIME2 it is considered to be 11000 seconds and hence it manipulates it to 03:03:02...but in the other case it is a character string and is interpreted as HHMMSS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Sep 2006 15:59:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-20T15:59:01Z</dc:date>
    <item>
      <title>Duration Math</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duration-math/m-p/1638103#M284365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am having users maintain a time threshold limit in a time field.  HH:MM:SS.   So for 1 hour 10 minutes they would enter 011000.  Now, I have 2 time stamps and I need to know if the timestamp difference is greater than the threshold value of 1 hour and 10 minutes.  Not sure the best way to do this.   Note: For some reason when I output my time field of 011000 it shows up as 03:03:20?&lt;/P&gt;&lt;P&gt;Should I not have them maintain the threshold as HHMMSS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 14:19:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duration-math/m-p/1638103#M284365</guid>
      <dc:creator>sap_cohort</dc:creator>
      <dc:date>2006-09-20T14:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Duration Math</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duration-math/m-p/1638104#M284366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It outputs 03:03:20 due to the fact that it considers it to be 11000 seconds...if you wish to output it just&lt;/P&gt;&lt;P&gt;WRITE lthreshold using edit mask '__:__:__'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for calculation, when you calculate the difference between the two time stamps the output might be in seconds and in that case you would need to convert the above to seconds and compare.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 14:23:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duration-math/m-p/1638104#M284366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T14:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Duration Math</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duration-math/m-p/1638105#M284367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, not sure I understand this well enough.  Can you explain what the difference between the following is?&lt;/P&gt;&lt;P&gt;The Write Statement outputs them differently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  TIME1 = '011000'.&lt;/P&gt;&lt;P&gt;  TIME2 = 011000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 15:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duration-math/m-p/1638105#M284367</guid>
      <dc:creator>sap_cohort</dc:creator>
      <dc:date>2006-09-20T15:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Duration Math</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duration-math/m-p/1638106#M284368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Basically in case of TIME2 it is considered to be 11000 seconds and hence it manipulates it to 03:03:02...but in the other case it is a character string and is interpreted as HHMMSS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 15:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duration-math/m-p/1638106#M284368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T15:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Duration Math</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duration-math/m-p/1638107#M284369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Output depends upon user default setting for time&lt;/P&gt;&lt;P&gt;     check usr01 table or &lt;/P&gt;&lt;P&gt;    system-user profiles-default data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    to overide default settings we have use &lt;/P&gt;&lt;P&gt;    write time using edit mask '&lt;DEL&gt;:&lt;/DEL&gt;:--'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Sep 2006 16:23:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duration-math/m-p/1638107#M284369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-20T16:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Duration Math</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duration-math/m-p/1638108#M284370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Question Answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 14:40:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duration-math/m-p/1638108#M284370</guid>
      <dc:creator>sap_cohort</dc:creator>
      <dc:date>2006-12-14T14:40:36Z</dc:date>
    </item>
  </channel>
</rss>

