Sync-SAPERP Cmdlet
Syncs SAP ERP data.
Syntax
Sync-SAPERP [parameters]
Remarks
The Sync-SAPERP cmdlet allows you to replicate a data source locally and maintain it with the full caching functionality of the cmdlet.
$conn = Connect-SAPERP -Host 'sap.mydomain.com' -User 'EXT90033' -Password 'xxx' -Client '800' -SystemNumber '09' -ConnectionType 'Classic' Sync-SAPERP -Connection $conn -Table "MARA"