How to iterate faster through a SAP table rows?

Hi, is there a way to iterate quicker through the rows of a SAP table? If I do it with a Do While loop it takes too long.

thanks

@B.D,

Let us know who you need to iterate the rows.

What do you mean?

@B.D,

If you need to get the values, then you can scrape and loop as Datatable, not clear on the requirement for looping the SAP table.

I need to read the data table and then add rows at the end of the table. I’m using a get text activity in a do while loop to read and a table cell scope activity to write.

how can I do that exactly?