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

SAP B1 SDK PYTHON

bfierro
Active Participant
0 Likes
766

Hi guys, can you help me with how to connect SDK SAP b1 from Python? How to Use the SDK dll in PYTHON

or if this is possible?

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Johan_Hakkesteegt
Active Contributor
0 Likes

Hi Boris,

This should be possible. the B1 dll is COM based. You should be able to call it the same way you would call any other COM based dll.

Regards,

Johan

P.S. I have no experience with Python, but it can be done in PHP for example, and that language is also not mentioned in the guide and examples.