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

Naming convention thru Code Inspector

Former Member
0 Likes
1,608

Hi Friends,

Can we use code inspector to check the naming conventions?.

Thanks in advance.

Regards,

saravanan.D

8 REPLIES 8
Read only

Former Member
0 Likes
985

We cannot have naming convention check using Code Inspector.

Ravi

Read only

0 Likes
985

Hi,

we used the code inspector for checking source code for naming conventions and I have written several own checks to check e.g. also naming conventions for tables and views (that´s no standard). Checking naming conventions is a standard functionality of the sci. Don´t know why this shouldn´t work.

Perhaps you have an older version. The customer was working on 6.4.

Best regards

Christian

Read only

Former Member
0 Likes
985

Hi,

The code inspector can of course be used to check for adherence of the ABAP code to your naming conventions.

You can find information about Code inspector <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webas/abap/evaluating%20the%20quality%20of%20your%20abap%20programs%20and%20other%20repository%20objects%20with%20the%20code%20inspector">at this link</a>.

Regards,

Anand Mandalika.

Read only

Former Member
0 Likes
985

Hey,

We can use code inspector for naming conventions and we are using it. Absolutely possible. Keep going.

Regs,

venkat

Read only

0 Likes
985

We're also using the code inspector for naming conventions.

Try this link:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/nw/how to build a new check for the code inspector

Read only

Former Member
0 Likes
985

Please let me know how we can use Code Inspector for handling Code Inspector, is there is document explaing the same

Read only

0 Likes
985

I meant using Code inspector for Naming conventions

Read only

0 Likes
985

Hi ,

Are you are talking about naming convention of data objects inside a program . In the code inspector when you create or display a variant just expand the node

"Programming Convention", you will see a naming convention node . Here if you expand there will be some defaulted values for various types of data objects . You can change these to suit your needs . Every company may have a different naming standards. The values defaulted are recommended by SAP.

Cheers.

( Dont forget to reward points if answers were helpful )