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
Difference between transparent tables and pooled tables? : abap hr
What is database utility? : abap data dictionary
What are the personnel administration related infotypes? : abap hr
Can i Have Some Examples on Enhancements.
What are the advantages/ dis-advantages of logical databases?
Events that can be used in both the classical and interactive reports
What is a type group?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
What are the restrictions on subscreens?
Write the bdc table structure? : abap bdc
what is call back in alv?
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
What is the difference between Exit and Stop?
What are screen painter and menu painter? : abap hr
What is a transport?