![]() |
VOOZH | about |
The CData ODBC Driver for SAP Netweaver Gateway enables you to link to SAP Netweaver Gateway data in Microsoft Power Query, ensuring that you see any updates. This article details how to use the ODBC driver to import SAP Netweaver Gateway data into Microsoft Power Query.
If you have not already, first specify connection properties in an ODBC DSN (data source name). This is the last step of the driver installation. You can use the Microsoft ODBC Data Source Administrator to create and configure ODBC DSNs.
SAP Gateway allows both basic and OAuth 2.0 authentication. You can use basic authentication to connect to your own account, or you can use OAuth to enable other users to retrieve data from your service with their accounts. In addition to authenticating, set the following connection properties to access SAP Gateway tables.
In basic authentication, you use your login credentials to connect. Set the following properties:
You can connect to SAP Gateway using the embedded OAuth connectivity (without setting any additional authentication connection properties). When you connect, the OAuth endpoint opens in your browser. Log in and grant permissions to complete the OAuth process. See the OAuth section in the online Help documentation for more information on other OAuth authentication flows.
Follow the steps below to import SAP Netweaver Gateway data using standard SQL:
From the ribbon in Excel, click Power Query -> From Other Data Sources -> From ODBC.
Provider=MSDASQL.1;Persist Security Info=False;DSN=CData SAPGateway Source
Enter the SELECT statement to import data with. For example:
SELECT ProductID, Quantity FROM SalesOrderLineItems WHERE Quantity < 15👁 The ODBC connection string and SELECT query. (Salesforce is shown.)
Enter credentials, if required, and click Connect. The results of the query are displayed in the Query Editor Preview. You can combine queries from other data sources or refine the data with Power Query formulas. To load the query to the worksheet, click the Close and Load button.
👁 Tables loaded in Power Query. (Salesforce is shown.)Download a free trial of the SAP Netweaver Gateway ODBC Driver to get started:
Download NowLearn more:
👁 SAP Netweaver Gateway IconThe SAP Netweaver Gateway ODBC Driver is a powerful tool that allows you to connect with live data from SAP Netweaver Gateway, directly from any applications that support ODBC connectivity.
Access SAP Netweaver Gateway data like you would a database - read, write, and update SAP Netweaver Gateway Entities, etc. through a standard ODBC Driver interface.