SAP / PyRFC

Asynchronous, non-blocking SAP NW RFC SDK bindings for Python
http://sap.github.io/PyRFC
Apache License 2.0
510 stars 137 forks source link

Writting data into SAP ERP #102

Closed Akaori closed 5 years ago

Akaori commented 5 years ago

Hello, I have a client who uses SAP ERP.

I want to send daily inventory information into his SAP ERP, using python.

Is it possible doing this using PyRFC ?

denissa4 commented 5 years ago

Yes, it is possible. You can check nlsql.com

On Thu, 23 May 2019, 19:24 Akaori, notifications@github.com wrote:

Hello, I have a client who uses SAP ERP.

I want to send daily inventory information into his SAP ERP, using python.

Is it possible doing this using PyRFC ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SAP/PyRFC/issues/102?email_source=notifications&email_token=AHS64DBTUF7XJADHXYMLSSTPW3AKFA5CNFSM4HPIHPDKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GVQICSA, or mute the thread https://github.com/notifications/unsubscribe-auth/AHS64DHAOIW5C6FVXHYP45TPW3AKFANCNFSM4HPIHPDA .

bsrdjan commented 5 years ago

Technically it is possible, assuming SAP RFC API for Physical Inventory provides all functions required in your application,. That is something SAP Functional Consultant for MM could help clarify because I am not familiar with SAP MM API in detail.

Python and PyRFC are in this context "transparent", if the functionality of interest is possible from another ABAP system (via RFC protocol), it is possible from Python as well.

Akaori commented 5 years ago

Thanks for helping me