cancel
Showing results for 
Search instead for 
Did you mean: 

One to many xml files with file adaptor

Former Member
0 Kudos

Hi,

I have a scenario HCM-ABAPProxy--XI-File for one structure I need to generate multiple xml files with 100 records per file.

this is my input messag

MT_in

Node

PositionIDs

descrption

job

IsActive

what I was doing on the ABAP side for every node I have 100 PositionID's sub nodes. so each node should be a sperate file.

my output structure is

PositionIDs

PositionID

pid

description

job

so there should be one PositionIDs per file which contains 100 PositionID.

I've multi message mapping without BPM that did not work out just wondering if any one came across the same scenario.

thanks,

Joe

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Joe,

Check out this thread...

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

Hope this will help you.

Nilesh

Former Member
0 Kudos

You can not create multiple files without BPM. You can pretty much perform multi mapping to achieve your split but to write it to a file, you will have to call the file adapter for each split which you can not do without using BPM. In BPM, for each split that you perform, you can use a send step in for-each loop which will give you the functionality you require.

Award if helpful,

Sarath.