cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC TO RFC SYNC SCENARIO

former_member194741
Participant
0 Kudos

Hi  all,

    I got a scenario, which i discussed previously here, but my exact issue is reg receiver channel. I had attached the doc , which i had referred for my interface, i am getting confused in Module Tab of sender comm channel.

My questions,

   I want to create 1 jdbc send adp, 1 rfc rec adapter and also 1 rec jdbc adapter.

In the sender jdbc i had configured the Module parameters as given in the below link

http://help.sap.com/saphelp_nw04/helpdata/en/45/20c210c20a0732e10000000a155369/frameset.htm

again i got stuck due to other doc,  copy and paste the below link

http://wiki.sdn.sap.com/wiki/display/XI/File-RFC-File%28Without+BPM%29

So can anyone suggest the right alternatives from eiher one.

  Thanks in advance,

  Karthick

Accepted Solutions (1)

Accepted Solutions (1)

GabrielSagaya
Active Contributor
0 Kudos

The Wiki that you have referred is a different case. Since File adapter is Asynchronous adapter, They are using Module paramaters to receive the RFC Response back to another File adapter.

But JDBC is synchronous one and no need to use Module parameters.

former_member194741
Participant
0 Kudos

Hi gabriel,

   Ok no need for another communication channel in the receiving end.

Thanks,

Dhanush

former_member194741
Participant
0 Kudos

Hi ,

u r right, without that i had tried, everything is fine ,but

  jdbc ----pi-----rfc ----- fine

rfc---pi----jdbc--

my case is jdbc to rfc sync scenario, without BPM i am trying.

i hadgiven request and got response, but agin i want to post the res to DB.

So thats not happening.

can u help me in that.

regards,

dhanush

Answers (1)

Answers (1)

former_member201264
Active Contributor
0 Kudos

Hi Dhanush,

JDBC Adapter sender will not support for RequestResponseBean.

So you do not waste the time with this R&D.

You try like JDBC to JDBC Asynchrnous Scenario with RFC LookUp in the mapping.

Then it will work fine. I did the same in one of my project.

Regards,

Sreeni.

former_member194741
Participant
0 Kudos

Hi ,

u r right, without that i had tried, everything is fine ,but

  jdbc ----pi-----rfc ----- fine

rfc---pi----jdbc--

my case is jdbc to rfc sync scenario, without BPM i am trying.

i hadgiven request and got response, but agin i want to post the res to DB.

So thats not happening.

can u help me in that.

regards,

dhanush

former_member201264
Active Contributor
0 Kudos

Hi Dhanush,

You get the response sunchronously from the RFC Lookup  and map this to you target message in the same mapping as below picture.

But take care of yur receiver data type. If you want update with same ID value in the receiver DB use Key field in the DT_Receiver. And check this link for structure suitable to Database.

http://help.sap.com/saphelp_nw04/helpdata/en/64/ce4e886334ec4ea7c2712e11cc567c/content.htm

http://help.sap.com/saphelp_nw70ehp2/helpdata/en/b0/676b3c255b1475e10000000a114084/frameset.htm

Document Format for the Receiver JDBC Adapter

http://help.sap.com/saphelp_nw70ehp2/helpdata/en/4d/8c103e05df2e4b95cbcc68fed61705/frameset.htm

Regards,

Sreeni.

former_member194741
Participant
0 Kudos

Hi,

Thanks for reply, but i didnt use any RFC LOOKUP here,

in my OM, Source is syn SI AND target is RFC. I did like this only.

  dhanush