I am trying to load data to a SAP data table from an excel file. However, in the SAP data row,I dont know how process to the second row in the data table. (Please see screenshot,left image is the SAP table, and the right one is from Excel file).
Try to get the selectors of the textbox for the next row, using that you can iterate the selector also you can iterate the excel rows using for each row
Sorry I forget to mention that this is only part of the automation. I have many room rates to load, and each room rate has different room types( in this example it has 6 types, so I will enter data for 6 rows in the SAP table). However, there are other room rate with more types (so I will enter more rows for other rates).
I want to find a function to count number of the room types for each room rate and load the data into SAP accordingly.
I also Have same issue. While creating Sales order creation for Single customer, i need to Enter all related respective materil no. , Quantity at a time but it is writing in the first row only.