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

standards following while developing a code

Former Member
0 Likes
705

when we developing a repore what are the standards we have to follow.

6 REPLIES 6
Read only

matt
Active Contributor
0 Likes
673

The standards vary from client to client. Ask your boss.

They all aim to achieve the same thing: that the code is well modularised, well commented, easy to read and easy to maintain.

matt

Read only

Former Member
0 Likes
673

Hi,

It depends on the Client naming standards.

Thanks,

Sriram Ponna.

Read only

Former Member
Read only

Former Member
0 Likes
673

Hi,

Welcome to SDN,

It depends on the client you are working for.

During the project you will get the standards to be followed for the client in form of a document.

And about the in house project you need to contact you Project manager.

For every company there will be certain standards so if the client doesn't specify any standards then we need to use company standards.

So there are no predefined standards as such... depends on company and client.

Regards

Narin Nandivada.

Read only

Former Member
0 Likes
673

hi ,

this will differ from the client to client... see some of them

1. use the performs for the modularisation

2. global variables g_variable

locat variables v_variable

variables v_variables

3. give proper documentation for every texts or select-options

4. name the report with z or y ..then modulename then give some desc

5. use sy-subrc check after read statement, select statement , open dataset stetement...