Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to Trigger an IDOC from SAP R/3 to two systems at a time

Former Member
0 Kudos

Hi experts,

Can any one please tell me How to Trigger an IDOC from SAP R/3 to two XI systems at a time.

My current production R/3 system sends a DELVRY03 IDOC to Production XI system ( Name : XIP) .

I would like to route the same IDOC from production R/3 system to my Quality XI System ( Name XIQ) .

Problem is production R/3 system triggers an IDOC once. We need to write a logic to route the same to two different systems

Can any one tell me how can we do that ?

Regards

Ram.

2 REPLIES 2

Former Member
0 Kudos

Can you please check the FM IDOC_OUTPUT_DELVRY. There are so many user exits available. I am sure from one of these exits you can send another IDOC out to you Q XI system.

Please do let me know if this worked for you.

Regards,

Hari

SuhaSaha
Advisor
Advisor
0 Kudos

Hello Ram,

Do you have connectivity between your production & XIQ?

What does "connectivity" mean?

1. RFC destination is maintained.

2. Port defined for the RFC destination.

If no, create these. (Search in SDN for details).

If yes, proceed:

1. Define the logical system for XIQ.(BD54)
2. Define the same as your partner profile. (WE20). Add the message type SYNCH with the port for XIQ.(This is imp)
3. Create a distribution model view with sender as "your production" & receiver as XIQ.
3.1. Add the messages which you want to distribute.
3.2 Generate Partner profiles.

No coding is reqd. for this.

BR,

Suhas