cancel
Showing results for 
Search instead for 
Did you mean: 

Sending Idoc to multiple ECC based on condition

Former Member
0 Kudos

Dear Experts,

  We have a scenario where we have to send Employe master(CREMAS) idoc from one Ecc system to different ecc system 

  through pi based on condition.like.........

             if  company code is 500  will go to  Ecc2
                                             400   ---------     Ecc4
                                             300   ----------    Ecc1


How can i achieve this in PI 7.0?
what are the steps in IR (Importing Idocs for receivers)and ID and the target systems config.for receiving idocs ?

    Thanks in Advance.......

   Regards,

     Anirban

Accepted Solutions (1)

Accepted Solutions (1)

former_member184681
Active Contributor
0 Kudos

Hi Anirban,

Nothing really surprising there:

1. In ESR, import the IDoc structure (only once is OK, if all the systems use the same IDoc type).

2. In ID, put the conditions on Company Code in the Receiver Determination. This is the place where you set the proper receiver of your message, based on Company Code.

3. In receiver ECC systems, configure partner profiles for inbound IDocs.

Regards,

Greg

Former Member
0 Kudos

   Hello Greg,

       Thanks for your reply!

        Could you just give me the steps in IR and ID ?

former_member184681
Active Contributor
0 Kudos

ESR:

1. Import IDoc definitions

2. Define Message Mappings and Operation Mappings (if required)

3. Create Actions and Integration Scenario (not mandatory)

ID:

1. Create Receiver Determination with conditions

2. Create Interface Determination, Receiver Agreement & receiver Communication Channel for each receiver ECC system.

3. Create Integration Scenario that collects all other objects (not mandatory)

Regards,

Greg

Answers (0)