Hi,
I have to map an inbound EDI 856 document. The HL segment will contain information for 4 levels, say S, O,P and I.
There can be multiple O within a S, multiple P within an O, and multiple I within a P.
I have to insert this data in a table, such that one combinaiton of S,O,P and I goes as one row in the table.
For this, I am trying to form an array. Each iteration of this array should contain one combination of S,P,O and I.
I tried several things like looping on HL, and branching on HL03, but its not working.
Can someone please help me out in this regard?
Thanks
#edi#webMethods#Integration-Server-and-ESB