Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Performance improvement for a Report Painter Program

Former Member
0 Likes
514

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.

1 ACCEPTED SOLUTION
Read only

JozsefSzikszai
Active Contributor
0 Likes
462

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.

3 REPLIES 3
Read only

Former Member
0 Likes
462

Can anyone throw some light on this? Thanks.

Read only

JozsefSzikszai
Active Contributor
0 Likes
463

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.

Read only

Former Member
0 Likes
462

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.