<?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 Time in microseconds in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-in-microseconds/m-p/3690563#M888637</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone tell me how can I get the current time to the microsecond level. If I use sy-uzeit, it provides only till the seconds level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swetha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Apr 2008 13:49:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-08T13:49:26Z</dc:date>
    <item>
      <title>Time in microseconds</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-in-microseconds/m-p/3690563#M888637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can someone tell me how can I get the current time to the microsecond level. If I use sy-uzeit, it provides only till the seconds level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Swetha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 13:49:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-in-microseconds/m-p/3690563#M888637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T13:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Time in microseconds</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-in-microseconds/m-p/3690564#M888638</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;5555178 Microseconds = 5.555178 Seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; so &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Microseconds = ( 5.555178 / 5555178 )  Seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so convert hours, minutes to seconds and then convert seconds to micro seconds .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 13:54:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-in-microseconds/m-p/3690564#M888638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T13:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Time in microseconds</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-in-microseconds/m-p/3690565#M888639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the following:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
DATA rtime TYPE I.
SET RUN TIME CLOCK RESOLUTION HIGH.
GET RUN TIME FIELD rtime.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or have a look at global ABAP class CL_ABAP_RUNTIME&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 13:56:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-in-microseconds/m-p/3690565#M888639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T13:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Time in microseconds</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-in-microseconds/m-p/3690566#M888640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at GET RUN TIME FIELD f where field f is an integer. The number is in microseconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use a field type TIMESTAMPL ( not just TIMESTAMP !!! )and fill it using statement GET TIME STAMP FIELD ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: S@N on Apr 8, 2008 4:08 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Apr 2008 14:04:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-in-microseconds/m-p/3690566#M888640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-08T14:04:36Z</dc:date>
    </item>
  </channel>
</rss>

