Cmdlets for SAP Gateway

Build 24.0.9060

Select-SAPGateway Cmdlet

Parameters   Output Objects  

Searches SAP Gateway data.

Syntax

Select-SAPGateway [parameters]

Remarks

The Select-SAPGateway cmdlet allows you to use a syntax similar to SQL SELECT statements to search SAP Gateway data.

$conn = Connect-SAPGateway -User "username" -Password "password" -URL "https://sapes5.sapdevcenter.com/sap/opu/odata/IWBEP/GWSAMPLE_BASIC/"
Select-SAPGateway -Connection $conn -Table "SampleTable_1" -Columns @("Id","Column1") -Where "Column2='Bob'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060