cancel
Showing results for 
Search instead for 
Did you mean: 

bpm

Former Member
0 Kudos

hi ,

what is the function and purpose of sync-async bridge.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kln,

We define a sync/async bridge in an integration process to enable the communication between a synchronously calling business system (synchronous outbound interface) and an asynchronously called business system (asynchronous inbound and outbound interface). You can only define one sync/async bridge for each integration process

Refer:

http://help.sap.com/saphelp_nw04/helpdata/en/43/65d4dab39b0398e10000000a1553f6/content.htm

and

http://help.sap.com/saphelp_nw04/helpdata/en/83/d2a84028c9e469e10000000a1550b0/content.htm

Also u can chk out:

Bridging the Sync-Async bridge with Fork (XI):

/people/ravikumar.allampallam/blog/2005/02/17/bridging-the-sync-async-bridge-with-fork-xi

Sync/Async communication in JMS adapter without BPM (SP19):

/people/venkataramanan.parameswaran/blog/2007/01/18/syncasync-communication-in-jms-adapter-without-bpm-sp19

Usage of Sync-Async when both Sender and Receiver are Synchronous Apps:

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] [original link is broken]

Hope this was helpful

kanan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi KLN,

sync async bridge is used to communicate between two systems one of which supports async communication and other supports sync like File to RFC ,JMS to RFC etc

And you need to send response back to async system also.

Regards,

**grant points if info is helpful