Answer Posted / mohamed
Performance tuning is something related to incresing the
performance of the program ie not giving the full load to
the application server.
this can be done in following methods,
1. using corresponding buffering.
2. not using SELECT *
3. maximum usage of WHERE condition
4. using VIEWs
5. mentioning exactly 'occurs n'
and so on
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What takes most time in SAP script programming?
why particularly lock object name starts with EZ OR EY?
what is difference between user exit, customer exit and badi?
What is partner selection?
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
What is modularization and its benefits? : abap modularization
What are the relational operations that can be performed on view in sap? : abap data dictionary
Can a constructor be redefined?
Can we include customizing include or an append structure with pooled or cluster tables? : abap data dictionary
did u done enhancement framework?how u implemented?
Why do we need enhancements?
What are the basic components of dialog program?
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
What is an interactive report? What is the obvious difference of such report compared with classical type reports?