The Connection object holds all information about the status and the parameters of one connection to an R/3 System. All Connection object properties can either be set in the design environment using a
SAP Logon control object or before the method Logon is called on the Connection object. After a successful logon has taken place, all connection parameters are set to read-only, due to the fact that an established connection cannot be changed. The property IsConnected displays the actual status of the connection.
Each R/3 user must use a password to logon to an R/3 System. The SAP Logon control will never save the password, it must be either provided by the client application (to do a silent logon) or it is prompted during logon. All password access is write-only.
The following topics are available:
Properties Methods