cancel
Showing results for 
Search instead for 
Did you mean: 

Help required for Sender Proxy/RFC and Receiver RFC approach. Urgent please

Former Member
0 Kudos

Hi All,

I have one sender R/3 system

I have two receivers R/3 systems

Business Partners data from sender R/3 system needs to be repliacted to 2 receivers R/3 systems

From sender R/3 system one Sync Abap Client Proxy or

Sync RFC will send Business Partners data to XI.

For both receivers R/3 systems there is only one RFC Currently there is no flag condition for 2 receivers as this is

Business Partner replication scenario.

Also In XI there is restriction that multiple sync receivers cannot be there.

Please let me know how to make this approach.

Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

justin_santhanam
Active Contributor
0 Kudos

Rich,

Do u want the response of the two target R/3 system needs to be sent to Sender R/3 system?

raj.

Former Member
0 Kudos

Hi Raj,

I want to send the response back to sender R/3

from both receivers R/3 but I do not want to club my response.

1. Can my scenario be made without BPM.

2. As XI do not support multiple Sync receivers and I have

only one Sync RFC for both receivers then how to

make this scenario simple with error handling

Please suggest

Regards

justin_santhanam
Active Contributor
0 Kudos

Rich,

- Without BPM it's not possible at all

- Even with BPM ,without clubbing the response you can't send back to sender R/3.

- The alternate approach to your scenario is create two O/B Synch Interfaces and create the same proxy code for it, and call the receiver systems as different Scenarios.

It's my suggestion, I couldn't think of any other possiblities, any how wait for other experts opinion too!

raj.

Former Member
0 Kudos

Hi Raj,

As alternate approach

"Create two O/B Synch Interfaces and create the same proxy code for it,and call the receiver systems as different scenarios."

one sender R/3 system name ("A")

Suppose Sender Sync proxy name --- "Sen_Prx"

2 Receiver R/3 systems ("B", "C")

Suppose sync Receiver RFC name -- "RFC_Rec"

Pls describe your approach.

Regards

justin_santhanam
Active Contributor
0 Kudos

Rich,

Create two O/B Interfaces - Synch. Create Proxy1 for O/B Interface1 , Proxy2 for O/B interface 2.

So while defining Receiver determinatio, you will define as following,

Receiver Determination----1

Sender : Sender_BusinessSystem

Sender Interface : O/B Interface 1 ( i.e Proxy1)

Receiver : BusinessSystem_ C

Interace Determination

Sender : Sender_BusinessSystem

Sender Interface : O/B Interface 1 ( i.e Proxy1)

Inbound Interface: RFC_Rec

-


Receiver Determination----2

Sender : Sender_BusinessSystem

Sender Interface : O/B Interface 2 ( i.e Proxy2)

Receiver : BusinessSystem_D

Interace Determination

Sender : Sender_BusinessSystem

Sender Interface : O/B Interface 2 ( i.e Proxy2)

Inbound Interface: RFC_Rec

Hope it helps!

raj.

Former Member
0 Kudos

Hi Raj,

One sender R/3 system -- "A"

2 Receivers R/3 Systems -- "B", "C"

If I get your approach correctly I need to have

*I have to make 2 Configuartion scenarios instead of one*

Scenario 1 A -- XI --- B

Scenario 2 A -- XI --- C

*For A -- XI --- B scenario*

I will make Sync O/B Interface --- OB1

Inbound Sync Interface --- RFC_Rec

For this Proxy Object generated -- Proxy1 that will trigger OB1

*For A -- XI --- C scenario*

I will make Sync O/B Interface --- OB2

Inbound Sync Interface --- RFC_Rec (Same)

For this Proxy Object generated -- Proxy2 that will trigger OB2

If I get your approach correct:

1. Both Sync O/B Interface -- OB1 and OB2 are same.?

2. Receiver Interface is one -- RFC_Rec?

3. There is one Rec Determination in each scenario?

4. Two reports needs to be triggred for sender system.?

Pls let me know if I am wrong anywhere

Regards

Former Member
0 Kudos

Hi Raj,

Kindly respond

Regards

justin_santhanam
Active Contributor
0 Kudos

Rich,

Sorry, just now woke up

1. Both Sync O/B Interface -- OB1 and OB2 are same.?

Yes

2. Receiver Interface is one -- RFC_Rec?

Yes

3. There is one Rec Determination in each scenario?

Yes

4. Two reports needs to be triggred for sender system.?

Yes

raj.

Former Member
0 Kudos

Hi Raj,

Good evening.

1. So I will make 2 Configuartion scenarios. -- right?

2. There is one Rec Determination in each scenario. -- right?

Last thing as Two reports needs to be triggred for sender system -- can from one report two proxy objects can be triggered.

I have rewarded you points.

But except points I want to thank you also

Best Regrads

justin_santhanam
Active Contributor
0 Kudos

Rich,

Good Morning!

1 - Yes

2 - Yes

I think you need to create two reports to trigger separately.

Also for the previous reply,

Both Interface OB1 and OB2 are same?

  • Yes, Both Message types are same*

I think, I directed u in right path, if any experts feel that I'm wrong, plz correct me!

raj.