cancel
Showing results for 
Search instead for 
Did you mean: 

want to pass DataBase output to RFC as an Input

Former Member
0 Kudos

Hi All,

Can you please let me know, How to pass the DataBase output to RFC as an Input.

I am using JDBC Pooling to get the data from Oracle Databse.I want to pass output data(Which I got from the JDBC Pooling) to RFC as input parameters.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

We Should not use BPM

Former Member
0 Kudos

For this you have to use BPM.

Receive request

Syncronous call to JDBC

Call RFC

Gaurav Jain

*Points if answer is helpful

Former Member
0 Kudos

Hi,

Can you please elobrate your scenario and the meaning of JDBC Pooling as well? Are you writing some java jdbc program which will get the data from database and that data you want to send to RFC as input?

If so then you need to use BPM

Receive the request as output from jdbc.

Map it to the RFC structure.

Do the rest ....

Thanks

Amit

Reward points if suggestion is helpful.

Former Member
0 Kudos

Hi,

Is your scenario JDBC to RFC ??

Thanks

Amit

Former Member
0 Kudos

My Scenario is

CIDX--->E-mail(With out using BPM)

1)CIDX--->CIDX Canonical

2)CIDX Canonical--->Database Looksup's

3)Database Lookup's Output---->RFC Input(KNA1 Table)

(Databse lookup Output is passed to RFC as an Input)

4)RFC Output(Input Value from KNA1 Table)--->RFC Input(KNMT table)

5)RFC Output and other values in Canonical are sent to -


>Email.

Former Member
0 Kudos

I guess for this you have to use BPM.

Gaurav Jain

former_member181962
Active Contributor
0 Kudos

Create a message iterface for your JDBC message and import the RFC structure from your target system.

IN the message mapping Request mapping, map the fields that you define in your JDBC message interface with the parameters of the RFC structure..

Regards,

Ravi Kanth Talagana