cancel
Showing results for 
Search instead for 
Did you mean: 

N:1 Multimapping using bpm

Former Member
0 Kudos

hi all,

i am doing multiple file to single file that is n:1 mapping using BPM. please send me link for the same or give some suggestion regarding this.

thanks ,

Anup Banerjee

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can use any of the collect message pattern provided. In your case any one of the following can be used:

1. BpmPatternCollectMessage

2. BpmPatternCollectTime

->There are some patterns in SWC : SAP BASIS --> namespace : http://sap.com/xi/XI/System/Patterns In ESR of your SAP PI System.

-> please go through this blogs it will help you.

http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/10526. [original link is broken] [original link is broken]

In Configuration By using of BPM.

-> two communication channels one for sender and one for receiver

-> 2 receiver Determinations

one for Sender to IP.

One for IP to Receiver.

-> 2 Interface Dtermination

one for Sender to Ip

one for IP two Receiver

-> 1 Sender agrement.

-> 1 receiver agrement for (IP to Receiver)

regards,

ganesh.

Former Member
0 Kudos

HI ,

i executed n:1 multimapping usin BPM for files to file.

but one error is coming on sxmb_moni_bpe in transformation step .

this is the error coming...

com/sap/xi/tf/_MM_NFiles_1_FILE_com.sap.aii.utilxi

.misc.api.BaseRuntimeExceptionRuntimeException in

Message-Mapping transformatio~

i am following this link

http://www.saptechnical.com/Tutorials/XI/BPM/Fork3.htm

thanks ,

Anup Banerjee

PriyankaAnagani
Active Contributor
0 Kudos

Hi,

There might be problem with Incorrect payload .... copy the payload and test your message mapping in ESR in message mapping as well as operation mappig.

Regards,

Priyanka

Former Member
0 Kudos

hi ,

thanks all

there was problem in payload. now i have solved the problem.

thanks ,

Anup Banerjee

Answers (1)

Answers (1)

Former Member
0 Kudos

You need to use the BPM collect patterns for your scenario. Refer the to XI basis component, where you'll find sample collection patterns provided by SAP