cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAPGUI scripting notification problem

Former Member
0 Likes
2,361

To run vbs files outside SAP to do SAP automation.

I activated scripting via RZ11 "sapgui/user_scripting".

When running a script I receive a notification, when confirming this notification the script runs.

With parameter "sapgui/user_scripting_force_notification" this notification should be hidden.

My current SAP system doen't know this parameter.

I need to set this one; does anyone know how to do this???

Regards...

View Entire Topic
markus_dinkel
Employee
Employee
0 Likes

Hello John, hello SAP Developer,

please be very careful with unchecking the checkbox 'Notify when script opens a connection'. I would recommend to use the settings as described in my answer in step 4.

This checkbox should be enabled, because it ensures that you're getting notified whenever a script is trying to open a connection on your PC. If this setting is disabled, any script running on your PC could open a connection and execute something on this connection. E.g. someone might attack your PC and try to execute a script without you knowing it. With this checkbox enabled, you ensure that you always get notified when this happens - and no script can run without your confirmation.

Best regads,

Markus