What is performance tuning?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ajay kumar
Performance tuning means analyising the performance of the
program.
Performance of the program depends on the data transfer.
By reducing the amount of data to be transfered, we can
improve the performance of the program.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / niranj
increasing effeciency of programs thru optimized coding
eg : select ... table itab...
instead of
loop at itab
select ,...into itab..
endloop
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / lavanya
Performance tunning.
There are various steps to increase the performance of ABAP
report.
* should not use * in the select query ,instead use the
appropriate field names.
* In the occurs clause avoid using 0 instead use the number.
* try to use move-corresponding .
* use the aggregate statement.
Is This Answer Correct ? | 1 Yes | 1 No |
what is Composite key in table creation? what is the use?
what is meant by enhancement category?
What is updated Function Module.
What are the function of the transport system and workbench organiser? : abap data dictionary
DO SERVERS IN EVERY COMPANY HAVE A SPECIFIIC NAME CAN I KNOW THE SERVER NAME OF IGATE AND ITS GEOGRAPHICAL LOCATION AND HOW MANY SERVERS DO A COMPANY WILL HAVE FOR SAP
If yes then why do we require logical database
Suppose the client wants me the vacancy to be displayed on a website as well as ess. How should I do it? : sap abap hr
17) How will you validate selection screen elements?
What are the general naming conventions of ABAP programs?
What are Major differences in Smart forms and Scripts
What do you mean by cluster tables in sap abap? Also explain what do you mean by table cluster? : abap data dictionary
Can i know some of the Realtime tickets that anyone has been faced ?