Skip to content

Instantly share code, notes, and snippets.

@puttyq
Created August 3, 2018 11:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save puttyq/fed18f928f402d692757695bc77a5636 to your computer and use it in GitHub Desktop.
Save puttyq/fed18f928f402d692757695bc77a5636 to your computer and use it in GitHub Desktop.
Importing data via New-WebServiceProxy from SAP ES with PowerShell
# Create function object
$getList = New-Object SAP.BAPI_USER_GETLIST
# Create a return object
$getList.USERLIST = New-Object SAP.BAPIUSNAME
# Execute function call
$getList = $proxyUser.BAPI_USER_GETLIST($getList)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment