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

quality procedures

Former Member
0 Likes
586

In real time,what are the quality procedures that the company follows(in sap-abap)

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
564

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^

4 REPLIES 4
Read only

Former Member
0 Likes
564

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

Read only

Former Member
0 Likes
565

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^

Read only

0 Likes
564

hi mrutyun,

can you name some tools and check list that company follows

Read only

0 Likes
564

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