cancel
Showing results for 
Search instead for 
Did you mean: 

Timeouts when calling functions

Former Member
0 Kudos

We have an application that makes use of functions within SAP. We call these functions with v2 of the .NET connector but occasionally these take quite long and either the user sits twiddling their thumbs for ages or a SAP dump is produced and the application crashes. I have two questions:

1) Can we stop a function call after we have started it? (Note: The function module is executing ABAP created from the application)

2) What is the best way to deal with timeouts? (Is there anyway to stop the dump from being produced?)

TIA,

-Charles

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The connector allows you to do asynchronous calls to the ""proxied"" RFC functions.

This way you can define your own "timeout".

Regards,

Ofer