Application Development 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: 

How to set the timeout?

Former Member
0 Kudos

Hi All,

How do set the system timeout. When ABAP program takes time to process this is monitored by system timeout field. How could I see/change it?

Thank,

Kishan

1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor
0 Kudos

Hello,

Updation of the timeout limit is task of <b>BASIS.</b>

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.

Make sure about your system before changing that.

Regards,

Naimesh

3 REPLIES 3

naimesh_patel
Active Contributor
0 Kudos

Hello,

Updation of the timeout limit is task of <b>BASIS.</b>

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.

Make sure about your system before changing that.

Regards,

Naimesh

0 Kudos

Thanks All poitns awarded.