<?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 Capture runtime for report through SE30 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/capture-runtime-for-report-through-se30/m-p/8357470#M1640779</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 want capture run time ( execution time ) for one report. i tried in execute in foreground using SE30 its giving timeout error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried to run in background using SE30, it did not give proper results..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help how to capture run time if i run this report in background.&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;Sireesha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Nov 2011 17:40:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-11T17:40:22Z</dc:date>
    <item>
      <title>Capture runtime for report through SE30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capture-runtime-for-report-through-se30/m-p/8357470#M1640779</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 want capture run time ( execution time ) for one report. i tried in execute in foreground using SE30 its giving timeout error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried to run in background using SE30, it did not give proper results..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help how to capture run time if i run this report in background.&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;Sireesha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 17:40:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capture-runtime-for-report-through-se30/m-p/8357470#M1640779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-11T17:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Capture runtime for report through SE30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capture-runtime-for-report-through-se30/m-p/8357471#M1640780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you just need the execution type of the entire report in background, SM37(Duration) will give you that. What exactly are you trying to find?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 18:04:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capture-runtime-for-report-through-se30/m-p/8357471#M1640780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-11T18:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Capture runtime for report through SE30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capture-runtime-for-report-through-se30/m-p/8357472#M1640781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the code is still in development:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP statements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get run time field gv_start ( type i).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;get run time field gv_end (type i).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run_time = gv_end - gv_start....  in microseconds (1/1000000 of a second).&lt;/P&gt;&lt;P&gt;run_time_seconds = run_time / 1000000.&lt;/P&gt;&lt;P&gt;run_time_minutes = run_time_seconds / 60.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 18:30:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capture-runtime-for-report-through-se30/m-p/8357472#M1640781</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-11T18:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Capture runtime for report through SE30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capture-runtime-for-report-through-se30/m-p/8357473#M1640782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply,,  i have done changes to improve performance in the program.&lt;/P&gt;&lt;P&gt;Code moved to QA and I want to take after changes run time analysis screen shots through SE30.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 19:50:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capture-runtime-for-report-through-se30/m-p/8357473#M1640782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-11T19:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Capture runtime for report through SE30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capture-runtime-for-report-through-se30/m-p/8357474#M1640783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rather than SE30, try ST05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 20:13:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capture-runtime-for-report-through-se30/m-p/8357474#M1640783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-11T20:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Capture runtime for report through SE30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capture-runtime-for-report-through-se30/m-p/8357475#M1640784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can i Expect more Coding from u?...........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 17:12:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capture-runtime-for-report-through-se30/m-p/8357475#M1640784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-17T17:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Capture runtime for report through SE30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/capture-runtime-for-report-through-se30/m-p/8357476#M1640785</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;Pleasecheck out the below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the latest version of SE30 - New ABAP runtime tool - SAT (ECC 6 onwards)&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/docs/DOC-10248"&gt;http://scn.sap.com/docs/DOC-10248&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a detailed info of SE30 read the below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/ERPHCM/Trace+for+ABAP+Analysis"&gt;http://wiki.sdn.sap.com/wiki/display/ERPHCM/Trace+for+ABAP+Analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 20:51:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/capture-runtime-for-report-through-se30/m-p/8357476#M1640785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-06-17T20:51:25Z</dc:date>
    </item>
  </channel>
</rss>

