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

Bypassing the system timeout value

Former Member
0 Likes
901

Hi all,

How to Bypass the system timeout value

Thanks in advance,

Malini.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
710

Hi,

When you need to run a report that will go over the Basis timeout setting this is what you need to do....

Execute your report

Use SM51 to find the server where your report is running (SM50)

Wait until your report is getting to the timeout limit

When it gets to around a minute from timing out do the following:

Select the process

From the menu select Program/Mode -> Program -> Debugging

This will fire up the report in debug mode (may take a while but wait until it comes up)

Click continue or press F8 to continue the running of the report in anunassisted mode

You will now see that the time has been reset to 0

Repeat until your program completes

Reward points if found helpfull...

Cheers,

siva.

3 REPLIES 3
Read only

Former Member
0 Likes
710

Please check your database select statements which will take maximum time

Read only

Former Member
0 Likes
710

Hi Malini ,

I dont think it is possible to By pass it .

Regards

Arun

Read only

Former Member
0 Likes
711

Hi,

When you need to run a report that will go over the Basis timeout setting this is what you need to do....

Execute your report

Use SM51 to find the server where your report is running (SM50)

Wait until your report is getting to the timeout limit

When it gets to around a minute from timing out do the following:

Select the process

From the menu select Program/Mode -> Program -> Debugging

This will fire up the report in debug mode (may take a while but wait until it comes up)

Click continue or press F8 to continue the running of the report in anunassisted mode

You will now see that the time has been reset to 0

Repeat until your program completes

Reward points if found helpfull...

Cheers,

siva.