My way of executing .vbs is to drag .vbs file and drop it on QP03 transaction SAP screen.
Double clicking .vbs file opens that file using VbsEdit.
Program fails even if I use play back function of the SAP GUI.
Sorry for asking this novice question but what's the meaning of 0 below here?
Set connection = application.Children(0)
Set session = Connection.Children(0)
what happens if I have 1..
Set connection = application.Children(1)
Set session = Connection.Children(1)
Thank you!