Hi,
I have a case where we receive a file with the following structure:
<ORDERS01>
<ORDERS03>
...
<ORDERS04>
...
<ORDERS02>
<ORDERS05>
...
where
<ORDERS01> = (Header info. for the order)
<ORDERS03> = (Header Texts for the order,
one textline/segment.This means
that we could have one
or many ORDERS03 segments)
<ORDERS04> = (Also Header Texts for the order,
one textline/segment.This means
that we could have one
or many ORDERS04 segments)
<ORDERS02> = (Items for the order)
<ORDERS05> = (Item texts for the order,
one textline/segment.This means
that we could have one
or many ORDERS05 segments)
The thing is that lets say we have 4 <ORDERS03> segments
with 1 row of text in each segment. All these 4 texlines should then be mapped to a E1EDKT1 segment with a certain textid. At the moment Iam only able to get the first occurance of the <ORDERS03> segment to be mapped to the E1EDKT1 segment.
Any suggestions of how to best solve this issue?
Kind regards,
Fredrik