cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer of data from SAP custom table to a third party database

Former Member
0 Kudos

Hi experts,

Need input on how we can transfer data from a SAP custom table to a table on 3rd party database.

We can use a jdbc adapter on the receiver side.

what adapter would be using on the sender side?

Any pointers to similar scenarios are appreciated

Regards,

Kalyan

Accepted Solutions (1)

Accepted Solutions (1)

abhijitbolakhe
Advisor
Advisor
0 Kudos

Hi

Scenario is SAP ZTables to Third party Database.

It will be a Client Proxy to JDBC Interface.

Create proxy in SAP System and using abap code fetch data from Ztable. Create a Report for triggering the Proxy.

The data will be uploaded in to database table using receiver JDBC adapter.(Need to deploy JDBc drivers in XI)

Regards

Abhijit

Answers (1)

Answers (1)

former_member187339
Active Contributor
0 Kudos

Hi Kalyan,

Sender is a SAP R3 system so you can use either RFC Adapter or XI Adapter (and make client proxy )

Also check this link

Regards

Suraj

Edited by: S.R.Suraj on Nov 20, 2009 2:47 AM