<?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: tool development in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tool-development/m-p/2370707#M525233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; hi friends.&lt;/P&gt;&lt;P&gt;&amp;gt; thanks for your reply. i need other input such&lt;/P&gt;&lt;P&gt;&amp;gt; as where delete , update ,insert and modify should&lt;/P&gt;&lt;P&gt;&amp;gt;  not be used which will affect the performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Delete, Updae, and other there is no specific rule. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&amp;gt; dnt use corresponding fields in your select statement&lt;/P&gt;&lt;P&gt;2&amp;gt; move the contents of your intrnal table to work area&lt;/P&gt;&lt;P&gt;3&amp;gt; analyse your code in sm30&lt;/P&gt;&lt;P&gt;4&amp;gt; use for all entries if you think you can change your code&lt;/P&gt;&lt;P&gt;5&amp;gt; if your requiremnet suggest you then use select single or select upto n rows &lt;/P&gt;&lt;P&gt;statement&lt;/P&gt;&lt;P&gt;6&amp;gt; try to use your where clause on primary keys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For performance related standards... visit follwoing site...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/rob.burbank/blog/2006/11/16/performance--what-will-kill-you-and-what-will-leave-you-with-only-a-flesh-wound&lt;/P&gt;&lt;P&gt;/people/rob.burbank/blog/2007/03/19/joins-vs-for-all-entries--which-performs-better&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.ittoolbox.com/sap/db2/archives/for-all-entries-vs-db2-join-8912" target="test_blank"&gt;http://blogs.ittoolbox.com/sap/db2/archives/for-all-entries-vs-db2-join-8912&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darshan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;Pl. Reward points if this is helpful.&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jul 2007 07:17:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-10T07:17:33Z</dc:date>
    <item>
      <title>tool development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tool-development/m-p/2370702#M525228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually my requiremnet is we r developing a tool for checking all the coding standards of a report program for that first i need to design a flow chart for that standards, how to do it even for a few of them . send me some sample code regarding this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 06:50:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tool-development/m-p/2370702#M525228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T06:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: tool development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tool-development/m-p/2370703#M525229</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 use MS-visio for these diagrams/flow charts...tell me what exactly you require...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 11:33:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tool-development/m-p/2370703#M525229</guid>
      <dc:creator>jaideeps</dc:creator>
      <dc:date>2007-07-09T11:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: tool development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tool-development/m-p/2370704#M525230</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;&lt;/P&gt;&lt;P&gt;1. You identify the rules of your coding standard like.&lt;/P&gt;&lt;P&gt;            &lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Select * should not be allowed.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;            &lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;Loop in side loop is not allowed. etc...&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;2. You have to read all lines of the program using read report statement.&lt;/P&gt;&lt;P&gt;3. Use your logic and validate lines of the program against that logic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darshan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;&lt;STRONG&gt;Reward Points to Helpful answer. It motivates us&lt;/STRONG&gt;&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jul 2007 13:57:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tool-development/m-p/2370704#M525230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-09T13:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: tool development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tool-development/m-p/2370705#M525231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends.&lt;/P&gt;&lt;P&gt;      thanks for your reply. i need other input such as where delete , update ,insert and modify should not be used which will affect the performance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 04:07:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tool-development/m-p/2370705#M525231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T04:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: tool development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tool-development/m-p/2370706#M525232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends.&lt;/P&gt;&lt;P&gt;      thanks for your reply. i need other input such as where delete , update ,insert and modify should not be used which will affect the performance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 04:08:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tool-development/m-p/2370706#M525232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T04:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: tool development</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tool-development/m-p/2370707#M525233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; hi friends.&lt;/P&gt;&lt;P&gt;&amp;gt; thanks for your reply. i need other input such&lt;/P&gt;&lt;P&gt;&amp;gt; as where delete , update ,insert and modify should&lt;/P&gt;&lt;P&gt;&amp;gt;  not be used which will affect the performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Delete, Updae, and other there is no specific rule. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1&amp;gt; dnt use corresponding fields in your select statement&lt;/P&gt;&lt;P&gt;2&amp;gt; move the contents of your intrnal table to work area&lt;/P&gt;&lt;P&gt;3&amp;gt; analyse your code in sm30&lt;/P&gt;&lt;P&gt;4&amp;gt; use for all entries if you think you can change your code&lt;/P&gt;&lt;P&gt;5&amp;gt; if your requiremnet suggest you then use select single or select upto n rows &lt;/P&gt;&lt;P&gt;statement&lt;/P&gt;&lt;P&gt;6&amp;gt; try to use your where clause on primary keys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For performance related standards... visit follwoing site...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/rob.burbank/blog/2006/11/16/performance--what-will-kill-you-and-what-will-leave-you-with-only-a-flesh-wound&lt;/P&gt;&lt;P&gt;/people/rob.burbank/blog/2007/03/19/joins-vs-for-all-entries--which-performs-better&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.ittoolbox.com/sap/db2/archives/for-all-entries-vs-db2-join-8912" target="test_blank"&gt;http://blogs.ittoolbox.com/sap/db2/archives/for-all-entries-vs-db2-join-8912&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darshan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;Pl. Reward points if this is helpful.&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2007 07:17:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tool-development/m-p/2370707#M525233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-10T07:17:33Z</dc:date>
    </item>
  </channel>
</rss>

