<?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: perform checking in report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-checking-in-report/m-p/2711504#M628583</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;You can check your performance check by &amp;lt;b&amp;gt;code inspector or extended pro&amp;lt;/b&amp;gt;gram check- select menu bar in that goto 'program'-&amp;gt;check-&amp;gt;code inspector or extended program check.&lt;/P&gt;&lt;P&gt;And also you can checkout the performance issue by manually checking the program and following are the some of tips you use .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Try to avodid joins, nested loops, dont write select statements within loop.&lt;/P&gt;&lt;P&gt;-- Write the select statement with required field names instead of all fields (*) which avoids the performance issue.&lt;/P&gt;&lt;P&gt;- Along with selected field names you may also take care in where condition: you should use only key fields in the where conditions and also maintain the sequence of key fields which they occurred in table if possible.&lt;/P&gt;&lt;P&gt;- Suppose if you use the non-key fields in where condition it makes lot of performance issues and there is no options to use key-fields then you have to create the secondary index for those non-key fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-use always binary search for READ statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward with points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2007 06:31:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-29T06:31:10Z</dc:date>
    <item>
      <title>perform checking in report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-checking-in-report/m-p/2711503#M628582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can i check the performance inside the program code without going to the transaction st05 outside of program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Baidyanath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 05:57:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-checking-in-report/m-p/2711503#M628582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T05:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: perform checking in report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-checking-in-report/m-p/2711504#M628583</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;You can check your performance check by &amp;lt;b&amp;gt;code inspector or extended pro&amp;lt;/b&amp;gt;gram check- select menu bar in that goto 'program'-&amp;gt;check-&amp;gt;code inspector or extended program check.&lt;/P&gt;&lt;P&gt;And also you can checkout the performance issue by manually checking the program and following are the some of tips you use .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Try to avodid joins, nested loops, dont write select statements within loop.&lt;/P&gt;&lt;P&gt;-- Write the select statement with required field names instead of all fields (*) which avoids the performance issue.&lt;/P&gt;&lt;P&gt;- Along with selected field names you may also take care in where condition: you should use only key fields in the where conditions and also maintain the sequence of key fields which they occurred in table if possible.&lt;/P&gt;&lt;P&gt;- Suppose if you use the non-key fields in where condition it makes lot of performance issues and there is no options to use key-fields then you have to create the secondary index for those non-key fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-use always binary search for READ statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward with points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 06:31:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-checking-in-report/m-p/2711504#M628583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T06:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: perform checking in report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/perform-checking-in-report/m-p/2711505#M628584</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;After Activating your code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;follow this path &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GOTO PROGRAMS -&amp;gt; CHECK -&amp;gt; CODE INSPECTOR/ EXTENDED PROGRAMING CHECK &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will find both options in newer vertions and only ECP in old vertions &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can choose any one &lt;/P&gt;&lt;P&gt;beter to go for CODE INSPECTOR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there you will get all the detailsw of errors wornings etc ....&lt;/P&gt;&lt;P&gt;you need to maintain all the points as 0 then only the program will execute perfectly &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you click on the points then it will show where exactly you need to change &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 10:00:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/perform-checking-in-report/m-p/2711505#M628584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T10:00:09Z</dc:date>
    </item>
  </channel>
</rss>

