<?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: Programing standards Checklist Automation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/programing-standards-checklist-automation/m-p/3317502#M794660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;seems like people are interested in this topic, hence marking it as unanswered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jun 2008 05:44:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-06T05:44:37Z</dc:date>
    <item>
      <title>Programing standards Checklist Automation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programing-standards-checklist-automation/m-p/3317497#M794655</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;in our project, we have a checklist to follow regarding programing standards, like a read should always be followed by binary search (after sorting of course), nested loops should be avoided, etc. (mostly it contains the tips from SE30 screens)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, a programmer is supposed to follow that checklist, and the senior person is supposed to review if he has actually followed the rules. (not syntaxes, the things in checklist)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but many a times due to deadlines programmers ignore the guidelines (and fill incorrect checklist), as seniors are busy with their own work, they trust programmer / ignore mistakes / themselves miss the defects in program. (not the syntax errors, guidelines)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as a result, program goes to production with the defects. the program runs fine in developments as there is very less data in development and testing, but there are performance issues in production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, i m thinking of writing a code to check if the standards are followed.. so, this code needs to check the program beyond syntaxes.. can you guide me on how i should write the code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the things i have thought so far:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Try to find any inbuilt SAP functions i can use for the same purpose..&lt;/P&gt;&lt;P&gt;(but i havent find any yet, if you could suggest some.....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. consider current program as a file (or save it as a local file ) and apply the conditions in checklist considering it as a text file..&lt;/P&gt;&lt;P&gt;(it is going to be a tedious job as i will have to deal with all string handling) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please guide me and provide any source code if already available!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 10:13:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programing-standards-checklist-automation/m-p/3317497#M794655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T10:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Programing standards Checklist Automation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programing-standards-checklist-automation/m-p/3317498#M794656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i guess, i will have to work on it on myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for looking anyways!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;contact me if you also want to implement same kind of functionality at ur end!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="grin"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jun 2008 16:10:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programing-standards-checklist-automation/m-p/3317498#M794656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-01T16:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Programing standards Checklist Automation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programing-standards-checklist-automation/m-p/3317499#M794657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nearly all generally possible checks are implemented in the Code Inspector (Transaction SCI)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some of your check don't make sense,&lt;/P&gt;&lt;P&gt;+ avoid nested loops .... how?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code inspector is much more up-to-date than the tips and tricks of the SE30.&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, 02 Jun 2008 08:14:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programing-standards-checklist-automation/m-p/3317499#M794657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T08:14:01Z</dc:date>
    </item>
    <item>
      <title>Re: Programing standards Checklist Automation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programing-standards-checklist-automation/m-p/3317500#M794658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;   we also have same problem ,so i do this manually on regular basis ,if you have other solution do reply .&lt;/P&gt;&lt;P&gt;it will be geat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;jase&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 10:33:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programing-standards-checklist-automation/m-p/3317500#M794658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T10:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Programing standards Checklist Automation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programing-standards-checklist-automation/m-p/3317501#M794659</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;yes, you are right, but i also could not find much of information on souce code inspector on help.sap.com..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all i could find was &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/en/8d/4b64488cce3945ba42b059319d62dc/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005/helpdata/en/8d/4b64488cce3945ba42b059319d62dc/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please provide more details about the tool? or any links to full guide on how to use this tool?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my project, i have seen many reports taking too much time because of nested loops.. an alternative to that is parallel cursor method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for ur help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 05:43:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programing-standards-checklist-automation/m-p/3317501#M794659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T05:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Programing standards Checklist Automation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programing-standards-checklist-automation/m-p/3317502#M794660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;seems like people are interested in this topic, hence marking it as unanswered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 05:44:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programing-standards-checklist-automation/m-p/3317502#M794660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T05:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Programing standards Checklist Automation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programing-standards-checklist-automation/m-p/3317503#M794661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the code inspector is available only in new basis releases, and the best information is the online documentation in the SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And there two blogs by somebody who knows the SCI very well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code Inspectoru2019s Performance Checks (I)&lt;/P&gt;&lt;P&gt;/people/randolf.eilenberger/blog/2007/03/12/code-inspector146s-performance-checks-i&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code Inspectoru2019s Performance Checks (II)&lt;/P&gt;&lt;P&gt;/people/randolf.eilenberger/blog/2007/07/02/code-inspector146s-performance-checks-ii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and your 'avoid nested loops' does not really make sense, you need nested loops, and the are fine if you use sorted tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siegfried&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 07:17:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programing-standards-checklist-automation/m-p/3317503#M794661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T07:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Programing standards Checklist Automation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/programing-standards-checklist-automation/m-p/3317504#M794662</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 read both the blogs, but still it doesnt mention detailed steps i need to follow in order to utilize this tool to fullest extent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also, can i know about memory inspector as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in addition to that, when i ran SCI, it was giving me the suggestions with some message number associated with it.. is it possible to view all the messages at once before executing it.. just for learning?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2008 21:23:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/programing-standards-checklist-automation/m-p/3317504#M794662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-13T21:23:24Z</dc:date>
    </item>
  </channel>
</rss>

