Application Development 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: 

Naming conventions

Former Member
0 Kudos

Every client have different naming conventions that need to be followed while developing the code.

so, after developing the code, how can we check whether they are satisfying all the naming standards?

is ther any tool for that? or can it be checked in SE30?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Priya,

There is no readymade tool for this.

when you develop a new application for your client, you should follow the rule and check it manualy.

again , when you make any change to an existing program, you have enclose it with comment-line.

e.g

*BEGIN OF PRIYA.

.....................

......................

........................

*END OF PRIYA.

So check only those parts, manualy .

Regards,

Anirban

7 REPLIES 7

Former Member
0 Kudos

Priya,

There is no readymade tool for this.

when you develop a new application for your client, you should follow the rule and check it manualy.

again , when you make any change to an existing program, you have enclose it with comment-line.

e.g

*BEGIN OF PRIYA.

.....................

......................

........................

*END OF PRIYA.

So check only those parts, manualy .

Regards,

Anirban

Former Member
0 Kudos

Hi

There are some universal standards in ABAP coding... which is followed by every ABAPer irrespective of the client like declarations, using subroutines, etc..

Regards,

Vishwa.

0 Kudos

Hi,

It is a manual job which has to be done by the reviewer and according to the naming conventions document.

Raghav

Former Member
0 Kudos

Hi Priya,

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.

Regards,

Chandra Sekhar

Former Member
0 Kudos

Hi

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.

regards

venkat

former_member181995
Active Contributor
0 Kudos

>

> is ther any tool for that? or can it be checked in SE30?

No.

But if you search in Google with Naming conventions in SAP pdf

Just follow first search result!!

0 Kudos

Thanks everyone for the answers.