SAP - How to query an SAP transaction using Azure Synapse

Rafael Martins de Mendonça 20 Reputation points
2023-02-10T14:37:06.02+00:00

Hello Experts,

I need to get data from a SAP transaction, is this possible in Synapse? Is there any SAP connector that helps with this issue?

I tried to use SAP Tables, but it doesn't allow me to get data from an SAP transaction.

How can I overcome this problem?

Thanks for listening.

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,373 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
{count} votes

Accepted answer
  1. ShaikMaheer-MSFT 38,546 Reputation points Microsoft Employee Moderator
    2023-02-13T17:18:54.5333333+00:00

    Hi Rafael Martins de Mendonça,

    Thank you for posting query in Microsoft Q&A Platform.

    Synapse Pipelines has in built connectors for below SAP family products. Click here to know more about same.

    User's image

    I am not much familiar with SAP products. So, I would request you to choose a connector from above list which can get data from SAP transaction.
    If any of above connector cannot get you data from SAP transaction as it may not belongs to above products. Then you need consider finding SDKs or REST APIs which can interact with SAP transaction and gives you data back.

    If APIs are there for SAP transaction, then Use web activity or REST Connector dataset in copy activity to make API call and get data from it. OR Consider writing your own code in and execute it using custom activity. The custom activity runs your customized code logic on an Azure Batch pool of virtual machines. OR You can consider writing your own code in Azure Functions and execute same using Azure Function activity.

    Hope this helps.


    Please consider hitting Accept Answer button. Accepted answers help community as well.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.