I’m currently trying to add from an xls file to SAP (va01), 3 lines, so I can create a Sales Order.
Now if I run my project, I manage to add the first line from the xls file to SAP, but the following rows from the excel file is overwriting the line created in SAP.
So I end up with just one line added in SAP, containing the last row from the excel file, instead of 3 lines.
Why are the rows from the xls file always overwriting my SAP line, and why isn’t the data added as new lines?