What is performance tuning?

Answer Posted / manojkumar kotti

Following standards should be followed to improve the performance.

1. Avoid using * in select query.
2. Avoid using move corresponding.
3. Avoid using nested selects.
4. Avoid using nested loops.
5. Avoid using select query within loops.
6. Try to use the primary key with select query based on the requirement.
7. Fields in the select query should be in the same order as existing index
8. Avoid using delete statement within loops.
9. Use binary search clause with read statements.
10. Avoid using appending corresponding fields clause.

Regards,
Manoj.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is check table?

579


wat are the process that can be executed & tracked in a workflow?

1655


What was the requirement of IDoc in your project? How it was working?

1559


Which objects are independent transport objects?

833


Can we write the code both call transaction and session method in single program?

610






What are the function modules used in a sap script driver program?

574


Difference between sap script and report?

750


How do you find if a logical database exists for your program requrements?

605


Explain about Recording Function?

670


What does the insert statement in extract datasets do?

627


What are the advantages of logical databases?

623


Module Pool Programming: Events and Table Control handling.

852


What is the difference between tables and structures?

625


How do you do bdc for a table control? : abap bdc

656


What is the differrences between structure and table in data dictionary in abap? : abap hr

720