<?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: Time Function in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-function/m-p/8672656#M1668522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="hps" style="color: #333333; font-family: arial, sans-serif; font-size: 16px; text-align: -webkit-auto; background-color: #f5f5f5;"&gt;Okay&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: arial, sans-serif; font-size: 16px; text-align: -webkit-auto; background-color: #f5f5f5;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="color: #333333; font-family: arial, sans-serif; font-size: 16px; text-align: -webkit-auto; background-color: #f5f5f5;"&gt;I will use.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps" style="color: #333333; font-family: arial, sans-serif; font-size: 16px; text-align: -webkit-auto; background-color: #f5f5f5;"&gt;&lt;/SPAN&gt;&lt;SPAN class="hps" style="color: #333333; font-family: arial, sans-serif; font-size: 16px; text-align: -webkit-auto; background-color: #f5f5f5;"&gt;Thanks for&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: arial, sans-serif; font-size: 16px; text-align: -webkit-auto; background-color: #f5f5f5;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="color: #333333; font-family: arial, sans-serif; font-size: 16px; text-align: -webkit-auto; background-color: #f5f5f5;"&gt;the response&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: arial, sans-serif; font-size: 16px; text-align: -webkit-auto; background-color: #f5f5f5;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="color: #333333; font-family: arial, sans-serif; font-size: 16px; text-align: -webkit-auto; background-color: #f5f5f5;"&gt;Chandra&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Mar 2012 16:26:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-03-28T16:26:05Z</dc:date>
    <item>
      <title>Time Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-function/m-p/8672653#M1668519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I am a new user !&lt;/P&gt;&lt;P&gt;Module that calcutes the function is the difference between the two pieces of data I'm looking at.&lt;/P&gt;&lt;P&gt;Help me please..&lt;/P&gt;&lt;P style="text-align: -webkit-auto;"&gt;&lt;SPAN style="color: #333333; font-family: arial, sans-serif; font-size: 12pt;"&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG style="font-size: 10pt; font-family: 'book antiqua', palatino;"&gt;Moderator message : Vague question, discussion locked.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vinod Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 16:02:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-function/m-p/8672653#M1668519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-28T16:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Time Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-function/m-p/8672654#M1668520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;You can use&lt;/P&gt;&lt;P&gt;data difftime type sy-uzeit.&lt;/P&gt;&lt;P&gt;data time2 type sy-uzeit.&lt;/P&gt;&lt;P&gt;data time1 type sy-uzeit.&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;P&gt;DiffTime =&amp;nbsp; Time1-time2.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chandra &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 16:05:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-function/m-p/8672654#M1668520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-28T16:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Time Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-function/m-p/8672655#M1668521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI &lt;/P&gt;&lt;P&gt;Try Class CL_TIMECALC and method is DIFF_TIMES&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 16:10:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-function/m-p/8672655#M1668521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-28T16:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Time Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-function/m-p/8672656#M1668522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="hps" style="color: #333333; font-family: arial, sans-serif; font-size: 16px; text-align: -webkit-auto; background-color: #f5f5f5;"&gt;Okay&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: arial, sans-serif; font-size: 16px; text-align: -webkit-auto; background-color: #f5f5f5;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="color: #333333; font-family: arial, sans-serif; font-size: 16px; text-align: -webkit-auto; background-color: #f5f5f5;"&gt;I will use.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps" style="color: #333333; font-family: arial, sans-serif; font-size: 16px; text-align: -webkit-auto; background-color: #f5f5f5;"&gt;&lt;/SPAN&gt;&lt;SPAN class="hps" style="color: #333333; font-family: arial, sans-serif; font-size: 16px; text-align: -webkit-auto; background-color: #f5f5f5;"&gt;Thanks for&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: arial, sans-serif; font-size: 16px; text-align: -webkit-auto; background-color: #f5f5f5;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="color: #333333; font-family: arial, sans-serif; font-size: 16px; text-align: -webkit-auto; background-color: #f5f5f5;"&gt;the response&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: arial, sans-serif; font-size: 16px; text-align: -webkit-auto; background-color: #f5f5f5;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="color: #333333; font-family: arial, sans-serif; font-size: 16px; text-align: -webkit-auto; background-color: #f5f5f5;"&gt;Chandra&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 16:26:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-function/m-p/8672656#M1668522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-28T16:26:05Z</dc:date>
    </item>
    <item>
      <title>Re: Time Function</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-function/m-p/8672657#M1668523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="text-align: -webkit-auto;"&gt;&lt;SPAN style="color: #333333; font-family: arial, sans-serif; font-size: 12px; text-align: -webkit-auto; background-color: #ffffff;"&gt;HI&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: -webkit-auto;"&gt;&lt;SPAN style="background-color: #ffffff; color: #333333; font-family: arial, sans-serif; font-size: 12px;"&gt;CL_TIMECALC and method is DIFF_TIMES used , but the negative.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: -webkit-auto;"&gt;&lt;SPAN style="color: #333333; font-family: arial, sans-serif; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="text-align: -webkit-auto;"&gt;&lt;SPAN style="color: #333333; font-family: arial, sans-serif; font-size: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 17:00:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-function/m-p/8672657#M1668523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-28T17:00:36Z</dc:date>
    </item>
  </channel>
</rss>

