cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

asynchronous interface vs synchronous interface

GabrielSagaya
Active Contributor
0 Likes
11,482

can you explain asynchronous interface vs synchronous interface with adv & disadv.

View Entire Topic
vikas_agarwal
Contributor
0 Likes

Hi,

if you want the response back into the system then you uses synchronous interface or we can say for Synchronous communication( like you want data from RFC/BAPI) we have to use Synchronous Interface

and if we want asynchronous communication(like Idoc) we use asynchronous Interface.

You cannt compare the adv and disadv. of these two.

It is accroding to our need, which interface has to use.

Thanks