Dear commynity,
I am currently learning how to use eCATT and I'm facing the following problem:
I have report with huge ALV (299 columns, 2547 rows) - basically, the whole MARA table.
I would like to know if there is any tips or solutions of how to capture ALL the values of the ALV?
I tried on much more simple example, with 5 columns and 20 rows and I found it's possible to catch the information using GETGUI command (while recording screen), cath one cell and then using DO...ENDDO in the test-script take all the values of ALV by row and cell parametrization. And even in case of small ALV performanse of this test-script is very low.
But if we have a much bigger ALV it's seems like we need to scroll it all way down and all way right (during the record of test-script) to make visible all the cells. Othervise, from what I see, eCATT is unnable to dynamically catch cells, which wasn't in visible part of the screen during the record.
Please correct me if I'm looking in wrong way or if there is much more easiest way to handle ALV testing with eCATT.
Thanks in advance