What are steps you follow to improve the performance of a
report ?
Answer Posted / 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 |
Post New Answer View All Answers
What is bdc programming in sap?
What are the different buffering methods?
how do you call third selection screen ?
How do you control printer functions from sapscript?
Where can you find error log for call transaction? : abap bdc
What are the tcodes for performance tuning?
What are the system fields? Explain?
What are the prerequisites for creating foreign key relationship?
What is singleton pattern in OOPS?
What is generic buffering?
How to Modify Layout set for RVORDER01 for printing sales order confirmation. plz mention the detail coding Tahnks, Rahul
dear friends, do you know how to configure web dynpro and adobe into ECC6.0 IDES?
What are the user interfaces of interactive lists?
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
What is the difference between a structure and a table?