David Holler 13.Nov.15 05:43 PM a Web browser DECSDECS - All ReleasesAll Platforms
In DECs I have a Virtual Fields Activity that calls SAP for order status. While my SAP developer insists the RFC is working as it should, I have run in to an issue where it just clocks and never comes back with a response.
The call to SAP is simple, enter in an order number, and retrieve tracking and a few other informational fields. Normally works great but in some instances of when a bad order number is entered it will sit there and clock and clock with no response from SAP. Testing the same RFC in SAP returns a "no order found" error in the return message.
So my question is there a way to put a timeout on a remote call like if no response occurs within 10-15 seconds, then post a message on the website that an error occurred.