![]() |
VOOZH | about |
The CData Excel Add-In for SAP Netweaver Gateway provides formulas that can edit, save, and delete SAP Netweaver Gateway data. The following three steps show how you can automate the following task: Search SAP Netweaver Gateway data for a user-specified value and then organize the results into an Excel spreadsheet.
The syntax of the CDATAQUERY formula is the following:
=CDATAQUERY(Query, [Connection], [Parameters], [ResultLocation]);
This formula requires three inputs:
Connection: Either the connection name, such as SAPGatewayConnection1, or a connection string. The connection string consists of the required properties for connecting to SAP Netweaver Gateway data, separated by semicolons.
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.
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM SalesOrderLineItems WHERE Quantity = '"&B5&"'","User="&B1&";Password="&B2&";URL="&B3&";InitiateOAuth="&B4&";Provider=SAPGateway",B6)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for SAP Netweaver Gateway to get started:
Download NowLearn more:
👁 SAP Netweaver Gateway IconThe SAP Netweaver Gateway Excel Add-In is a powerful tool that allows you to connect with live SAP Netweaver Gateway data, directly from Microsoft Excel.
Use Excel to read, write, and update SAP Netweaver Gateway Entities, etc. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!