Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RFC call

Former Member
0 Likes
267

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.

1 REPLY 1
Read only

Former Member
0 Likes
234

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