cancel
Showing results for 
Search instead for 
Did you mean: 

scroll GUI table in VBS - dynamic title

marc_marco
Contributor
0 Kudos

Hi,

I need to loop VA02 items table to check which of the current line is selected
I saw this solution  http://scn.sap.com/thread/3316995

but in this solution i need to provide in this following line the title:
WshShell.AppActivate "Title of the SAP Window"

but the title is  which is dynamic  because every order has different title

Any solution for this ?

Thanks

Mark

Accepted Solutions (1)

Accepted Solutions (1)

stefan_schnell
Active Contributor
0 Kudos

Hello Ziv,

sure, try this: session.findById("wnd[0]/titl").text

to get the title of the window.

E.g. with

MsgBox session.findById("wnd[0]/titl").text

you get



Cheers

Stefan


Answers (0)