on ‎2022 Dec 19 1:54 PM
Hi,
I have a requirement to pull the salesforce data (IDOC) using Databricks and push to SAP . May i know if anyone has done this so far. If so, i need inputs on how to connnect to salesforce data using databricks and how to push the data to SAP.
Thanks,
Niranjan.
Request clarification before answering.
There are several steps involved in connecting to Salesforce data using Databricks and pushing the data to SAP. Here is an overview of the process:
# Define the Salesforce object and fields you want to extract
object_name = 'Account'
fields = ['Id', 'Name', 'Industry', 'AnnualRevenue']
# Execute a query to extract the data
query = f"SELECT {', '.join(fields)} FROM {object_name}"
results = sf.query_all(query)Once the data is in SAP, you can use the standard SAP tools and processes to work with the data, such as creating reports, dashboards, and data models.
BR
Dom
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello 9900869730,
Please refer below SAP Blog. Might be it's helps to you.
https://blogs.sap.com/2013/03/22/integration-of-sap-hana-with-salesforcecom/
Regards,
Neeraj Jain
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello 9900869730,
Please refer below SAP Blog. Might be it's helps to you.
https://blogs.sap.com/2013/03/22/integration-of-sap-hana-with-salesforcecom/
Regards,
Neeraj Jain
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 7 | |
| 5 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.