Quantcast
Channel: SCN : Discussion List - Scripting Languages
Viewing all articles
Browse latest Browse all 325

(VB.net) how to press a pressToolbarButton ??

$
0
0

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.


Viewing all articles
Browse latest Browse all 325

Trending Articles