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

How long a program can run in Foreground/background?

Former Member
0 Likes
7,721

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!!!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
3,214

You can check the parametes in transaction RZ11.

- Guru

Reward points for helpful answers

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!!!

5 REPLIES 5
Read only

Former Member
0 Likes
3,215

You can check the parametes in transaction RZ11.

- Guru

Reward points for helpful answers

Read only

Former Member
0 Likes
3,214

it is contorolled by Basis in System Profiles, it set's the time limit for program execution in Foreground.

Read only

0 Likes
3,214

Hey Thanks for revert,

But i wanted to know ,is there any default timeout ?

Read only

Former Member
3,214

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

Read only

Former Member
0 Likes
3,214

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