ConnectionType
The method used to connect to SAP ERP data.
Possible Values
Classic, Classic_Unicode, NetWeaver, SoapData Type
string
Default Value
"NetWeaver"
Remarks
The component connects to your SAP ERP data using the specified method.
Available methods include:
- Select CLASSIC to connect via the classic RFC Library assembly (librfc32.dll).
- Select CLASSIC_UNICODE to connect using the Unicode-compatible version of the classic RFC Library assembly (librfc32u.dll).
- Select NETWEAVER to use the SAP NetWeaver RFC Library assembly (sapnwrfc.dll) to connect.
- Use SOAP to connect using the SAP SOAP Framework.
- You must also set the RFCURL connection property when using this method.
When connecting using the CLASSIC, CLASSIC_UNICODE, or NETWEAVER modes, you must also set the Host and SystemNumber connection properties.
You also need to include the corresponding assemblies in a location accessible to the component at runtime. See Configuring Dependencies for more information.