2006 Dec 14 8:00 PM
Hi ,
Can anyone know what is the maximum time a program can run without time out ,in foreground/background?
Let me know,its an urgent requirement....
Thanks in advance!!!
2006 Dec 14 8:03 PM
You can check the parametes in transaction RZ11.
- Guru
Reward points for helpful answers
2006 Dec 14 8:03 PM
You can check the parametes in transaction RZ11.
- Guru
Reward points for helpful answers
2006 Dec 14 8:15 PM
it is contorolled by Basis in System Profiles, it set's the time limit for program execution in Foreground.
2006 Dec 14 8:19 PM
Hey Thanks for revert,
But i wanted to know ,is there any default timeout ?
2006 Dec 14 8:24 PM
Hi Hemant,
Updation of the timeout limit is task of BASIS.
In Tcode : RZ10, you can maintain systme parameters.
The parameter name is rdisp/max_wprun_time. If it not maintained in the profile it will be default 10 mins(600 seconds) as SAP has recommended.
Also check this links for more info.
http://sap.ittoolbox.com/groups/technical-functional/SAP-R3-DEV/timeout-in-abap-debugger-560635
http://sap.ittoolbox.com/groups/technical-functional/SAP-R3-DEV/timeout-in-abap-debugger-560756
Regards,
Ferry Lianto
2006 Dec 14 8:33 PM
Hi Hemant,
Execute report RSPARAM which displays all system parameters set and applicable to the system instance in which it is run.
Check value against the parameter rdisp/max_wprun_time.
It will gives you max time a program can run in foreground/background.
Thanks,
Vinay