‎2007 Feb 15 11:54 AM
If an RFC is called from a on SAP system, say a button on the front-end, if I want to delay two simultaneous calls from frontend, so that they call RFC say 10 seconds of each other, can this be done at the RFC level, or does fron-end need to delay the second call. Thanks.
This is because if the button is hit on the front end consecutively after 10 secs the output is distinct.
If the button is hit simultaneously then the output is merged.Here if the frond-end or RFC can delay the second call the output will not merge.
Any pointers as to how to achieve this on RFC/front-end level. Thanks.
‎2007 Feb 15 12:13 PM
Hi
Before making the next RFC call by using the function module.
Use the following Keyword - <b>WAIT</b>.
<b>Wait up to 10 seconds.</b>
Hope this will help.
Please reward suitable points.
Regards
- Atul