SAP Integration with UiPath

what are the options that needs to be enabled in SAP if we want to start automating SAP scrapping…

one of the answer i knew is enable GUI settings in Options Tab in SAP, so that SAP allows scripting from any external application… but this answer did not satisfied interviewers… is there any other options we need to enable in SAP or any packages that needs to be download for the SAP automtion?

2 Likes

Hi @devasaiprasad_K

In addition to enabling GUI scripting in the Options tab in SAP, you might also need to check if the SAP GUI Scripting API is enabled on the SAP server side. This is typically done by the SAP Basis team. Furthermore, ensure that the necessary SAP GUI Scripting libraries are installed on the machine where automation is being performed. Additionally, in UiPath, you may need to install the SAP GUI Scripting package to enable SAP automation activities.

Thanks

1 Like

look at this

you need to go to RZ11 to configure the server side scripting

one more thing is go to security settings and change “Ask” to always allow!
this will make it so that you dont get any confirmation popup when trying to export table as excel!

1 Like

@devasaiprasad_K,

There are two settings for enabling SAP scripting:

  1. GUI leave. Enabled from options menu.
  2. Server side. Without this enabled you can’t enable from GUI settings. Refer this process for enabling from server side.

https://help.sap.com/docs/intelligent-robotic-process-automation/desktop-studio-developer-guide/enabling-scripting-on-server-side#procedure

Thanks,
Ashok :slightly_smiling_face:

2 Likes