25-06-18 05:50 PM
25-06-18 10:40 PM
26-06-18 03:12 AM
26-06-18 01:55 PM
26-06-18 02:54 PM
27-05-21 10:59 PM
Dim sapgui = GetObject("SAPGUI")
Dim app = sapgui.GetScriptingEngine
Dim connection = app.Children(0)
Dim session = connection.Children(0)
Dim field = session.findById(x)
field.Text = y
p.s. this code assumes only a single instance of SAPGUI is running
Hope this is helpful to someone,27-05-21 11:28 PM