Application Development 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: 

Performance of a report is different for different users

Former Member
0 Kudos

We have a report developed using report painter.When we execute the report,it is taking less amount of time.When the end users execute it,its taking lots of time.

Is this related to any memory problem?

6 REPLIES 6

former_member194613
Active Contributor
0 Kudos

usually this is related to the processed data, you select your project ... data (whatever). But there are only a few test.

End user select his work load, whci can be a lot.

Run SE30 and SQL Trace, check Top entries, similar functions or tables different time.

Siegfried

kesavadas_thekkillath
Active Contributor
0 Kudos

check with the entries given by user and go for performance tuning if neede..

Former Member
0 Kudos

Hi,

the performance of a program depends on the amount of data processing. It may happen that, diffferent user may have authentication to different amount of data.

So the code is taking different time.

Regards,

Anirban

Former Member
0 Kudos

Check whether the tables used in the program are buffered as table buffering varies the performance of the program.

Thanks,

karthik

Former Member
0 Kudos

Hi Aparna

Is that u executed the report in the same client, as your end user using. if so, then check for the selection criteria raised by you and your end user.

i'm sure that u would have tested maximum upto the level of quality clients. but the end user is working on the live server, in which the records may to too high. that would be the reason for the performance variation.

regards

GP

Former Member
0 Kudos

We executed in production and the user also executed in production. But i'm not sure about the selection criteria that the user used. I have to check it.

Thaks for your replies.