Skip to Content
0
Former Member
Apr 17, 2010 at 08:26 AM

Number of visible text fields

66 Views

Hi all,

Trying to upload document numbers from Excel into SAP via transaction F-03 using SAP GUI Scripting.

My approach is to enter values one by one and press Enter when the last visible text field is reached. Then enter another batch of values, press Enter and so on..

The problem is that I do not know how to get that event when the last visible field is reached.

I know the solution but for tables when you can count a number of visible rows (.visibleRowCount).

Thanks in advance.