I’m new SAP Scripts (and all scripting / coding in general). My company has a custom transaction Z within SAP, from which I can manually copy a column of Material Numbers with Ctrl+C and paste into another standard transaction. When I try and record this as a script, it doesn’t get recognised.
I have tried editing the script to use the VKEY 77, but it says “the control could not be found by id”.
session.findById(“wnd[1]”).sendVKey 77
enter image description here
I have also tried looking at the .contextMenu but there’s no option to copy
enter image description here
Is there another way to be able to copy this information using a script?
Many thanks,
Jordan