cancel
Showing results for 
Search instead for 
Did you mean: 

Multimapping in PI 7.31 JAVA stack

former_member234749
Participant
0 Kudos

Hi All,

I am working on File to File and IDoc scenario in PI7.3.1. My requirement is that XI needs to pick the file using File adapter and based on some condition in mapping File and IDoc should be generated at target side.

Can i achieve this by using multimapping like in mapping source as File structure and Target as File and IDoc structures?

I have gone through the below link to achieve this, but could not find the extended receiver determination in the PI7.31 JAVA.

http://scn.sap.com/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it-s-possible

Please suggest me the best approach to achieve this.

Thanks

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member191435
Contributor
0 Kudos

Hi,

We can do Multimapping for your case, Please follow Aashish sinha steps....

Cheers,

Cnu

aashish_sinha
Active Contributor
0 Kudos

Hi,

Take reference from below blog.

http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/04/09/multiple-idoc-segment-occurance-t...

Below thing you need to do in your mapping and operations mapping

1. Create Data Type, Message type and service interface for Target file structure.

2. in message mapping signature tab, target side, browse IDOC and Message type of target

3. change occurrences to 0..unbounded for both structure and do mapping.

4. In OM also, change occurences of bothe target interfaces to 0..unbounded. and configure scenario as per above blog.

Regards

Aashish Sinha

udo_martens
Active Contributor
0 Kudos

Hi,

presumedly you don't need a multimapping. Just define 2 receivers with a condition and 2 interface determinations linked to 2 operation mappings. Then of course 2 receiver agreements and 2 channels.

Regards,

Udo

Pranil1
Participant
0 Kudos