ConnectionType Parameter (Connect-SAPERP Cmdlet)
The method used to connect to SAP ERP data.
Syntax
Connect-SAPERP -ConnectionType string
Possible Values
Classic, Classic_Unicode, NetWeaver, SoapData Type
cstr
Default Value
"NetWeaver"
Remarks
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.
This is a required parameter.