EDIFACT to IDoc mapping problem

Hello Everybody,

I am using SAP Business Connector which is webMethods 4.6.

I am trying to build a flow service to map incoming EDIFACT 850 to IDoc and am facing problem in mapping record list to record list.

the 850 document contains line items(recordlist) and idoc contains another record list (E1EDL24) for line items i need to loop over the edi record list and mapp the item number and material number.

the variable names and structures for both record lists are different.

can anybody help me where i can find an example to map record list to record list like above.

the second record is overwriting the first but not getting appended.

kalsee

Found the solution

Kalsee