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
Explain what is step-loop? Explain all the steps?
why particularly lock object name starts with EZ OR EY?
What is the difference between open_form and close_form?
How the at-user command serves mainly in lists?
How will you read from internal table records in a given value range (without using loop)
What are the events in screen programming?
To how many tables can an append structure be assigned. : abap data dictionary
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
where do we store all custom programs in SD module?
What is table attribute? : abap data dictionary
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
What are the types of subroutines? : abap modularization
When is the top-of-page event triggered? : abap data dictionary
What is the syntax of packed number?
What is narrow casting and wide casting?