cancel
Showing results for 
Search instead for 
Did you mean: 

Performance Tuning

Former Member
0 Kudos

Hi ALL,

I have doubt about performance tuning.?

1.Why we need performance tunning?

2.How to develop this performance tunning?

3.What is the pre requisites of performance tunning?

4.What is the main feature of this performance tunning?.

Thanks,

Srinivas

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Srinivas,

1.Why we need performance tunning?

Ans : The main purpose of performance tuning is to improve the over all performance of the SAP ERP system.Since SAP is a huge a package and involves three layers so we should try to improve the performance tuning as much as possible.The important things is we have to minimise the databse interaction as much as possible.

2.How to develop this performance tunning?

Ans : You have to keep in mind while developing any object how much it impove u r performance for an example if u r using for all entries u have to delete all duplicates and sort etc so if u follow like that then the end result will be a good product.

3.What is the pre requisites of performance tunning?

You have to go through all the standard performance tuning concepts and some that we learn from our own experience.

4.What is the main feature of this performance tunning?.

SAP has a tcode SE30 and ST05 through which you can test the performance of any object including database interaction through ST05 so these tcodes just provide u if there are any backlogs so that u can tune those.

award points if it helps .

Ramesh.

Former Member
0 Kudos

Perfomance Tuning makes the programs faster and more efficient.

Check ou the WIKI about PERFORMANCE TUNING. It has a lot of tricks & tips regarding performance in ABAP development:

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/abap/performance%2btuning

Basically, it consists in avoid some mistakes, and make it more "Clean"

Kind Regards,

Brian Gonsales

Former Member
0 Kudos

Performance tuning basically has to do with reducing the Execution time of the report and make sure the report does not use too much system resources.

Some of the key things in perfomance is to avoid nested selects, USE appropriate indexes(this is very important) and free memory resources.