‎2008 Jun 23 12:49 PM
Hi All,
I have to improve the performance of a report, which is created through the report painter. Is there a way to improve the performance of report created through Report Painter? Kindly throw some light on it. Thanks.
‎2008 Jun 26 3:29 PM
I don't think so... There is a generated ABAP code behind, and it is not too efficient (from performance point of view). I would suggest to develop an own ABAP program.
‎2008 Jun 26 3:25 PM
‎2008 Jun 26 3:29 PM
I don't think so... There is a generated ABAP code behind, and it is not too efficient (from performance point of view). I would suggest to develop an own ABAP program.
‎2008 Jun 26 3:30 PM
Feddie,
actually In report painter we do not write any code from our side system automatically generates their code.
so i dont think so that we can improve its performance by doing any modification in ABAP code.
you can do one thing put more checks for selection-screen so than data get more filter after excuting the report.
Amit.