<?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 while executing a select in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-while-executing-a-select/m-p/6320364#M1394391</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;  since select stament takes milisecond in execution and sy-uzeit format is hh:mm:ss , thats why both the time are same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u use the statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get tim stamp into var1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write var1.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  select * ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get time stamp into var2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write var2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now u will get different time .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Oct 2009 08:35:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-27T08:35:18Z</dc:date>
    <item>
      <title>Time while executing a select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-while-executing-a-select/m-p/6320359#M1394386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this part is working well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write : / sy-uzeit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wait up to X seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write : / sy-uzeit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but for next example is another behaviour&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have simpler an report, but the time for start is the same as for the end&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write : / sy-uzeit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;  FROM table ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'XXX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDSELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write : / sy-uzeit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for advice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 08:16:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-while-executing-a-select/m-p/6320359#M1394386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-27T08:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: Time while executing a select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-while-executing-a-select/m-p/6320360#M1394387</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;Are you saying that the first SY-UZEIT is same as the second SY-UZEIT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Harini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 08:18:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-while-executing-a-select/m-p/6320360#M1394387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-27T08:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Time while executing a select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-while-executing-a-select/m-p/6320361#M1394388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, first and second sy-uzeit are the same in the second example ( sy-uzeit select and end select sy-uzeit)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 08:21:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-while-executing-a-select/m-p/6320361#M1394388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-27T08:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Time while executing a select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-while-executing-a-select/m-p/6320362#M1394389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you can make use of the ABAP stmt:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;GET RUN TIME FIELD&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do an F1 on this &amp;amp; SAP documentation has a very good example how to use this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also there is a class CL_ABAP_RUNTIME &amp;amp; method GET_RUNTIME which you can utilise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 08:29:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-while-executing-a-select/m-p/6320362#M1394389</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-10-27T08:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Time while executing a select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-while-executing-a-select/m-p/6320363#M1394390</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;If both the SY-UZEIT are same it means that your select statement did not take any time to process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Harini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 08:29:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-while-executing-a-select/m-p/6320363#M1394390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-27T08:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Time while executing a select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-while-executing-a-select/m-p/6320364#M1394391</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;  since select stament takes milisecond in execution and sy-uzeit format is hh:mm:ss , thats why both the time are same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u use the statement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get tim stamp into var1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write var1.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  select * ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get time stamp into var2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write var2 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now u will get different time .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 08:35:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-while-executing-a-select/m-p/6320364#M1394391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-27T08:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: Time while executing a select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/time-while-executing-a-select/m-p/6320365#M1394392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI - select statement took OVER seconds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but statement &lt;STRONG&gt;get time field&lt;/STRONG&gt; is working well&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 08:56:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/time-while-executing-a-select/m-p/6320365#M1394392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-27T08:56:42Z</dc:date>
    </item>
  </channel>
</rss>

