ConnectionType
The method used to connect to SAP ERP data.
Possible Values
JCo, Soapデータ型
string
デフォルト値
"Soap"
解説
The connector connects to your SAP ERP data using the specified method.
Available methods include:
- Use JCO to connect using the SAP Java Connector (sapjco.jar).
- You need to include sapjco.jar in your build path to connect. See 依存関係の設定 for more information.
- When ConnectionScheme is set to ApplicationServer, you must also set the Host and SystemNumber connection properties.
- When ConnectionScheme is set to GroupServer, you must also set the MessageServer, Group, SystemId, and MessageServerService connection properties.
- Use SOAP to connect using the SAP SOAP Framework.
- You must also set the RFCURL connection property when using this method.