cancel
Showing results for 
Search instead for 
Did you mean: 

message splitting with out bpm

Former Member
0 Kudos

hi friends ,

actually i want to know that how splitt the message with out bpm ?

thanks in advance

jpk.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Messages can be split in one of two ways.

1. In the adapter (eg. file adapter with xml.recordsetsPerMessage=1)

2. In XI 3.0, in BPM.

Hope this is useful.

Regards,

Raju.

Answers (4)

Answers (4)

Former Member
0 Kudos

Dear JP,

Just go through this lovely <b>web blog by Jin Shin</b> and your question should be answered:

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

Ashish

Message was edited by:

Ashish Goyal

Former Member
0 Kudos

Hi,

If useful pls reward points

Former Member
0 Kudos

This scenario you are trying can be done using CONDITIONAL RECEIVER DETERMINATION and RB SPLIT

To do this without using a BPM.

1. Create your mapping program that will map the information from the source file

into the destination idoc. This has to be a 1:N split. Just make sure that the destination message type and message interface are are of occurrence N.

2. Also, you will have 2 destination interfaces and 2 interface mapping, one for the IDOC and one for the mail.

Now, there are a few essential steps in your configuration,

1. In the receiver determination, specify the 2 receiver systems, one for your IDOC and the other for your MAIL.

2. Now, you will have a condition window. Just type the condition on the basis of which the receiver has to be determined for the mail and the idoc business system. Just remember that the condition can be specified only for the source message.

3. In the Interface Determination, you have an option called RB CLASSIC and RB SPLIT. To do a 1:N split, you will have to do a RB_SPLIT.

You can even use xslt mapping to split source message type into multiple target messages types.for more information on the same check this link:

http://help.sap.com/saphelp_erp2005/helpdata/en/83/2200cb50d345c793336d9a1683163e/frameset.htm

Thus, your solution can be devised without a BPM also.

Former Member
0 Kudos

Hi JP,

Refer the following links

/people/claus.wallacher/blog/2006/06/29/message-splitting-using-the-graphical-mapping-tool

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

Regards,

Ashwin M

{Dont forget to mark the answers}