Skip to Content
0
Former Member
Dec 02, 2009 at 10:43 PM

Time_Out in WD application

30 Views

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 ?