cancel
Showing results for 
Search instead for 
Did you mean: 

Async to Sync

former_member189558
Contributor
0 Kudos

Hi ..

We have a requirement ..

Sender in either JDBC adapter which will fetch a record using select or it may be a JMS adapter where we will pick up from a que.

We take the data and call a BAPI in SAP and send the response back to the sender system -- if JDBC we update a table.. if JMS we place the response in a que...

<b>JDBC(Select) --->> XI >> BAPI(Synchronous) :>{BAPI Response} --> XI ---> JDBC(UPDATE)</b>

Hope this is clear ...

I would like to know what is the best option for doing this. Please note that BPM is the last choice for us and we want to propose it as a last resort -- as the client is scared abt BPM...

Many Thanks,

Himadri

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thnaks Bhavesh/ Vinod....

Is it possible realize asynce-sync bridge for any other adapter than JMS.

for e.g. I have a scenario Idoc --> HTTP. I need to update the Idoc with confirmation data. I have used BPM in this scenario. Please let me know if any other alternative is possible.

Thanks,

Beena

bhavesh_kantilal
Active Contributor
0 Kudos

Beena,

For any adapter that runs on the adapter engine.

As Idoc and HTTP adaptes run on hte ABAP stack it will not be possible for these adapters.

For the other J2EE adapters, the answer is Yes.

Regards

Bhavesh

Former Member
0 Kudos

Bhavesh,

Thiscan be very useful.....

Could you give me the link of HowTo Guide 'How to realize....'

Thanks

Former Member
0 Kudos

Hi-

As Bhavesh has said it is possible with SP 19.

Check these blogs

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

/people/sudheer.babu2/blog/2007/01/18/asyncsync-communication-using-jms-adapter-without-bpm-sp-19

Former Member
0 Kudos

Hi,

I think you would require BPM if you will use JDBC as the message is by Definition Asynchronous for JDBC Adapter.

Also the QoS for JMS Adapter is EO or EOIO.

Thanks,

Beena.

former_member189558
Contributor
0 Kudos

Thanks Beena,

I would like to know if there is any technically feasible alternative to BPM..

Thanks,

Himadri

bhavesh_kantilal
Active Contributor
0 Kudos

Are you on SP 19 on XI or SP 10 on PI? If yes you can avoid a BPM.

Look into this thread,

Regards

Bhavesh

former_member189558
Contributor
0 Kudos

Hi Bhavesh,

Many Many Thanks for your response and the link.

We would go for JDBC it seems..

So can u confirm if the same steps as for file should work for JDBC as well...??

Many Thanks-- Since I am in US now and am having a time diff.. so there is a delay in response .. )))))

Himadri

bhavesh_kantilal
Active Contributor
0 Kudos

><i>So can u confirm if the same steps as for file should work for JDBC as well...??</i>

yes it will work.

regards

Bhavesh

former_member189558
Contributor
0 Kudos

Thanks Bhavesh..

Himadri

henrique_pinto
Active Contributor
0 Kudos

There have been some problems related to async/sync without BPM in JDBC.

There is a note for it, though.

Check this thread: https://www.sdn.sap.com/irj/sdn/forums

Regards,

Henrique.