cancel
Showing results for 
Search instead for 
Did you mean: 

adapter

Former Member
0 Kudos

which adapters is synchronous and asynchronous??

Accepted Solutions (0)

Answers (4)

Answers (4)

STALANKI
Active Contributor
0 Kudos

First you need to differentiate between asynchronous and synchronous.

Syncronous:Sender will send the request and wait for the response from the reciever.Reciever will send the response back after executing the request.The message state is alive in XI until the resposnse is sent back to the reciver.

Asynchronous:sender will send the request and carry out it z tasks and does wait for any response from reciever.

You ask yourself why file adapter is asynchronous?Is file system intelligent enough to wait for a response?How can a file system send response?

Hope it is clear.

Former Member
0 Kudos

Hi

Adapter engine supports both Synchronous and Asynchronous delivery.In XI terms these are described in terms of Quality of service(QoS)descriptor.

XI supports QoS Best Effort,Exactly-once,Exactly-once-in-order.

These are equivalent to RFS types Synchronous RFC,Transactional RFC,Queued RFC.

Adapters that suppoport a QOS of Best Effort are Synchronous.

Adapters that support QOS of Exactly once and Exactly Once in order are Asynchronous.

Synch and Async --

HTTP, JDBC, RFC,SOAP

Asynch only--

File, JMS, IDoc.

More on this link,.

<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,

Gunasree.

Former Member
0 Kudos

Hi,

please look at

http://help.sap.com/saphelp_erp2005vp/helpdata/en/ae/d03341771b4c0de10000000a1550b0/frameset.htm.

Check Quality of service column ,

BE(Support Sync),EO/EOIO(Async).

Thanks,

Tuhin

bhavesh_kantilal
Active Contributor
0 Kudos

Raj,

Adapters that suppoport a QOS of Best Effort are Synchronous.

Adapters that support QOS of Exactly once and Exactly Once in order are Asynchronous.

Synch and Async --

RFC, JDBC, SOAP, HTTP

Asynch only--

File, JMS, IDoc.

More on this link,.

http://help.sap.com/saphelp_nw04/helpdata/en/0d/5ab43b274a960de10000000a114084/content.htm

Regards,

Bhavesh

Former Member
0 Kudos

hi bhavesh,

can u explain y file and idoc adapters is asynchro and others r both

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

File and Idoc adapters support a QOS of EO and EOIO and not BE and so only Asynchronous Porcessing.

Regards,

Bhavesh

former_member192798
Active Contributor
0 Kudos

Hi Raj,

File and IDOC are Asyn because of QoS.

There is nothing like IDOC synchronous. You can use IDOC Acknowledgements instead.

The below links will help you configure the same:-

/people/saravanakumar.kuppusamy2/blog/2005/01/20/configuration-tips-for-a-business-serviceintegration-process-to-send-back-ale-audit-idoc

https://websmp210.sap-ag.de/~sapdownload/011000358700003477212005E/HowTo_IDOC_Ack_20040817RR.pdf

Regards.

Praveen