![]() |
VOOZH | about |
The CData Excel Add-In for SAP SuccessFactors provides formulas that can edit, save, and delete SAP SuccessFactors data. The following three steps show how you can automate the following task: Search SAP SuccessFactors 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 SAPSuccessFactorsConnection1, or a connection string. The connection string consists of the required properties for connecting to SAP SuccessFactors data, separated by semicolons.
You can authenticate to SAP Success Factors using Basic authentication or OAuth with SAML assertion.
You must provide values for the following properties to successfully authenticate to SAP Success Factors. Note that the provider will reuse the session opened by SAP Success Factors using cookies. Which means that your credentials will be used only on the first request to open the session. After that, cookies returned from SAP Success Factors will be used for authentication.
You must provide values for the following properties, which will be used to get the access token.
The procedure below results in a spreadsheet that organizes all the formula inputs in the first column.
=CDATAQUERY("SELECT * FROM ExtAddressInfo WHERE city = '"&B5&"'","User="&B1&";Password="&B2&";CompanyId="&B3&";Url="&B4&";Provider=SAPSuccessFactors",B6)
👁 Formula inputs used in this example. (Google Apps is shown.)Download a free trial of the Excel Add-In for SAP SuccessFactors to get started:
Download NowLearn more:
👁 SAP SuccessFactors IconThe SAP SuccessFactors Excel Add-In is a powerful tool that allows you to connect with live SAP SuccessFactors data, directly from Microsoft Excel.
Use Excel to read, write, and update SAP SuccessFactors Benefits, Compensation, Jobs, etc. Perfect for mass imports / exports / updates, data cleansing & de-duplication, Excel based data analysis, and more!