Run formatted search
Paul Witmond
Hi,Is it possible to run the standard SAP Shift-F2 functions from code ?
Thanks,
Paul
Michael Egloff
Hallo Paul,there is a possibility to send keys to SAP.
Sending SHIFT plus F2 in c# would be like this:
SwissAddonFramework.Messaging.SendKeys.Send("+{F2}");
0
Please sign in to leave a comment.
Comments
0 comments