mikileung
4 years agoOccasional Contributor
how to enter next line in SAP
Hi,
I have created a keyword test to create exchange rate in SAP. However, when I make it into a data driven loop test, it can only enter the first line of the table, may I know how to make it move down to the next line?
I have mapped my object, and what I need to do is to make the Object idStr tbl*[1,1] to tbl*[2,1] to tbl*[3,1], tbl*[4,1]..., same to the objectidentifier.
thanks
I can't tell what your main data driven loop is doing, but what you may need to do is nest another loop (data driven, or a while loop, depends on the use) inside that one to go through the table. That's how you make it change rows automatically.