Hi,
I have requirement where I have a source EDI message with LIN loop(repeating) mapped to repeating record in the destination.
There is a look up for every LIN01 element in the source from a table and mapped to the destination element.
If there are 50 LIN records with LIN01, 50 times I am calling the database to fetch the resultset and mapping to destination.
I dont see it a good approach , because there will be n number of database call, number of times we have LIN.
(Note : Every LIN01 has a different value)
Can anyone help with a better approach in mapping??
Thanks,