cancel
Showing results for 
Search instead for 
Did you mean: 

RFC_JDBC

Former Member
0 Kudos

hi all

am doing an RFC to JDBC async scenario. Can anybody tell me the steps required. I want to map the response from the rfc to jdbc. How can i invoke the rfc andsent the response to xi. Plzzzz help

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

See the following blogs

/people/siva.maranani/blog/2005/09/16/xi-how-to-on-jdbc-receiver-response

/people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step

/people/siva.maranani/blog/2005/05/21/jdbc-stored-procedures

Regards

Chilla..

prabhu_s2
Active Contributor
0 Kudos

<a href="/people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step:///people/bhavesh.kantilal/blog/2006/07/03/jdbc-receiver-adapter--synchronous-select-150-step-by-step

A thread close to ur scenario

<a href="://

Former Member
0 Kudos

Hi Symayya

this blog can help you about the steps required to configure an rfc sender adapter:

/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

have a look also to this blog

/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

Hope this help

Francesco

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Do you want to invoke the RFC from XI , get the response and then send the rtesposne to a JDBC adapter?

If yes,

1. how is the process going to start in XI?

2. What action are you trying on the JDBC? Is it Insert? update?

Can you give more details?

Regards

Bhavesh

Former Member
0 Kudos

am executing rfc from r3 sytem and need to get the response only in xi. and mapthat resp to jdbc asynchronously

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

In this case, you will need to write a report in your SAP system that will call the RFC with the correct request data , get the response and then push this response to XI.

To see how data can be sent asynchronously, check this blog,

/people/swaroopa.vishwanath/blog/2006/12/28/send-rfc-to-sap-xi-150-asynchronous

In case of JDBC, depding on what you need to perfrom,. INSERT, UPDATE, the datatype will change. To understand this, look into this link,

http://help.sap.com/saphelp_nw04/helpdata/en/2e/96fd3f2d14e869e10000000a155106/content.htm

Regards

Bhavesh

Former Member
0 Kudos

HI,

Check this blog by Michal.

<a href="/people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step:///people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step

Regards,

Sudheer.