Skip to Content
0
Former Member
May 16, 2008 at 08:16 AM

How to map Multiline Inputfile to idocs?

27 Views

Hi experts,

My scenario is as follows: I have a multiline input textfile, which I have to upload and map to IDOCS. The upload-part is done. When I check the resulting XML though, it does not contain the following nodes, which I seem to need for my message mapping:

http://sap.com/xi/XI/SplitAndMerge">

<ns0:Message1>

...

</ns0:Message1>

</ns0:Messages>

Therefor the mapping results in an error. How to do this mapping? I think I should do this via BPM (read file->loop at inputfile->create idoc per line and just use a 1:1 message mapping) but I don't know how to do this in the integration process...

Can anybody tell me how to create this Integration Process? Or shoud I solve this another way?

Example inputfile:

215193 19010 2-3-1999 A. A. A. PROGRESS L N MDV 8621874 .... -> has to result in 1 idoc

210618 19030 2-3-1999 A A BAKYKHANOV L N AZE 8328721.... -> has to result in 1 idoc

270555 19400 16-11-2005 A. A. MCKINNEY->etc

Thanks,

William