Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Code Inspector extended naming conventions

Former Member
0 Likes
705

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
525

Local agreement:

TYPES(Local) eq lty_

it should be lty_*

can u check it now?

3 REPLIES 3
Read only

Former Member
0 Likes
526

Local agreement:

TYPES(Local) eq lty_

it should be lty_*

can u check it now?

Read only

0 Likes
525

I got the the error.

Best regards

Marcus

Read only

Former Member
0 Likes
525

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.