<?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: Program Execution Time in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-time/m-p/1422205#M202540</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to compare your programs you can run them in background so when it is finished it will show you how long it took for your programs to finish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Please award points for useful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jul 2006 01:38:00 GMT</pubDate>
    <dc:creator>aris_hidalgo</dc:creator>
    <dc:date>2006-07-24T01:38:00Z</dc:date>
    <item>
      <title>Program Execution Time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-time/m-p/1422202#M202537</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;   I have two abap programs and i want to compare execution times for both of them. How do i do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jul 2006 22:08:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-time/m-p/1422202#M202537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-23T22:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Program Execution Time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-time/m-p/1422203#M202538</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;Check the transaction &amp;lt;b&amp;gt;STAT&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Azaz Ali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Jul 2006 22:33:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-time/m-p/1422203#M202538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-23T22:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Program Execution Time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-time/m-p/1422204#M202539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you only want to compare execution times you can run them both in batch and the logs will show you the run times. If you want to compare in more detail use transaction SE30 to run each of your programs. This will tell you how cpu times compare and will indicate hotspots within each program, eg bad areas of code or bad sql use etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 00:15:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-time/m-p/1422204#M202539</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-07-24T00:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Program Execution Time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-time/m-p/1422205#M202540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to compare your programs you can run them in background so when it is finished it will show you how long it took for your programs to finish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Please award points for useful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 01:38:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-time/m-p/1422205#M202540</guid>
      <dc:creator>aris_hidalgo</dc:creator>
      <dc:date>2006-07-24T01:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Program Execution Time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-time/m-p/1422206#M202541</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;  GO to SE30 , THEN GO FOR TIPS&amp;amp; Tricks . Paste your code in the two sections and execute .You will be shown how much each program has taken side by side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;  Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jul 2006 03:11:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-execution-time/m-p/1422206#M202541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-24T03:11:10Z</dc:date>
    </item>
  </channel>
</rss>

