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

Dialog process time out !!!

Former Member
0 Likes
3,509

Hi experts,

I am trying to execute a function Module(with RFC) that triggers a dialog process. Now the system time out limit for a dialog process is 10 mins and my process is taking longer than that, hence its giving a "Time Out" dump. Is there a way to that can avoid this system time limit for a dialog process?

Please suggest!!!

Thanks.

Note : I tried running in background but didn't work.

Hi experts,

I am trying to execute a function Module(with RFC) that triggers a dialog process. Now the system time out limit for a dialog process is 10 mins and my process is taking longer than that, hence its giving a "Time Out" dump. Is there a way to that can avoid this system time limit for a dialog process?

Please suggest!!!

Thanks.

Note : I tried running in background but didn't work.

4 REPLIES 4
Read only

Former Member
0 Likes
2,205

Hi Ankit,

You need to speak to the Basis guy to change the Timeout paramter in the Instance Profile of the current system. Hope it helps.

Regards, FS

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
2,205

>

> Note : I tried running in background but didn't work.

Hello Ankit,

Can you elaborate what do you mean by "running in background"? Did you use IN BACKGROUND TASK / IN BACKGROUND UNIT

addition while calling the RFC?

BR,

Suhas

Read only

Rushikesh_Yeole
Contributor
0 Likes
2,205

transaction RZ11 check the system parameter like 'timeout'

change its value.

I think 0 is unlimited

Read only

Former Member
0 Likes
2,205

Hi,

if your dialog process has several stepsand you can change this process, any COMMIT WORK will reset the timeout timer. Maybe you can avoid the timeout by using commits!

Regards,

Klaus