cancel
Showing results for 
Search instead for 
Did you mean: 

about interfact mapping.

Former Member
0 Kudos

can anybody tell me!

how many types interface mapping according to the mode of both interface?

sync 2 async

sync 2 sync

async 2 async

async 2 sync

the case above must be appeared?

please describe them respectively via each concrete scenario!

thanks a lot!

View Entire Topic
nisarkhan_n
Active Contributor
0 Kudos

Sync2Async:

Refer this step by step

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

You can find the examples in the Integration Repository under SAP Basis , namespace http://sap.com/xi/XI/System/Patterns under BpmPatternSyncAsyncBridge

Also check 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]

sync 2 sync

Here the INterface maping will be 1 which contains both the reuest mapping and response mapping

async 2 async

Here also the interfce mapping is 1 ( normal design)

async 2 sync

might be helpfull