DataConnection Type
The SAPERPConnection object.
Remarks
The SAPERPConnection object. Connection properties can be accessed with the getter and setter methods of this object:
$conn = Connect-SAPERP -Host 'sap.mydomain.com' -User 'EXT90033' -Password 'xxx' -Client '800' -SystemNumber '09' -ConnectionType 'Classic' $conn | GM