u r running a report .it is taking a long time for execution
.what steps will u do to reduce the execution time?
Answer Posted / medepalli.sunil@gmail.com
If the report is taking time to fetch data from the database
server we have to make sure that there is an optimized
"query". In order to have an optimized query we need to
write an optimized "where" conditions. That's database part.
Coming to the Programming part.
Say example. Our program has the usage of 95% and the
database usage of 5 % then we have to see the program's
performance. Try to reduce the number of LOOP's in a program
and also try to use the logical operators where ever
necessary to reduce the size of the program . that could
solve the problem.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
2)In production what is the user exit?
Can we display a list in a pop-up screen other than full-size stacked list?
Define abap/4 layer?
What is the function of a data element? : abap data dictionary
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
What do you do when the system crashes in the middle of a BDC batch session?
Does the external program run in the same sap luw as the caller, or in a separate one?
difference between Valuation type and valuation category?
What is pnp-sw-found ? : abap hr
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization
What is gui status? How to create /edit gui status?
What is exception class and test class. How to use it?
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization