cancel
Showing results for 
Search instead for 
Did you mean: 

Can we able to create a scenario in XI like, RFC to JDBC

Former Member
0 Kudos

Hello,

I want to know whether there is any way to create a scenarion like RFC to JDBC.

RFC sends a rfc call with some parameters on sender side.

JDBC stores the data in the receiver side.

Thanks ,

Prakash

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Yes you can ...However it seems you are doing it for the first time.

What i will suggest is make all fields at the Receiver Table- Nullable.

So that even if some values are not sent from the Sender side at-least your end2end scenario will run. Otherwise it may throw error.

Also, Give points to the useful answers.

Regards

Arpil

Former Member
0 Kudos

Hi Prakash,

Step-by-step RFC to JDBC scenario:

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

XI: How-to on JDBC receiver response:

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

-Pinkle