cancel
Showing results for 
Search instead for 
Did you mean: 

How to Mapping JDBC to RFC (between various tables to internal table) ?

Former Member
0 Kudos

It's simply said,

Database System has two tables. and RFC has two internal tables. (two tables is header table and item table).

I want to send pair data with two tables from DB to SAP system.

It will be consist of JDBC to RFC Asynchronous.

How can i make IR and ID?

Best Regard John.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

As i think your scenario is something like you have to fetch data from two different tables in the sender side and you want to insert these data into SAP R/3 using RFC.

For JDBC sender go through this link

http://help.sap.com/saphelp_nw2004s/helpdata/en/ae/d03341771b4c0de10000000a1550b0/frameset.htm

For RFC receiver go through the link

http://help.sap.com/saphelp_nw2004s/helpdata/en/ae/d03341771b4c0de10000000a1550b0/frameset.htm

Hope this will help.

Thanks and Regards

Vishal Kumar

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Can you please be more detailed in your requirements.

Bhavesh

Former Member
0 Kudos

for example is:(Mine)

MS_SQL ---> XI ---> SAP R/3

(JDBC Sender) (RFC Receiver)

Function 'ZPO_GET'

POHD table Tables POHD

PODT table PODT

My friend example is:

MS_SQL ---> XI ---> SAP R/3

(JDBC Sender) (RFC Receiver)

Function 'ZPO_GET'

POHD ---> <statement01> ---> Tables POHD

PODT ---> <statement02> ---> PODT