cancel
Showing results for 
Search instead for 
Did you mean: 

MultimMapping in SAP PI7.310 - Urgent pls

Former Member
0 Kudos

Hi All,

We have a scenario where sender system sends an XML message to PI, which in turn maps the message into target format(CSV file) and saves it to the JMS message queue.

We have one sender system sending one message to 3 JMS receivers.

Can any one please help how to handle the mapping without BPM.

Regards,

Rahul.

Accepted Solutions (0)

Answers (1)

Answers (1)

nabendu_sen
Active Contributor
0 Kudos

Hi Rahul,

Please confirm that you are using File adapter to convert the target XMLs (target Structure in Message Mapping) into multiple CSV files and placing those into a folder which is under JMS queue.

Former Member
0 Kudos

Thank you for your response, We are using JMS adapter at the receiver and planning to configure transformation bean.

nabendu_sen
Active Contributor
0 Kudos

Hi Rahul,

You have to use multi-mapping to populate 3 different JMS structures and extended Receiver Determination to places the files ate 3 different JMS queues.

Multi-mapping: http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90dcc6f4-0829-2d10-b0b2-c892473f1...

Enhanced / Extended Receiver Determination: http://wiki.sdn.sap.com/wiki/display/SI/Step+by+Step+guide+to+Explain++Enhanced+Receiver+Determinati...

If the Receiver is same, create 3 Business Services to complete Enhanced Receiver Determination.

Former Member
0 Kudos

Thank you Sen, will check it once...:)