Problem in automating SAP

Getting error after 10 loops.Type Into ‘CTextField ICt’: Object reference not set to an instance of an object. Please explain. I have created a loop to fill SAP tables using excel sheets.
Another issue that i faced was that the excel rows were starting their count from 10. I had places a counter for each cell but the counter is starting its value from 10. Please explain how to resolve this issue. The program is running fine for 10 instances

1 Like

It may be that you need to scroll down after 10 instances because this there are only 10 rows showing in the SAP table that you are populating. Is this the case?