01-30-2017, 08:33 PM
(This post was last modified: 01-31-2017, 02:39 PM by nguyen4685.)
[attachment=1417]hello alls,
i want to ask if there is any possibility to get all the names (f.e. S-0065, S-0254 etc.) from the following directory (which should be a SAPGuiElement with type GuiSimpleContainer)
SAPGuiSession("Session").SAPGuiWindow("Directorys on Server itpqdi30").SAPGuiElement("/1/3")
thanks for any help and responding
regards
EDIT:
maybe like this?
SAPGuiSession("Session").SAPGuiWindow("Directorys on Server itpqdi30").SAPGuiElement("/1/3").Object.SetFocus
Dim List : Set List = CreateObject("System.Collections.ArrayList")
List. Add SAPGuiSession("Session").SAPGuiWindow("Directorys on Server itpqdi30").SAPGuiElement("/1/3").ChildObjects
i want to ask if there is any possibility to get all the names (f.e. S-0065, S-0254 etc.) from the following directory (which should be a SAPGuiElement with type GuiSimpleContainer)
SAPGuiSession("Session").SAPGuiWindow("Directorys on Server itpqdi30").SAPGuiElement("/1/3")
thanks for any help and responding
regards
EDIT:
maybe like this?
SAPGuiSession("Session").SAPGuiWindow("Directorys on Server itpqdi30").SAPGuiElement("/1/3").Object.SetFocus
Dim List : Set List = CreateObject("System.Collections.ArrayList")
List. Add SAPGuiSession("Session").SAPGuiWindow("Directorys on Server itpqdi30").SAPGuiElement("/1/3").ChildObjects