cancel
Showing results for 
Search instead for 
Did you mean: 

Is this way of message split possible?

Chandra_Hota
Participant
0 Kudos

Hi All

I get a file with multiple records, which will be picked by XI.

I want to split the file after every record.

For Ex. if there are 10 records in the file, i want the message to be split into 10 messages (one individual message per record). Then, i want to make 10 proxy calls (It will be the same receiver).

How can i make this happen?

Thanks

Chandra

Edited by: Chandra Sekhar H on Jun 18, 2009 10:24 AM

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

You may either use BPM to perform multimapping using which split can be performed.

Or if you use FCC, then you may use Recordset per Message = 1 option.

Regards,

Prateek

Chandra_Hota
Participant
0 Kudos

Hi Patrick & Prateek

I see that, in multi-mapings which are explained in blogs and in sap help docu, they are talking about 1:n message split for multiple receivers.

In my case, i have a single receiver. I want to split the one source message into 10 target messages, and send those 10 messages to the same receiver, using 10 proxy calls.

How is it possible?

Thanks

Chandra

prateek
Active Contributor
0 Kudos

I see that, in multi-mapings which are explained in blogs and in sap help docu, they are talking about 1:n message split for multiple receivers.

Not necessary. You can send message to same receiver.

Regards,

Prateek

udo_martens
Active Contributor
0 Kudos

Hi Chandra,

ply consider, that a message split without BPM can work only with Java Receiver Adapters. If yours is ABAP proxy you need to go for BPM.

Regards,

Udo

Chandra_Hota
Participant
0 Kudos

Hi Udo

With a file sender (FCC) and proxy receiver, is there any other way for message split without using BPM?

Thanks

Chandra

prateek
Active Contributor
0 Kudos

Yes, with the recordset per message I suggested above, there won't be any requirement for BPM and there will be 10 separate proxy calls.

Regards,

Prateek

udo_martens
Active Contributor
0 Kudos

Hi Chandra,

no, i dont think so.

Regards,

Udo

prateek
Active Contributor
0 Kudos

Hi Udo,

As per my understanding, the message split at FCC will create 10 separate message in the sender side adapter engine only and will send 10 separate message to Integration Engine. A simple scenarion config without BPM will be executed 10 times for each message sent from AE to IE.

Please let me know if there is some issue with this approach.

Regards,

Prateek

udo_martens
Active Contributor
0 Kudos

Hi Prateek,

your are right.

Regards,

Udo

Answers (2)

Answers (2)

Chandra_Hota
Participant
0 Kudos

Thanks Prateek

Former Member
0 Kudos

Hi,

you could do it like in this blog:

/people/sudharshan.aravamudan/blog/2005/12/01/illustration-of-multi-mapping-and-message-split-using-bpm-in-sap-exchange-infrastructure

or without bpm like in this blog:

/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible

Regards

Patrick

Edited by: Patrick Koehnen on Jun 18, 2009 10:28 AM