AutoLogon Property
Description
Indicates whether UFT One automatically logs on to the SAP server.
Property type
Read-write property
Syntax
Visual Basic
Public Property AutoLogon As Boolean
Return Type
  • True--The SAPLauncher automatically logs on to the SAP session.
  • False--The SAPLauncher opens the specified session, but does not log on to the server.  If SAPLauncher.Active is set to True, but AutoLogon is set to False, it is recommended to include the steps for logging onto the SAP server as part of your test.
Remarks
If enabled, UFT One uses the values of the User, Client, Language, and Password properties to automatically log on to the SAP server when a record or run session begins.
Example
See Also