‎2007 Apr 05 12:35 PM
In real time,what are the quality procedures that the company follows(in sap-abap)
‎2007 Apr 05 12:50 PM
hi
good
as far as sap-abap is concerned each and every company followes the different kind of procedure to maintain there quality standard as per the industry,if a company is ISO 9000,it maintain its own quality standard and if a company is SEMMI LEVEL-5 than it maintain its own quality standard for all the delivarables.
some companies uses the tools to maintain the quality of there objects and some of the companies maintain the checklists to maintain the quality.
thanks
mrutyun^
‎2007 Apr 05 12:40 PM
Hi,
Are you asking about the quality of ABAP coding, which is performance related: if yes: follow this:
1) Dont use nested seelct statement
2) If possible use for all entries in addition
3) In the where addition make sure you give all the primary key
4) Use Index for the selection criteria.
5) You can also use inner joins
6) You can try to put the data from the first select statement into an Itab and then in order to select the data from the second table use for all entries in.
7) Use the runtime analysis SE30 and SQL Trace (ST05) to identify the performance and also to identify where the load is heavy, so that you can change the code accordingly
if you are talking about the orgn quality related things, there are other procedures depending on the level of the orgn like ISO, CMM, PCMM etc.
reward if useful
regards,
ANJI
‎2007 Apr 05 12:50 PM
hi
good
as far as sap-abap is concerned each and every company followes the different kind of procedure to maintain there quality standard as per the industry,if a company is ISO 9000,it maintain its own quality standard and if a company is SEMMI LEVEL-5 than it maintain its own quality standard for all the delivarables.
some companies uses the tools to maintain the quality of there objects and some of the companies maintain the checklists to maintain the quality.
thanks
mrutyun^
‎2007 Apr 05 12:57 PM
hi mrutyun,
can you name some tools and check list that company follows
‎2007 Apr 05 1:40 PM
Hi,
Depending on the company The tools used differs.
One such tool is PROJECT MAINTENANCE TOOL, in which all the development related steps are measured accurately with respect to time.
we submit some documents like Project Offshore Delivery Check List(consisting of all deliveries like Code, SPecs, and other related documents).
reward points if useful
regards,
ANJI