<?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: how to maintain a timer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-maintain-a-timer/m-p/3946603#M943741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was Rob's replies in a similiar post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this:code&lt;/P&gt;&lt;P&gt;data: start TYPE i,&lt;/P&gt;&lt;P&gt;end TYPE i,&lt;/P&gt;&lt;P&gt;dif TYPE i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET RUN TIME FIELD start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE bukrs belnr gjahr blart budat&lt;/P&gt;&lt;P&gt;FROM bkpf&lt;/P&gt;&lt;P&gt;INTO (cc, doc, fy, doc_ty, pst_dt)&lt;/P&gt;&lt;P&gt;WHERE bukrs = p_bukrs&lt;/P&gt;&lt;P&gt;AND belnr = p_belnr&lt;/P&gt;&lt;P&gt;AND gjahr = p_gjahr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET RUN TIME FIELD end.&lt;/P&gt;&lt;P&gt;dif = end - start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: /001 'Time for select',&lt;/P&gt;&lt;P&gt;067 ':', dif, 'microseconds'.&lt;/P&gt;&lt;P&gt;[/code]Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jun 2008 19:19:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-02T19:19:06Z</dc:date>
    <item>
      <title>how to maintain a timer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-maintain-a-timer/m-p/3946602#M943740</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;in my program i am executing a set of select statements and i need to calculate the time taken to execute those. how to maintain a timer for this ? what statements to use ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 19:13:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-maintain-a-timer/m-p/3946602#M943740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T19:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to maintain a timer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-maintain-a-timer/m-p/3946603#M943741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was Rob's replies in a similiar post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this:code&lt;/P&gt;&lt;P&gt;data: start TYPE i,&lt;/P&gt;&lt;P&gt;end TYPE i,&lt;/P&gt;&lt;P&gt;dif TYPE i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET RUN TIME FIELD start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT SINGLE bukrs belnr gjahr blart budat&lt;/P&gt;&lt;P&gt;FROM bkpf&lt;/P&gt;&lt;P&gt;INTO (cc, doc, fy, doc_ty, pst_dt)&lt;/P&gt;&lt;P&gt;WHERE bukrs = p_bukrs&lt;/P&gt;&lt;P&gt;AND belnr = p_belnr&lt;/P&gt;&lt;P&gt;AND gjahr = p_gjahr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET RUN TIME FIELD end.&lt;/P&gt;&lt;P&gt;dif = end - start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: /001 'Time for select',&lt;/P&gt;&lt;P&gt;067 ':', dif, 'microseconds'.&lt;/P&gt;&lt;P&gt;[/code]Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 19:19:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-maintain-a-timer/m-p/3946603#M943741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T19:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to maintain a timer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-maintain-a-timer/m-p/3946604#M943742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't have the original post in front of me, but I probably also said that you should do this a number of times and take the lowest time for comparison.&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, 03 Jun 2008 13:05:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-maintain-a-timer/m-p/3946604#M943742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-03T13:05:48Z</dc:date>
    </item>
  </channel>
</rss>

