Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

automating SAP GUI tasks with Java

Former Member
0 Kudos

Hi,

I've been using vbScript and vba to automate tasks in the SAP GUI for some time now. But due to the introduction of Macs with several of my customers, we'd like to explore the option of doing the same through Java. Unfortunately, I've had no luck finding the necessary libraries or examples to connect and move through the GUI screens properly or even a backend that I'd have access to read and compare properly. Is there a good way to get started? Many thanks in advance for any tips.

  • SAP Managed Tags:
2 REPLIES 2

RMW
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Roman,

you can use JavaScript for that.

On page > Related Topics, you can find the link to the SAP GUI Scripting | SCN page with the relevant documentation.

Best regards

Rolf-Martin

  • SAP Managed Tags:

Former Member
0 Kudos

Hi Rolf,

thanks for your reply. If I understand it correctly, I'd use javascript to do the main navigation through the SAP session and call on Java only if I want to do something outside of JS capabilities. Is this correct?

  • SAP Managed Tags: