cancel
Showing results for 
Search instead for 
Did you mean: 

abapproxy to jdbc scenario

xinjiang_li
Active Participant
0 Kudos

Hi,gurus:

We'are trying to configure a scenario about abap proxy to jdbc.

Our abap proxy is synchronous,and jdbc is asynchrous.Can we make it through simple abapproxy2jdbc scenario?

Or do we have to use BPM?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

dharamveer_gaur2
Active Contributor
0 Kudos

If you want response back from Jdbc reciever like No. of record updated then no need to use BPM.

see this blog //Jdbc reciever Sync

Answers (2)

Answers (2)

Former Member
0 Kudos

For this scenario, you ought to go for BPM

regards

krishna

xinjiang_li
Active Participant
0 Kudos

Hi,Krishnamoorthy :

But since jdbc can be sync,why can't I adopt simple scenario?

Any ideas?

Former Member
0 Kudos

Hi,

If you want to get the Response kind of thing from JDBC means, check this

RFC-----JDBC Sync

https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/step%2bby%2bstep%2brfc%2bto%2bjdbc%2bscenario

HTTP---JDBC Sync

Regards

Seshagiri

Former Member
0 Kudos

if you want response back from JDBC you have to make it synch. so your scenario is Proxy synch to JDBC synch.

if you don't want any response you can do it asynch.

xinjiang_li
Active Participant
0 Kudos

Hi,

If JDBC can be synchronous,then my issue will be solved.

Also I wanna know whether file adapter can be synchronous.

As I know,soap adapter and rfc adapter can only be synchronous,is it right?

Thanks in advance.

Former Member
0 Kudos

> If JDBC can be synchronous,then my issue will be solved.

> Also I wanna know whether file adapter can be synchronous.

You will be using XI Adapter not the File adapter.

> As I know,soap adapter and rfc adapter can only be synchronous,is it right?

This is Correct.