SAP / PyRFC

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

Enhance Query Engine #367

Open tudorian opened 3 months ago

tudorian commented 3 months ago

Hello,

It is possible to use another SAP table as a reference when extraction data from the current tables

Eg: SELECT * from MARC INNER JOIN MARA ON MARC~MATNR = MARA~MATNR WHERE MARA~MTART = 'ABC'

Thanks,

Tudor