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 / jesuvin
Performance of reports could be increased by avaioind nested
select statements. Instead use Select ... FOR ALL ENTRIES.
Restrict the use of Select... Endselect, instead go for
select .. inot table itab and then loop at itab.
Avoid nested loop statement, Do not use select within loop.
Do not call function module within loop statement.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between function group and function module?
What are conversion routines? : abap data dictionary
What are the advantages of different types of bdc's?
What are the system fields? Explain?
How to combine multiple billing into one RV document ( Step by Step)?
What are the different attributes that can be assigned to a variant?
What is a predefined type in abap?
What are the kinds of foreign key fields?
what is the process of creating quotation using BAPIs.
How to transfer data into line items using batch input session method? : abap bdc
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
What is asynchronous and synchronous update?
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
What are advantages and disadvantages of logical data base
If yes then why do we require logical database