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
Can a transparent table exist in data dictionary but not in the database physically? : abap data dictionary
What are datasets in abap?
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
Hello All, Requesting to all user of this site. Please post your Questions in Proper sub Category of chosen category. Some users post the questions in common category whether sub category for that is available ..like some users still post the SAP Script & ALE Related questions in common ABAP Category. Due to this it becomes very difficult to find the topic wise Questions. Please cooperate with the site & to other users. Thanks & Regards Tamseel
How can we achieve MVC ?
How do you get the number of lines in an internal table?
hi experts,,, what is meant by documentation? test casr preparation? documentation and preparation and Tcode for this? quality and releasing? test case scenario?
Which transaction code can I used to analyze the performance of ABAP program.?
What are the abap/4 commands that link to a layout set?
What are the different modes of processing batch input sessions? : abap bdc
What is the difference between Exit and Stop?
If I forgot some command in sap script e.g.: Suppress zero display – how to do find it?
Why do we use events and actions in web dynpro?
What is the maximum number of match code id's that can be defined for one match code object ?
Where do you create indexes in abap?