cancel
Showing results for 
Search instead for 
Did you mean: 

Time_Out in WD application

Former Member
0 Kudos

I have a WD application which calls an RFC. If the RFC is not completed within five minutes. The WD application gets a Time_Out dump screen on web browser. This is because the parameter icm/keep_alive_timeout is set to 300 seconds.

I am trying to prevent the dump screen by tracking the elapsed runtime of RFC and exiting before the 300seconds, i.e.: 280 and giving the user an error message that there was a timeout.

My question is whether there is a more sophisticated way to capture the Time_Out? It is not a class exception, so how would I capture this event in the RFC ?

Accepted Solutions (1)

Accepted Solutions (1)

former_member196023
Active Participant
0 Kudos

Hi,

Please refer this post for [handling time out|; explained by Thomas Jung.

Thanks

-Haresh

Answers (1)

Answers (1)

Former Member
0 Kudos

you can use a timer control and make some test request every 10 minutes.

This is the best way I've ever known.

Former Member
0 Kudos

Hi Anders Hejlsberg ,

Can you please provide some more information on this topic? I am also interested to know about this.

Thanks in advance.

Vikrant