<?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: Naming conventions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/4514952#M1067644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for the answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Sep 2008 06:52:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-24T06:52:22Z</dc:date>
    <item>
      <title>Naming conventions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/4514945#M1067637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Every client have different naming conventions that need to be followed while developing the code.&lt;/P&gt;&lt;P&gt;so, after developing the code, how can we check whether they are satisfying all the naming standards?&lt;/P&gt;&lt;P&gt;is ther any tool for that? or can it be checked in SE30?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 06:40:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/4514945#M1067637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T06:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Naming conventions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/4514946#M1067638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Priya,&lt;/P&gt;&lt;P&gt;There is no readymade tool for this.&lt;/P&gt;&lt;P&gt;when you develop a new application for your client, you should follow the rule and check it manualy.&lt;/P&gt;&lt;P&gt;again , when you make any change to an existing program, you have enclose it with comment-line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g &lt;/P&gt;&lt;P&gt;*BEGIN OF PRIYA.&lt;/P&gt;&lt;P&gt;.....................&lt;/P&gt;&lt;P&gt;......................&lt;/P&gt;&lt;P&gt;........................&lt;/P&gt;&lt;P&gt;*END OF PRIYA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So check only those parts, manualy .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt; Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 06:42:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/4514946#M1067638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T06:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Naming conventions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/4514947#M1067639</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;There are some universal standards in ABAP coding... which is followed by every ABAPer irrespective of the client like declarations, using subroutines, etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vishwa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 06:42:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/4514947#M1067639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T06:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Naming conventions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/4514948#M1067640</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     It is a manual job which has to be done by the reviewer and according to the naming conventions document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 06:43:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/4514948#M1067640</guid>
      <dc:creator>former_member182354</dc:creator>
      <dc:date>2008-09-24T06:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Naming conventions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/4514949#M1067641</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no seperate tool for naming conventions. It all depends on the clients. You need to follow the naming conventions mentioned by the client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 06:46:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/4514949#M1067641</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T06:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Naming conventions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/4514950#M1067642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;There is no any tool for that in real time.According to the client some naming standards document provideded by the company .At the time of reviwing the code itself manually we can find them.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 06:48:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/4514950#M1067642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T06:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: Naming conventions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/4514951#M1067643</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; is ther any tool for that? or can it be checked in SE30?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you search in Google with &lt;STRONG&gt;Naming conventions in SAP pdf&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Just follow first search result!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 06:50:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/4514951#M1067643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T06:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Naming conventions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/4514952#M1067644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for the answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2008 06:52:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/naming-conventions/m-p/4514952#M1067644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-24T06:52:22Z</dc:date>
    </item>
  </channel>
</rss>

