Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get the names of all elements of directory (SAPGuiElement)
#2
Not Solved
finally it works

f.e. i want to select "S-2540"

Set objects = SAPGuiSession("Session").SAPGuiWindow("Directorys on Server itpqdi30").ChildObjects
For i=0 To objects.Count-1
If objects.Item(i).Object.Text = "S-2540" Then
objects.Item(i).Object.SetFocus
End If
Next

I hope it could help someone
Reply


Messages In This Thread
RE: How to get the names of all elements of directory (SAPGuiElement) - by nguyen4685 - 02-03-2017, 03:13 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)