cancel
Showing results for 
Search instead for 
Did you mean: 

One file contains 5 records. At receiver we need 5 files with record each.

former_member194011
Participant
0 Kudos

Hi sdners,

1. One file contains 5 records. At receiver we need 5 files with record each. How can we do that without BPM?

2. How can we implement one file to multiple IDocs Scenario?

thanx in advance

Accepted Solutions (0)

Answers (3)

Answers (3)

rajasekhar_reddy14
Active Contributor
0 Kudos

>

> 1. One file contains 5 records. At receiver we need 5 files with record each. How can we do that without BPM?

>

If your target IDoc and same IDocs then chnage the occurance of IDoc to i to unbounded then implement some logic using split by value and some node functions.you can achieve this.

if IDoc not involving , then go for multi mapping.

> 2. How can we implement one file to multiple IDocs Scenario?

>

Multi Mapping will not work for IDoc Scenarios.

Regards,

Raj

former_member194011
Participant
0 Kudos

@raj sekhar

if multimapping is not possible with idoc scenarios then how can v acheive the below requirement...!!!

2. How can we implement one file to multiple IDocs Scenario?

rajasekhar_reddy14
Active Contributor
0 Kudos

I already mentioned right

1)If you want to genarate same IDoc multiple Times,that means for one record in source message one IDoc then it is simple,just change the IDoc occurance to 1 to unbounded,by default it comes with 1.

they write a logic use node functions to write a logic to genarate one IDoc for one record.

2)if the IDocs going to be different then BPM one option or add operation mapping in Interface determination(for evry idoc you have to genarate on operation mappint)in this case BPM not required.

Regards,

Raj

Former Member
0 Kudos

HI,

One file contains 5 records. At receiver we need 5 files with record each. How can we do that without BPM?

refer this wiki for the solution,

http://wiki.sdn.sap.com/wiki/display/XI/FiletoMultipleIDOCSplittingwithoutBPM

you have to change the occurence of the IDOC to 1.to unbound.

Regards,

Srinivas

Former Member
0 Kudos

Hi

Go for 1:N Multimapping

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

Regards

Ramg

former_member194011
Participant
0 Kudos

thanx for your answer....!!!

what is the answer for the first question....??

Former Member
0 Kudos

Hi

For your 1 query

1.u have to make the target structure 0-unbounded

2.using "Splitby value"(each value) map it with target root node

For more reference!

/people/ranga.rajan2/blog/2010/03/17/multi-mapping-with-a-simple-scenario--fledgling-kit

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

Regards

Ramg

Edited by: Ramkumar Ganesh on May 17, 2010 5:05 PM