cancel
Showing results for 
Search instead for 
Did you mean: 

one sender two receivers without using BPM

former_member210677
Participant
0 Kudos

HI Experts,

Could anyone of you please suggest me how to create a scenario with single sender and two receivers whithout suing BPM... for a jdbc to jdbc purpose.

inwhich one receiver should have insert and other should have update to two different tables..

Appreciate your quick response on this.

Thanks & Regards,

Ranganath.

Accepted Solutions (0)

Answers (4)

Answers (4)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

If your version is 7.1 or later, you can try enhanced interface determination. Have you seen this link?

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90dcc6f4-0829-2d10-b0b2-c892473f1...

Former Member
0 Kudos

Hi Ranganath,

Link of your interest: [|]

Regards

Ramesh

Edited by: Ramesh P on Dec 13, 2011 4:34 PM

Edited by: Ramesh P on Dec 13, 2011 4:41 PM

PriyankaAnagani
Active Contributor
0 Kudos

Hi,

Create two JDBCreceiver structures one for insert & one for update. and create two different service interfaces for each.

ID specify condition in the rceiver determination and create two interface determinations and agreements.

Regards,

Priyanka

former_member210677
Participant
0 Kudos

HI Priyanka/Hareen,

Thanks for your prompt replies..

Getting issue in creating second interface determination.. It is saying as the objects exist while providing the sender interface details...

Please let me know how to proceed further..

thanks

Ranganath.

PriyankaAnagani
Active Contributor
0 Kudos

Hi,

>> It is saying as the objects exist 

Are you using the same business component?? If so, you can not create two Idetermination for the same component... try to make the interface determination as condition based instead of creating two.

Regards,

Priyanka

former_member210677
Participant
0 Kudos

Hi Priyanka,

Thanks for the help...did try using the condition in interface determination.

thanks

Ranganath.

Former Member
0 Kudos

Whats the condition behind sending the data to two different receivers?

If you have the condition then you can go for X-path condition/ context objects to identify the receiver and post the data.