<?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: ABAP Runtime Analysis. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-analysis/m-p/5699125#M1294639</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use the GET RUN TIME FIELD statement for getting the run time of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this link for more details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/Helpdata/EN/9f/db994235c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/Helpdata/EN/9f/db994235c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 May 2009 12:39:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-28T12:39:01Z</dc:date>
    <item>
      <title>ABAP Runtime Analysis.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-analysis/m-p/5699123#M1294637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __default_attr="green" __jive_macro_name="color"&gt; Can anybody tell about ABAP Runtime Analysis?
I mean what is the execution time for ABAP, Database and System. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - Please ask a specific question - post locked&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on May 28, 2009 9:47 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 12:34:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-analysis/m-p/5699123#M1294637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T12:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Runtime Analysis.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-analysis/m-p/5699124#M1294638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Runtime Analysis will give you an idea about how much time you program is taking for fetching data from database and how much time is spent in the ABAP work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The TCODE is SE30. Run your program via this transaction and the come back.&lt;/P&gt;&lt;P&gt;It will show you graphically how much time was spent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally it also shows which subroutines within the program are taking how much time individually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 12:38:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-analysis/m-p/5699124#M1294638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T12:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Runtime Analysis.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-analysis/m-p/5699125#M1294639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use the GET RUN TIME FIELD statement for getting the run time of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See this link for more details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/Helpdata/EN/9f/db994235c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/Helpdata/EN/9f/db994235c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 12:39:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-analysis/m-p/5699125#M1294639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T12:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Runtime Analysis.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-analysis/m-p/5699126#M1294640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the entire runtime of your code will be splited into 3 parts.&lt;/P&gt;&lt;P&gt;ABAP : time taken for ur ABAP code execution&lt;/P&gt;&lt;P&gt;DB : time taken for database hits,updates etc&lt;/P&gt;&lt;P&gt;SYstem : system times (processor time etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all these are show with percentage values( the BAR) and the exact time taken by each.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to tweak ur code to minimize the DB time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 12:40:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-analysis/m-p/5699126#M1294640</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T12:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Runtime Analysis.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-analysis/m-p/5699127#M1294641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This runtime analysis tools allows the ABAP/4 programmer to trace the tables used by the SAP dialog/reports programs.  In the Analyze button, you can see four more buttons like:- &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;1.Hit List &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Displays the execution time of each statement in the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Tables &lt;/P&gt;&lt;P&gt;Displays the tables accessed during run time. &lt;/P&gt;&lt;P&gt;3.Group hit list &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Displays the execution time of all the statements and grouping them based on the type of command.  e.g. performs, SQL and internal tables used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.Hirarchy &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Displays the execution time of each statement in the actual order in which were executed.  Uses indentation to indicate the level of nesting of statements within subroutines. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any tables use by the transaction or program can be easily trace with the runtime analysis tools. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction SE30 &lt;/P&gt;&lt;P&gt;Type in the transaction code you want to analyze&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 12:46:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-runtime-analysis/m-p/5699127#M1294641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-28T12:46:43Z</dc:date>
    </item>
  </channel>
</rss>

