Performance tuning – What are the major steps involved

Showing Answers 1 - 1 of 1 Answers

In performance tuning the following steps are involved.

1. Avoid inner loops.
2. Avoid Select statement inside the loop.
3. Use maximum where conditions to fetch the exact records.
4. Use index to reduce the time
5. Do not use not in where conditons.
6. Use Read statements and check sy-subr where ever it is applicable.
etc.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions