Only the column number is filled.QUantity and Place is empty. With the number I go into SAP and Extract the quantity and the place. So for each row that I do that with I want to add this data into the data table into the rows i got the number from.
Without knowing all the details of your process, it sounds like you’re approaching it backwards. Why wouldn’t you just start with an empty datatable, and populate it with Add Data Row as you loop through the data from SAP or use Table Extraction?