cancel
Showing results for 
Search instead for 
Did you mean: 

Can we MIX up SYNC + ASYNC + SYNC interfaces ?

Former Member
0 Kudos

Hi XI Family

My question is Can we mix up with 2sync+ 1Async interfaces calls ?

on this can any one explain the kind of interfaces i need to implement

on the following req....

Our requirement is some thing like " Call Sync and get the data +

Based on the data Async post the data + Based on the Post data

we need to call sync calls to retrive the message "

Any Impact ? Performance? any Issues ?

most welcome for comments/suggestions on this req....

regards

prasad

Accepted Solutions (1)

Accepted Solutions (1)

prabhu_s2
Active Contributor
0 Kudos

For performance

1. Try to avoid Synchrnous calls with BPM

2. Try to avoid mappings inside the BPM

may u need to luk into <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3bf550d4-0201-0010-b2ae-8569d193124e">Checklist: Making Correct Use of an Integration Process</a>

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

See below links and try..

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]

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

Regards

Chilla..

Former Member
0 Kudos

Hi ,

Yes...You can design a interface like this.All you need to use BPM with relavant steps to check the condition and making the synchronous calls.If you use BPM then there is definetly performance issue depends on the load of data.Try to avoid use BPM by making dividing your interfaces and also avoiding synchronous calls in BPM.

Regards ,

Former Member
0 Kudos

Parasad ,

to do this you need to use BPM .

Performance :

Unless you use very carefull BPM will not have perfomance otherwise you will have perfomance issues.

Try avoid posting large messages and make the response time veryshort for synchoronuse calls otherwise you will have time out errors . and make mapping outside BPM .

Regards

Sreeram.G.Reddy

prabhu_s2
Active Contributor
0 Kudos

yes u can have this desgin and yes there will be a performance issue (using bpm) when the load is unexpectedly high