<?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 Comparing programs using SE30 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-programs-using-se30/m-p/1348158#M175092</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two programs that obtain the same result and expend the same&lt;/P&gt;&lt;P&gt;time but using different techniques: one uses a lot of access to the bseg table with primary index from an&lt;/P&gt;&lt;P&gt;internal table with bkpf information) and the other uses more abap processing ( using the internal table with bkpf&lt;/P&gt;&lt;P&gt;information and an internal table with bseg information, I use parallel&lt;/P&gt;&lt;P&gt;index).&lt;/P&gt;&lt;P&gt;When I analyse both programs with SE30 transaction the first program&lt;/P&gt;&lt;P&gt;expend 88,333,698 microseg. and the second expend 345,677 microseg. I&lt;/P&gt;&lt;P&gt;don´t understand this result because both programs expend the same time.&lt;/P&gt;&lt;P&gt;And the other issue is that I ran again the analyse transaction for the&lt;/P&gt;&lt;P&gt;second program and I obtained similar results with the first program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 May 2006 21:42:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-23T21:42:18Z</dc:date>
    <item>
      <title>Comparing programs using SE30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-programs-using-se30/m-p/1348158#M175092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two programs that obtain the same result and expend the same&lt;/P&gt;&lt;P&gt;time but using different techniques: one uses a lot of access to the bseg table with primary index from an&lt;/P&gt;&lt;P&gt;internal table with bkpf information) and the other uses more abap processing ( using the internal table with bkpf&lt;/P&gt;&lt;P&gt;information and an internal table with bseg information, I use parallel&lt;/P&gt;&lt;P&gt;index).&lt;/P&gt;&lt;P&gt;When I analyse both programs with SE30 transaction the first program&lt;/P&gt;&lt;P&gt;expend 88,333,698 microseg. and the second expend 345,677 microseg. I&lt;/P&gt;&lt;P&gt;don´t understand this result because both programs expend the same time.&lt;/P&gt;&lt;P&gt;And the other issue is that I ran again the analyse transaction for the&lt;/P&gt;&lt;P&gt;second program and I obtained similar results with the first program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 21:42:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-programs-using-se30/m-p/1348158#M175092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T21:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing programs using SE30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-programs-using-se30/m-p/1348159#M175093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check Blogs !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/rob.burbank/blog/2006/02/07/performance-of-nested-loops&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this&amp;#146;ll give you idea!!&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;P.S award the points.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Good luck &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saquib Khan&lt;/P&gt;&lt;P&gt;"Some are wise and some are otherwise"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 21:53:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-programs-using-se30/m-p/1348159#M175093</guid>
      <dc:creator>former_member181966</dc:creator>
      <dc:date>2006-05-23T21:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing programs using SE30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-programs-using-se30/m-p/1348160#M175094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this may be due to some buffering issues. When you run two programs back to back that access the same data, the one that runs first generally takes longer. Try running each a number of times and take the smallest time for each program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I liked the blog Saquib.&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, 23 May 2006 22:07:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-programs-using-se30/m-p/1348160#M175094</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T22:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing programs using SE30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-programs-using-se30/m-p/1348161#M175095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saquib.&lt;/P&gt;&lt;P&gt;Sorry but this doesn't answer my concern.  &lt;/P&gt;&lt;P&gt;I don't understand the high difference in microseg comparing the SE30 results but when I normally execute both programs, they consume the same time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 22:07:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-programs-using-se30/m-p/1348161#M175095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T22:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing programs using SE30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-programs-using-se30/m-p/1348162#M175096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on lot of things , can you post your code for both program .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It also depend how your system performance parameter setup as "Rob" already mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us execute on our system and see how they behave.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;SK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 22:13:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-programs-using-se30/m-p/1348162#M175096</guid>
      <dc:creator>former_member181966</dc:creator>
      <dc:date>2006-05-23T22:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing programs using SE30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-programs-using-se30/m-p/1348163#M175097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob and Saquib.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry I can't post the code for these programs because are very huge (2000 approximately).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 22:43:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-programs-using-se30/m-p/1348163#M175097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T22:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing programs using SE30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-programs-using-se30/m-p/1348164#M175098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the micro secs is the actual amount of cpu time used, in your small example the elapsed time may be similar but one program actually used a lot more of the system resources than the other. If there were no other users on and no other processes running them the elapsed times would probably be different with the more efficient one being quicker but r/3 is unlikely to often give you that opportunity.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 23:17:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-programs-using-se30/m-p/1348164#M175098</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-05-23T23:17:55Z</dc:date>
    </item>
  </channel>
</rss>

