ConnectionType
The method used to connect to SAP ERP data.
Possible Values
Classic, Classic_Unicode, NetWeaver, Soapデータ型
string
デフォルト値
"NetWeaver"
解説
The 本製品 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 本製品 at runtime. See 依存関係の設定 for more information.