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

Message : Maximum Runtime Exceeded

ashok_kumar24
Contributor
0 Likes
443

Hi Experts,

<b> I am trying to run a standard report called: MB5B.

I am getting a message "Maximum Runtime Exceeded" after some time without the report being executed. I am not able to run some other Z Reports also.

What could be the problem. Is this a BASIS issue or some other kind.</b>

Thanks and Regards

AK

2 REPLIES 2
Read only

Former Member
0 Likes
348

Hi Kumar ,

A max time is set in the system after the execution of the program is terminated , i feel this is the reason why you are getting this error.

Please consult your basis team for more details.

Regards

Arun

Read only

Former Member
0 Likes
348

kumar,

try to run that program in background instead of doing it in foreground. Otherwise u have to modify the coding in z program, which might be using more time in fetching data from the database table. So avoid multiple loops.

Still problem exists contact ur basis team.

Regards....

Arun.

Reward points if useful.