cancel
Showing results for 
Search instead for 
Did you mean: 

adapters

Former Member
0 Kudos

hi

which Adapters are Synchronous and which are Asynchronous.

How can we say weather it is sync or Async

When we use sync adapters and when Async adapte

why we use in some situations even it is sync ,we use it as Async And vice versa

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Surya,

Whichsoever adapters provides BE(Best Effort) comes under Sync category.

Apadters which provides EO (Exactly Once) and EOIO (Exactly Once In Order) comes under Async category.

Please check:

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/41/b714fe5ffc11d5b3ea0050da403d6a/content.htm">Sync and Async of Adapters</a>

Also check this help file for Adapters:

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/content.htm</a>

Regards,

Subhasha Ranjan

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Surya Prakash,

The follwing adapters are the synchronous adapters:

RFC

SOAP

Http

The remaining adapters are Asynchoronous adapters.

Hope I am clear.

Please let me know if you have any queries..!

Thanks and Rewards,

Chandu.

Former Member
0 Kudos

Hi,

>>which Adapters are Synchronous and which are Asynchronous

HTTP,RFC,XI, Receiver JDBC Support both Synch and Asynch,

File, Sender JDBC- Only Asynch.

>>When we use sync adapters and when Async adapte

Depends on the requirement. If your sender requires a response msg, you have to go in for synch. But Asynch is preferred in most cases.

>>why we use in some situations even it is sync ,we use it as Async And vice versa

Where you got this info? Can you give the whole context of this?

Regards,

Jai Shankar