You are running a report. It is taking long time for
execution. What steps will you do to reduce the
execution time.
Answer / pradipta mahato
Hi,
Ideally we should follow following thing for good performane
1. Avoid select inside loop (select out of loop and read it
inside)
2. Avoid nested loop and unnecessary extra loop in code
3. Change loop to read if there is a chance
4. Avoid join better use 'for all entries'
5. read internal table using binary search ( Sort it first)
6. If select statement creating problem then index could be
created
Is This Answer Correct ? | 7 Yes | 1 No |
what is data class?
How many tables are there in sap?
give the all step of workflow process step by step
On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?
what is the unit of work
Explain different types of attributes of function module?
Explain read dataset in sap abap?
what is Badi ?
What is the maximum value for Line-Size in the Report?
Which one of the following statements would occur in the PBO of a dialog program using table control? a) module user_command. b) set screen '0100'. c) loop at itab. d) loop at itab with control itab_tc.
What is collect statement?explain with example?
What is new enhancement framework?