cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Integrate SAP B1 with Python/Django

Former Member
0 Likes
5,920

Hello,

I am looking to integrate SAP B1 with Python to get it access over the data either using some API, etc. I am new to this so any kind of help or guide is welcome.

Thank You.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member197733
Contributor
0 Likes

The API you are looking for is called Service Layer

You you find dozens of examples in the community and in the solutions architect GitHub

Mahendran8888
Contributor
0 Likes

Hi,

To integrate sap with python you should familiar with python sap related libraries. Lets try RFCpy which will help to integrate with SAP.

refer below link

https://answers.sap.com/questions/684319/python-to-fetch-data-from-sap-via-rfc.html

Regards

Mahe