cancel
Showing results for 
Search instead for 
Did you mean: 

MDM to Multiple ECC System connection using PI

Former Member
0 Kudos

Hello experts,

My scenarios is to Send Customer and vendor records from MDM system to multiple system. In First release we are sending data to two SAP ECC systems. So we are using File to IDoc.

Please help in the right architecture design as source is same but target are different and couple of field value in IDOC depends on target system. So do I need to do two complete scenarios - Separate Mapping, sender agreement, receiver determinations, interface determinations, communication channels etc or I can re-use some parts. If so how shall I approach with 1 source file to two target files with different values.

Thanks!

Regards,

Ahmed

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

So we are using File to IDoc.

Please help in the right architecture design as source is same but target are different

and couple of field value in IDOC depends on target system. So do I need to do two complete

scenarios -

Separate Mapping, sender agreement, receiver determinations, interface determinations, communication channels etc or I can re-use some parts.

If so how shall I approach with 1 source file to two target files with different values.

if two target structure are different

esr:

one source service interface(a)

two target service interfaces (b,c)

2 operation mappings(ab),(ac)and 2 message mappings (ab),(ac)

id:

in receiver determination , you have to define 2 receivers and sending data by using xpath condition.

need to create 2 receivers communication channels

need to create 2 Receiver agreemnets(because we need to use 2 target service interfaces for different structures)

need to create 1 interface determination.

thanks,

Former Member
0 Kudos

Target structures are also same just the values will be different for traget. for example the account group in SAP1 system in 123 and in SAP2 system 789.

-Ahmed

rajasekhar_reddy14
Active Contributor
0 Kudos

develop two individual mappings and follow steps suggested in previous replay.

Former Member
0 Kudos

hi,

Target structures are also same just the values will be different for traget

we need to crate one operation mapping and one message mapping in esr thats enough

rest of all same

id:

in receiver determination , you have to define 2 receivers and sending data by using xpath/context object condition.

need to create 2 receivers communication channels

need to create 2 Receiver agreemnets(because we need to use 2 target business systems)

need to create 1 interface determination.

thanks