‎2007 Dec 14 1:35 PM
Hi,
I want to use the Code Inspector with the extended naming conventions.
I tried to change the default values on tab:
Local agreement:
TYPES(Local) eq lty_
My test method has the following coding:
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.From the code inspector i get the following warning,
Message Code SYMBOL
==> ERROR(SYMBOL) \TY:YCL_CODEINSPECTOR\ME:TEST\TY:LTY_TEST
..Class YCL_CODEINSPECTOR Method TEST Row 6 Column 2
..ERROR(SYMBOL) \TY:YCL_CODEINSPECTOR\ME:TEST\TY:LTY_TEST
Does anybody know, what my fault is?
Greetings Marcus
‎2007 Dec 14 7:23 PM
Local agreement:
TYPES(Local) eq lty_
it should be lty_*
can u check it now?
‎2007 Dec 14 7:23 PM
Local agreement:
TYPES(Local) eq lty_
it should be lty_*
can u check it now?
‎2007 Dec 17 6:14 AM
‎2007 Dec 15 6:34 AM
Hi Marcus,
Check this link for details.
http://help.sap.com/saphelp_nw04/helpdata/en/56/fd3b87d203064aa925256ff88d931b/content.htm
Also check this link too.
http://www.abapprogramming.blogspot.com/2007/11/code-inspector-in-abap.html
<b>Kindly Reward points if you found this reply helpful</b>,
Cheers,
Chaitanya.