<?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: RunTime Analysis-different values each time in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis-different-values-each-time/m-p/2748650#M639099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this.. execute once.. note down the percentages.. log off from the SAP logon.. re login and do the same.. u will see the deifference..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why logout ????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just repeat the measurements several times ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2007 07:30:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-04T07:30:10Z</dc:date>
    <item>
      <title>RunTime Analysis-different values each time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis-different-values-each-time/m-p/2748645#M639094</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 a doubt regarding Run Time Analysis(SE30). Here, when I execute the same program by giving the same input several times, I get different values for 'Execution Time' every time. There is a vast difference.&lt;/P&gt;&lt;P&gt;For example, first time I got the values as 56% and 19% for ABAP and Database execution time respectively. Next time, I got 34% and 53% resp. for the same input. How can this be possible? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Vidhya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 11:20:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis-different-values-each-time/m-p/2748645#M639094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T11:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: RunTime Analysis-different values each time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis-different-values-each-time/m-p/2748646#M639095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vidhya , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bcos while running for second time , it uses buffers , so u cannt depend upon Se30 , better to use ST05.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Peram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 11:24:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis-different-values-each-time/m-p/2748646#M639095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T11:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: RunTime Analysis-different values each time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis-different-values-each-time/m-p/2748647#M639096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SE30 is usually quite o.k., it is a user problem especially if you not experienced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it 3 times in a system where not too many other people are working, open second mode and check the sm50.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After finishing the trace wirte down TOTAL TIME and times for ABAP and DB, NOT THE PERCENTAGES !!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post them here, I guess execution number 2 and 3 are quite similar. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 12:00:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis-different-values-each-time/m-p/2748647#M639096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T12:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: RunTime Analysis-different values each time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis-different-values-each-time/m-p/2748648#M639097</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;Changing Field Values at Runtime&lt;/P&gt;&lt;P&gt;You can change the values of fields at runtime to see how the change would affect the program flow. Suppose you have found out that a field contains an incorrect value. You would be able to replace it with another value in the Debugger to test whether the program would run properly in that case.&lt;/P&gt;&lt;P&gt;You can change the values of the following data objects of your program. If you enter a value with an incompatible type, the system displays an error message.&lt;/P&gt;&lt;P&gt;&amp;#149;	Single fields &lt;/P&gt;&lt;P&gt;&amp;#149;	Structured fields &lt;/P&gt;&lt;P&gt;&amp;#149;	Strings &lt;/P&gt;&lt;P&gt;&amp;#149;	Fields of internal tables &lt;/P&gt;&lt;P&gt;&amp;#149;	Fields of classes and interfaces&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;To replace the contents of a single field, proceed as follows:&lt;/P&gt;&lt;P&gt;1.	Choose Fields to open the field display mode. &lt;/P&gt;&lt;P&gt;2.	Double-click or enter the name of a field in the source code to place it in the field display. The field name and its current value appear in the display. &lt;/P&gt;&lt;P&gt;3.	Enter a new value for the field. &lt;/P&gt;&lt;P&gt;4.	Choose the pencil icon (Change field contents) at the end of the field display.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;With certain data objects such as structures or internal tables, you first have to double-click the appropriate field name to display the attributes. You then have to double-click the individual fields again to open the display mode. &lt;/P&gt;&lt;P&gt;Result&lt;/P&gt;&lt;P&gt;The Debugger writes the new value to the program field and the system records the change in the system log. If you do not click the pencil icon, the changed value is ignored.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;The Debugger accepts the values exactly as you entered them. You must, therefore, ensure that you use the correct format (upper and lowercase, left-justified entry for hexadecimal numbers).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2007 13:21:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis-different-values-each-time/m-p/2748648#M639097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-03T13:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: RunTime Analysis-different values each time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis-different-values-each-time/m-p/2748649#M639098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vidhya..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree with Prabhu, this happens because of buffers..the total percentage is always 100%.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, when u execute for the second time, system will use the buffers, so DB % will go down and to adjust this ABAP will go high..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this.. execute once.. note down the percentages.. log off from the SAP logon.. re login and do the same.. u will see the deifference..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Vikas Bittera.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 00:31:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis-different-values-each-time/m-p/2748649#M639098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T00:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: RunTime Analysis-different values each time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis-different-values-each-time/m-p/2748650#M639099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this.. execute once.. note down the percentages.. log off from the SAP logon.. re login and do the same.. u will see the deifference..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why logout ????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just repeat the measurements several times ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 07:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis-different-values-each-time/m-p/2748650#M639099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T07:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: RunTime Analysis-different values each time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis-different-values-each-time/m-p/2748651#M639100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hellow Vidhya,&lt;/P&gt;&lt;P&gt;Whenever your are running the SE30 means your checking the performance of&lt;/P&gt;&lt;P&gt;the program at application server level. It depends upon the services available at that point of time.In other words want to say how your CPU changes every second similarly whenever you are running the program gives different values depend upon the load of the server.&lt;/P&gt;&lt;P&gt;Hope it clarifies your doubt.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ameer Baba.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 08:43:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis-different-values-each-time/m-p/2748651#M639100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T08:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: RunTime Analysis-different values each time</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis-different-values-each-time/m-p/2748652#M639101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all your replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidhya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 07:14:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-analysis-different-values-each-time/m-p/2748652#M639101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T07:14:17Z</dc:date>
    </item>
  </channel>
</rss>

