Introduction 

The SAP Logon control is an ActiveX control that encapsulates the connection process as provided by the RFC Library. It eases the way the desktop programmer can connect a client application with R/3. The SAP Logon control is designed in such a way that it can be used optimally to work with Visual Basic 4.0, VBA and C++ through provided wrapper classes. Future releases will also support Dual Interface in the 32-Bit version.

This version of the component can be created via the Custom Control Adding in Visual Basic (VB) 4.0 and Visual C (VC) 4.0 or by the following line of code:

Dim oLogonCtrl as Object

Set oLogonCtrl = CreateObject ("SAP.Logoncontrol.1")

 

Note that the Logon Control is being replaced by the DCOM Connector Logon Component for applications using the SAP DCOM Connector.