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
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?
What is pnp-sw-found ? : abap hr
What are the modes in lock objects? : sap abap data dictionary
Difference between Insert, Update and Modify?
What is the role of ‘refresh’ in internal table?
What is the difference between sy-tabix and sy-index? Where it is used?
Explain what are the different functions used in sap script? What are the parameters used in each function?
Explain what is runtime analysis?
What is the syntax of packed number?
How can we decide weather we can enhance the standard infotype or not ? : abap hr
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
What are internal tables? : abap hr
Explain the properties of selection screen?
What are domains and data element? : abap hr
What is elementary search help? : sap abap data dictionary