|
Back to |
SAP GUI scripting is turned off by default on SAP systems. To enable scripting, a Basis administrator must enable the parameter RZ11 and users enable GUI scripting in their SAP GUI.
Note: In ECC6, administrators can limit the use of SAP GUI Scripting by turning it on only for specific users. They do not have to turn it on for all users on the server.
Both scripting support and the SAP GUI Logon pad are installed by default when the Windows SAP GUI client is installed. If they have not been installed, you need to reinstall the SAP GUI.
To enable the RZ11 parameter
The image of a barber pole in the lower right corner indicates that GUI scripting is enabled in RZ11.
To enable scripting in SAP GUI
To enable GUI scripting for SAP GUI 720, a few parameters must be set on the server side. These parameters do not necessarily exist on all SAP systems by default. If these variables are found in transaction RZ11, they must be set as follows:
sapgui/user_scripting_set_readonly = false
sapgui/user_scripting_disable_recording = false
sapgui/user_scripting_force_notification = false
NOTE:
For information on security with GUI scripting, see SAP Help at http://help.sap.com/saphelp_nw70ehp2/helpdata/EN/47/954da7bee8700fe10000000a42189d/content.htm
sapgui/user_scripting_disable_recording |
If this parameter is set to TRUE, script playback is possible, but recording is not permitted. |
sapgui/user_scripting_force_notification |
If this parameter is set to TRUE, a notification is always displayed at the front end, regardless of the client options. Notification refers to the message box that appears before record and run for attaching to GUI scripting session. |
sapgui/user_scripting_set_readonly |
If this parameter is set to TRUE, scripts may only act on read-only user interface elements. |
To enable GUI scripting for SAP GUI 720
Also in this section Error management and trace files Production Server Warning (Prod. Svr. Warning) |