<?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: Determining performance while development in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633307#M1282489</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Only use BUKRS, BELNR, GJAHR fields in your SELECT statements with BSEG.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;That's incorrect. It may not mean much from a performance standpoint, but if you know BUZEI, use it in the SELECT to get correct results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2009 13:08:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-20T13:08:03Z</dc:date>
    <item>
      <title>Determining performance while development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633295#M1282477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are creating a new report that selects data from the BSEG and two other tables. There is very little data available on the development server. In such a situation, will the results of SQL trace run on development server be indicative of how the report will perform in production. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We intend to run several tests using joins/views. Can we say that the best performance case here will result in best performance case when the tables have a huge data?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 10:50:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633295#M1282477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T10:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Determining performance while development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633296#M1282478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you are right..............performance can only be analysed in best way if we have huge data.&lt;/P&gt;&lt;P&gt;But you can still run the SQL trace and see how much average time your query is taking to pull datat from database. It will give you an idea in case you are not hitting the table with proper keys in hwere clause.Based on run time in dev you can always extrapolate the results for initial performance testing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 11:14:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633296#M1282478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T11:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Determining performance while development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633297#M1282479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could compare two SE30 traces with Siegfried's tool Z_SE30_COMPARE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/siegfried.boes/blog/2008/01/15/a-tool-to-compare-runtime-measurements-zse30compare&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and find out runtime differences and also whether you have problematic coding which would cause an exponential increase in runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, certain problems will only surface once the code hits a huge database, e.g. different access paths for complex joins due to different value distribution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 11:57:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633297#M1282479</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-05-19T11:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Determining performance while development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633298#M1282480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the tables already exist in production, one thing you can is get the query from ST05 trace (in DEV), and then enter that statement in ST05 (in PRD) to see what the actual explain plan will be. From there you can see if the access will be good or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 12:03:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633298#M1282480</guid>
      <dc:creator>Rui_Dantas</dc:creator>
      <dc:date>2009-05-19T12:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Determining performance while development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633299#M1282481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, And that is the reason we should follow proper performance condition while writing the code itself.&lt;/P&gt;&lt;P&gt;As a developer you should know which select query, which kind of data declartion, condition checks, caluclations in the report can increase the performance of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some time even if you write every thing good wrt performance conditions, that may creates problem at higher level system. Yes, it may happen, because memory utility is also part of program, this is independent of the runtime and performance environment of our program. Hope you know, for this we should clear our local variable where ever unneccessary and refreshing the internal table, Also make use of the FREE syntax to avoid such a kind of syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more case, here our program will run properly both performance wise and Memory allocation wise, but it may creates problem to another programs and transaction like locking and unlocking of data base tables , making utility of text symbols and all can few examples of this kind of issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So always do best code,&lt;/P&gt;&lt;P&gt;All the best &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Naveen Inuganti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 12:08:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633299#M1282481</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2009-05-19T12:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Determining performance while development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633300#M1282482</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;Performance measured with huge data can be considered as bench mark for production server, but as this report deals with BSEG data which contains enormous data in production server which will result in performance issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to me, you should look into other tables available along with BSEG which can be used instead of that. Tables Like BSIS, BSAS, BSID, BSAD, BSIK, BSAK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usage of these tables will help alot in enhancing performance of report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Brajvir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 12:09:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633300#M1282482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T12:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Determining performance while development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633301#M1282483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is nice, that the tool is recommended, but it is not really intended for that purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Database problems can not be found if the dbtables are very small. There the optimizers&lt;/P&gt;&lt;P&gt;do too much interpretation. They will choose a lot of full table scans for example what they&lt;/P&gt;&lt;P&gt;will not do, when the db tables are large. Be aware, that the cursor cache must be refreshed&lt;/P&gt;&lt;P&gt;when you increase the data gradually, otherwise you will continue to use the same access&lt;/P&gt;&lt;P&gt;paths also for the large tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tool is intended for problems with internal tables and also problems on large db tables.&lt;/P&gt;&lt;P&gt;There you can have performance problems when you process mass data, i.e. 10.000 or more table&lt;/P&gt;&lt;P&gt;lines. These problems are normally invisible if you run the program with 100 lines. With the tool&lt;/P&gt;&lt;P&gt;you can see that some program parts increase too fast when tables increase from 100 to 500 for example. These parts are the problems at 10.000 lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 12:54:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633301#M1282483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T12:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Determining performance while development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633302#M1282484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BSEG is very large data base table and also you cant use secondary index on that table .&lt;/P&gt;&lt;P&gt;so to improve performance i thing you should more where condition in the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 13:27:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633302#M1282484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T13:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Determining performance while development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633303#M1282485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use proper performance tuning techniques, it shouldn't matter. For SELECTing from BSEG, see [Quickly Retrieving FI document Data from BSEG|/people/rob.burbank/blog/2007/11/12/quickly-retrieving-fi-document-data-from-bseg]&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, 19 May 2009 13:40:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633303#M1282485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-19T13:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Determining performance while development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633304#M1282486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A word of caution. BSEG is a cluster table. The actual database table name is RFBLG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only use BUKRS, BELNR, GJAHR fields in your SELECT statements with BSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also when selecting from BSEG make sure you do not run out of memory. I had to use PACKAGE SIZE with my select to limit the number of selected records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 19:20:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633304#M1282486</guid>
      <dc:creator>former_member207438</dc:creator>
      <dc:date>2009-05-19T19:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Determining performance while development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633305#M1282487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just read your blog on retrieving FI docs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On my company SAP installation BUZEI is not part of the primary key of BSEG. Even though it's shown as a primary key of the BSEG table. The actual database table RFBLG does not contain BUZEI in its primary key.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2009 19:27:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633305#M1282487</guid>
      <dc:creator>former_member207438</dc:creator>
      <dc:date>2009-05-19T19:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Determining performance while development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633306#M1282488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand your argument about BUZEI. From a developer point of view, I'm dealing with the DDIC definition of  BSEG and not with the physical cluster RFBLG.&lt;/P&gt;&lt;P&gt;Did you measure any negative impact when including BUZEI in the selection on BSEG, provided all other primary key fields are supplied as well?&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 07:34:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633306#M1282488</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-05-20T07:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Determining performance while development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633307#M1282489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Only use BUKRS, BELNR, GJAHR fields in your SELECT statements with BSEG.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;That's incorrect. It may not mean much from a performance standpoint, but if you know BUZEI, use it in the SELECT to get correct results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 13:08:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633307#M1282489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-20T13:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Determining performance while development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633308#M1282490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree. Specifying BUZEI (provided all other key fields are also specified) is faster than leaving it out and doing subsequent processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess it's my Oracle-self tells my ABAP-self, "BUZEI is not really part of the key" &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2009 14:39:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633308#M1282490</guid>
      <dc:creator>former_member207438</dc:creator>
      <dc:date>2009-05-20T14:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Determining performance while development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633309#M1282491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 05:39:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/determining-performance-while-development/m-p/5633309#M1282491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T05:39:34Z</dc:date>
    </item>
  </channel>
</rss>

