Launch(IPAddress,String,String,String,Int32,String) Method
Launches the SAP Gui session and perform the log-in according to the specified user credentials on the specified server ip.
Remarks
Generate the password encoded value using the Password Encoder utility (CryptonApp.exe), available from the UFT Developer menu in your IDE, or from the UFT Developer installation\bin folder.

Note: While the encrypted value hide passwords displayed on the screen while running or editing a UFT Developer test, it is not intended to be a secure way to protect password information.

C# Syntax

Parameters

serverIP
The connection IP for the SAP server to which you want to open a connection.
client
The SAP client you want to use.
username
The username with which you want to log on to the SAP Server.
password
The encrypted value of the password for the specified username.
instanceNumber
language
The 2-letter code for the language you want to use.

Return Value

The launched session