SAP / PyRFC

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

Is there an equivalent to Java sapidoc3.jar #360

Closed DanielButhod closed 7 months ago

DanielButhod commented 7 months ago

I wonder if a management of IDOC communication is already provided in the pyRFC as in Java version ( having methods to get IDOC and segments metadata for instance ). Thanks !

bsrdjan commented 7 months ago

It is not supported as in Java version. Support requires development efforts and is not on current pyRFC roadmap:

https://github.com/SAP/node-rfc/discussions/279#discussioncomment-4905375

DanielButhod commented 7 months ago

Thanks a lot for quick answer. Your pyRFC is really interested anyway. Best regards