Hello,
I access to sap with scripting routine, but, i can't press a "pressToolbarButton", example:
session.findById("wnd[0]/usr/cntlPEDI_HDR_CONTAINER/shellcont/shell").pressToolbarButton "CRE_DTL" (FROM SCRIPT RECORD)
¿How to translate this in vb.net? and i tried with this:
session.findById("wnd[0]/usr/cntlPEDI_HDR_CONTAINER/shellcont/shell").pressToolbarButton("CRE_DTL")
but not work.
Thank you.