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
How do you control printer functions from sapscript?
What is view? Explain the different types of view?
How do you populate data into a multiple line field? : abap bdc
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
What are the personnel administration related infotypes? : abap hr
What is modularization and its benefits?
What is interactive reporting?
What is logical database? : abap hr
How do you import pay scale data from non sap to sap? : sap abap hr
How can I get ascii value of any letter? Is there any function?
What are aggregated objects
What is the reserve command?
What are the events used in abap in the order of execution?
What are th control break events in abap?
Give an example of interface from your project explaining why you used it?