cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC to RFC syncronous problem

Former Member
0 Kudos

hi All,

There is JDBC to RFC scenario,

RFC is syncronous. so I want to update the same table again.

JDBC -


> PI------> RFC request

JDBC <--


PI<---- RFC response

how we can achive it without BPM.

thanks,

Bhupesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Bhupesh,

For this scenaio better to have with BPM thru Stored Procedure for better tracking of error handling.

If you want without BPM then go for Bean Scenarios;

/people/thorsten.nordholmsbirk/blog/2009/04/23/xml-result-from-jdbc-adapter-stored-procedure

/people/praveen.gujjeti/blog/2009/01/29/best-practices-with-receiver-jdbc-adapter-document-formats

/people/david.min/blog/2009/05/19/db-to-db-scenario-using-bpm-step-by-step-guide

Best Regards

Venkat Rao .G

Edited by: Venkat Rao on Jun 12, 2009 8:13 PM

Answers (1)

Answers (1)

former_member200962
Active Contributor
0 Kudos

Both File and JDBC do not support sync communication as senders....check if you can implement JDBC to RFC sync flow in a similar manner as FILE to RFC sync flow which is mentioned in the below link:

[https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/file-rfc-file(WithoutBPM)|https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/file-rfc-file(WithoutBPM)]

....since you do not wish to use a BPM

Regards,

Abhishek.