What are steps you follow to improve the performance of a
report ?
Answers were Sorted based on User's Feedback
Answer / siddharth samal
ALREADY GIVEN THE ANSWER SEARCH THE QUESTION YOU WILL GET
THE RESULT.
ST05, SLIN, SE30. FOR PERFORMANCE TUNNING CHECK.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / lokesh
Performance of the report can be improved by reducing the
data transfer .
1) Having an internal table without a work area is better
for performance.
2) Use FOR ALL ENTRIES in your SELECT statement to retrieve
the matching records at one shot.
3) Avoid using nested SELECT statement, SELECT within
LOOPs.
4) Avoid using INTO CORRESPONDING FIELDS OF TABLE. Instead
use INTO TABLE.
5) Avoid using if/endif instead use CASE/ENDCASE
Is This Answer Correct ? | 2 Yes | 0 No |
what is the difference betn end-of-page and end-of- selection?
what is long text?
What takes most time in SAP script programming?
State the differences between database view & projection view? : abap data dictionary
Where do you create indexes in abap?
where u can create the rfc function module?
What is append structure?
How to print continuous pages in smartform?my requirement is i need to print 3 pages for each customer i.e 2 pages for purchase order forms and 3rd page is terms and condition page.Likewise how can i print 100 customer pages at once continuously?
What are pool tables?
Can you assign a matchcode object to a parameter? If so how?
how to see the table output?
what connects smartform to it's driver program?