ShowDisabledConnectionWarnings Property

Description

Indicates whether UFT One shows a warning message each time the SAP GUI Scripting Interface is disabled.

Property type

Read-write property

Syntax

Visual Basic
Public Property ShowDisabledConnectionWarnings As Boolean

Return Value

  • True--Instructs UFT One to display warnings if the SAP GUI Scripting API is disabled on the SAP application.

  • False--Instructs UFT One not to display warnings if the SAP GUI Scripting API is disabled on the SAP application.

Remarks

If scripting is disabled, you cannot record or run steps until you enable the SAP GUI Scripting interface.

This option applies when you start recording on a session that was invoked from a SAP GUI for Windows server on which the scripting interface is disabled.

Example

See Also