Skip to Content
0
Jan 31, 2023 at 03:47 PM

SAP Integration Suite transfer data from DB to DB

118 Views

Hello everyone,

I'm new to SAP integration Suite and I want to tansfer my data from DB A to another DB B,

I've read the article https://developers.sap.com/tutorials/btp-integration-suite-execute-batch-payload.html

but it only demonstrate how to use one JDBC to read or write,

I'm trying to set two JDBC (one for read the data from DB A and insert it to DB B)

but seems like it only can have one JDBC connection in a flow

is there a way or some kind of tutorial to solve the problem?

thanks

al