Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
0 answers
308 views

How to connect to a SAP BW Cube from Python

I have a SAP BW cube and I can access it using power query with the "SAP Business Warehouse Message Server" Power BI connector, The power M code is something like: let Source = ...
Gustavo A. Marín Acevedo's user avatar
0 votes
1 answer
596 views

Get SAP BW infocube data with pyrfc RSDRI_INFOPROV_READ_RFC

I am trying to get data from an SAP BW infocube using Python with pyrfc. I am currently using the ABAP function RSDRI_INFOPROV_READ_RFC, but when I print the result I am unable to get something ...
dayidir's user avatar
  • 11
1 vote
2 answers
5k views

How to pull Data into python from SAP ERP [duplicate]

I am a data scientist and do not have any prior background in SAP. I need to pull data (query and Qube) from SAP ERP to python for some predictions and automate the process. but I am not able to find ...
maryam_k's user avatar
  • 126
1 vote
0 answers
1k views

Can you connect to SAP Query with Python same way you do it with SBOP Analysis for Excel?

So currently I use MS Excel to explore and pull some data from a SAP Query I have access using SBOP Analysis tool in Excel. Now I need to automate this process and what I have done is use a Macro to ...
franciscovalera's user avatar
1 vote
1 answer
914 views

SAP BW Data Extraction using pyRFC fails with character limitation on Command text

Environment: Windows Programming language: Python Package: pyRFC SAP: SAP RFC SDK I am trying to call the following method BAPI_MDDATASET_CREATE_OBJECT after connecting to the BW through the object ...
Ranjith Venkatesh's user avatar