cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC --> SAP --> JDBC Scenario!!

Former Member
0 Kudos

Hi All,

The scenario is like this:

Sender : picking the data from multiple tables in MaxDB like Order ID,Customer ID etc... and passing this values to SAP.

In SAP, if the Order ID,Customer ID doesn't exists then we need to create in SAP.

For this validation we have written a customized RFC.

Now the created Order ID and Customer ID should again inserted/updated in the MaxDB in different tables.

This is the scenario before us. How many Data Types, Message Interfaces and Message Mappings are required.

Do we need to use BPM for this scenario?

Points will be awarded for the helpful answer.

Thanks in Advance,

MLN

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

By nature JDBC Adapter dont have the Capabilty to make the Sync call.

For Sync Communication we need BPM here.

FYI,

Regards

Seshagiri

Edited by: N V Seshagiri on Oct 17, 2008 2:14 PM

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I found these two sides. Take a look at them. I think they will solve your problem:

prasad_ulagappan2
Contributor
0 Kudos

No need of BPM for this scenario.

You can do this with two interfaces.

1st interface from JDBC to SAP and the 2nd one with from SAP to JDBC.