cancel
Showing results for 
Search instead for 
Did you mean: 

SAP B1 SDK PYTHON

bfierro
Active Participant
0 Kudos

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_H
Active Contributor
0 Kudos

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.