Hallo,
ich wollte gerade wieder ein Script aufnehmen, aber Recorder nimmt immer nur das auf:
If Not IsObject(application) Then
Set SapGuiAuto = GetObject("SAPGUI")
Set application = SapGuiAuto.GetScriptingEngine
End If
If Not IsObject(connection) Then
Set connection = application.Children(0)
End If
If Not IsObject(session) Then
Set session = connection.Children(0)
End If
If IsObject(WScript) Then
WScript.ConnectObject session, "on"
WScript.ConnectObject application, "on"
End If
session.findById("wnd[0]").maximize
session.findById("wnd[0]/tbar[0]/okcd").text = "/o zslr2350"
session.findById("wnd[0]").sendVKey 0
Egal was ich danach mache, es wird nicht aufgenommen.
Kein Datum oder sonstiges.
Weis jemand woran das liegt?
Vielen Dank für eure Hilfe