Hi all,
I have a requirement to read a source CSV file and post separate idocs in ECC.
The source file has the folowing structure:
Header (field 1, field 2, ........ field 10)
Item 1a (field 1, field 2, field 3, ......... field 180)
Item 1b (field 1, field 2, field 3, ......... field 180)
Item 2a (field 1, field 2, field 3, ......... field 180)
Item 2b (field 1, field 2, field 3, ......... field 180)
.
.
.
.
.
Item na (field 1, field 2, field 3, ......... field 180)
Item nb (field 1, field 2, field 3, ......... field 180)
The first and second item are almost same except for 1 or 2 fields. and that applies for the rest of the items lines in pairs.
Each idoc should be generated using the header and the fields from two items lines.
Like this:
Idoc 1:
Header
Item1 and Item2
idoc2:
Header
Item3 and Item 4
Can you help me with how the data type structure should be and how to do mapping and also the FCC please?
Many thanks.
Points will be rewarded.