‎2008 Jan 17 3:34 AM
Hi all,
How to Bypass the system timeout value
Thanks in advance,
Malini.
‎2008 Jan 17 7:12 AM
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.
‎2008 Jan 17 3:37 AM
Please check your database select statements which will take maximum time
‎2008 Jan 17 3:41 AM
Hi Malini ,
I dont think it is possible to By pass it .
Regards
Arun
‎2008 Jan 17 7:12 AM
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.