<?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 Code Inspector extended naming conventions in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-extended-naming-conventions/m-p/3163196#M752412</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 want to use the Code Inspector with the extended naming conventions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to change the default values on tab:&lt;/P&gt;&lt;P&gt;              &lt;/P&gt;&lt;P&gt;Local agreement:&lt;/P&gt;&lt;P&gt;TYPES(Local) eq lty_&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My test method has the following coding:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;METHOD test.
*  DATA: BEGIN OF str_test,
*    bukrs TYPE bukrs,
*    END OF str_test.

  TYPES: BEGIN OF lty_test,
    bukrs TYPE bukrs,
    END OF lty_test.

ENDMETHOD.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the code inspector i get the following warning,&lt;/P&gt;&lt;P&gt;Message Code SYMBOL                                        &lt;/P&gt;&lt;P&gt;==&amp;gt; ERROR(SYMBOL) \TY:YCL_CODEINSPECTOR\ME:TEST\TY:LTY_TEST&lt;/P&gt;&lt;P&gt;..Class YCL_CODEINSPECTOR Method TEST Row 6 Column 2       &lt;/P&gt;&lt;P&gt;..ERROR(SYMBOL) \TY:YCL_CODEINSPECTOR\ME:TEST\TY:LTY_TEST  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know, what my fault is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Dec 2007 13:35:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-14T13:35:08Z</dc:date>
    <item>
      <title>Code Inspector extended naming conventions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-extended-naming-conventions/m-p/3163196#M752412</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 want to use the Code Inspector with the extended naming conventions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to change the default values on tab:&lt;/P&gt;&lt;P&gt;              &lt;/P&gt;&lt;P&gt;Local agreement:&lt;/P&gt;&lt;P&gt;TYPES(Local) eq lty_&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My test method has the following coding:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;METHOD test.
*  DATA: BEGIN OF str_test,
*    bukrs TYPE bukrs,
*    END OF str_test.

  TYPES: BEGIN OF lty_test,
    bukrs TYPE bukrs,
    END OF lty_test.

ENDMETHOD.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the code inspector i get the following warning,&lt;/P&gt;&lt;P&gt;Message Code SYMBOL                                        &lt;/P&gt;&lt;P&gt;==&amp;gt; ERROR(SYMBOL) \TY:YCL_CODEINSPECTOR\ME:TEST\TY:LTY_TEST&lt;/P&gt;&lt;P&gt;..Class YCL_CODEINSPECTOR Method TEST Row 6 Column 2       &lt;/P&gt;&lt;P&gt;..ERROR(SYMBOL) \TY:YCL_CODEINSPECTOR\ME:TEST\TY:LTY_TEST  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know, what my fault is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 13:35:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-extended-naming-conventions/m-p/3163196#M752412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T13:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Code Inspector extended naming conventions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-extended-naming-conventions/m-p/3163197#M752413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Local agreement:&lt;/P&gt;&lt;P&gt;TYPES(Local) eq lty_&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should be lty_*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u check it now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Dec 2007 19:23:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-extended-naming-conventions/m-p/3163197#M752413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-14T19:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: Code Inspector extended naming conventions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-extended-naming-conventions/m-p/3163198#M752414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/56/fd3b87d203064aa925256ff88d931b/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/56/fd3b87d203064aa925256ff88d931b/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check this link too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.abapprogramming.blogspot.com/2007/11/code-inspector-in-abap.html" target="test_blank"&gt;http://www.abapprogramming.blogspot.com/2007/11/code-inspector-in-abap.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Kindly Reward points if you found this reply helpful&amp;lt;/b&amp;gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Chaitanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2007 06:34:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-extended-naming-conventions/m-p/3163198#M752414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-15T06:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Code Inspector extended naming conventions</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-extended-naming-conventions/m-p/3163199#M752415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards &lt;/P&gt;&lt;P&gt;Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 06:14:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-inspector-extended-naming-conventions/m-p/3163199#M752415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T06:14:27Z</dc:date>
    </item>
  </channel>
</rss>

