‎2008 Jul 23 1:53 PM
when we developing a repore what are the standards we have to follow.
‎2008 Jul 23 1:56 PM
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
‎2008 Jul 23 1:58 PM
Hi,
It depends on the Client naming standards.
Thanks,
Sriram Ponna.
‎2008 Jul 23 2:00 PM
‎2008 Jul 23 2:01 PM
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.
‎2008 Jul 23 2:02 PM
‎2008 Jul 23 2:14 PM
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...