How to automate SAP with enabling scripting

I want to know that is there any possiblity that we can automate SAP without enabling its gui scripting . steps like selecting server name loging using credentials and perform some action with T codes.

1 Like

Hey

Welcome yo our community
yes you can, just use the SAP Activities for that requirement
image

Regards

Hi,

It wont be possible to automate SAP without enabling SAP scripting.
It is one of the mandatory steps to be enabled before working on SAP automation.

hi,

To use SAP GUI for Windows for automation purposes,server scripting must be enabled.
image
–for logon use SAP logon activity and use “connection name”
–and for typing credentials user name and pass use SAP login activity.
–perform some action with T codes use call transaction.
image

cheers