cancel
Showing results for 
Search instead for 
Did you mean: 

jdbc scenario

former_member327037
Participant
0 Kudos

i have two databases at two different locations

sender jdbc two same structures

receiver is sap using proxy

i want to create two jdbc to proxy scenarios

But for two receivers can i use the same structure for two scenarios?

The same fields are required from databases to sap. Or how to implement this scenario kindly suggest?

Accepted Solutions (0)

Answers (1)

Answers (1)

manoj_khavatkopp
Active Contributor
0 Kudos

Hi Sai,

Below are the few approaches :

1.As you have 2 database i believe they are region specific so all you need to do is create one more Business system and use the Business system as sender BS in your ID configuration the remaining part like sender/receiver interface/ namespace remains same . In this way you can avoid creating ESR objects again.

2.If you have an constraint of creating a new business system/content then you can create a copy of outbound interface and use this interface in your second interface the remaining objects remain same.

Br,

Manoj