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

TIME_OUT error while trying to execute a report

Former Member
0 Likes
913

Hi all,

When I try to exceute a Z report using a particular variant, it displays the output.

However, when another person tries to run the same Z report using the same variant, it gives a TIME_OUT error.

ABAP runtime errors TIME_OUT

Time limit exceeded.

Please let me know the reason for this.

Thanks and regards,

Anishur

Hi all,

When I try to exceute a Z report using a particular variant, it displays the output.

However, when another person tries to run the same Z report using the same variant, it gives a TIME_OUT error.

ABAP runtime errors TIME_OUT

Time limit exceeded.

Please let me know the reason for this.

Thanks and regards,

Anishur

6 REPLIES 6
Read only

Former Member
0 Likes
867

May be it causes because of performance,Try to check your program performance analysis.

Particularly about SQL statements...

Read only

0 Likes
867

Hi Sekhar,

Thanks for yr reply.

However, I am able to execute the report without the TIME OUT error. It also displays the output.

Thanks and regards,

ANishur

Read only

Former Member
0 Likes
867

Hi,

Please check that you are clearing and refreshing your internal table and work areas before using them.. Maybe the previous data is still present in the internal table..

Read only

Former Member
0 Likes
867

Hi Anishur,

Is the TIME OUT occuring on the same client as you are running the report? And if so, does the user have the same authorisation as you? The TIME OUT will occur if the program is handling more data, if you are seeing different performance it will be down to the amount of data process.

As others have suggested, look at improving the performance of the report.

Regards,

Nick

Read only

0 Likes
867

Hi Nick,

Thanks for your reply.

Yes, the user is running the report in the same client and is getting the TIME OUT error.

So, it should do with the authorisations as you have mentioned. I need to check with the user and find out the authorisations he has.

Thanks and regards,

Anishur

Read only

0 Likes
867

Hi all,

The issue has been resolved.

Thanks,

Anishur